logo

overlay

My (experimental) gentoo overlay
commit: d0a27a66d0c52b32a6363ae08032916aa361e9fa
parent: 3908a6abb9f6cfd2c73c7399c615dd162c5f92a6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  5 Nov 2017 16:23:12 +0100

games-music/oshu: Add dependencies

Diffstat:

Mgames-music/oshu/oshu-1.3.0.ebuild15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/games-music/oshu/oshu-1.3.0.ebuild b/games-music/oshu/oshu-1.3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EBUILD=6 +EAPI=6 DESCRIPTION="Lightweight osu! port" HOMEPAGE="https://github.com/fmang/oshu" @@ -9,3 +9,16 @@ SRC_URI="https://www.mg0.fr/oshu/oshu-1.3.0.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="GPL-3" SLOT="0" + +RDEPENDS=" + media-libs/libsdl2 + media-libs/sdl2-image + || ( + media-video/ffmpeg + media-video/libav + )" + +DEPENDS=" + ${RDEPENDS} + virtual/pkgconfig + "