logo

overlay

My own overlay for experimentations, use with caution, no support is provided

oshu-1.6.0.ebuild (545B)


  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Lightweight osu! port"
  5. HOMEPAGE="https://github.com/fmang/oshu"
  6. SRC_URI="https://www.mg0.fr/oshu/releases/${P}.tar.gz"
  7. KEYWORDS="~amd64 ~x86"
  8. LICENSE="GPL-3 CC-BY-NC-4.0"
  9. SLOT="0"
  10. IUSE="libav"
  11. RDEPEND="
  12. >=media-libs/libsdl2-2.0.5:=
  13. media-libs/sdl2-image:=[jpeg,png]
  14. x11-libs/cairo:=
  15. x11-libs/pango:=
  16. !libav? ( media-video/ffmpeg:= )
  17. libav? ( media-video/libav:= )
  18. "
  19. DEPEND="
  20. ${RDEPEND}
  21. virtual/pkgconfig
  22. "