mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
games-fps/gzdoom: timidity and wildmidi are internal
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
This commit is contained in:
parent
5ad016ab94
commit
907b35da57
@ -12,7 +12,7 @@ SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> ${P}.tar.gz
|
|||||||
LICENSE="BSD BZIP2 DUMB-0.9.2 GPL-3 LGPL-3 MIT"
|
LICENSE="BSD BZIP2 DUMB-0.9.2 GPL-3 LGPL-3 MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="gtk openal openmp midi"
|
IUSE="fluidsynth gtk openal openmp"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
app-arch/bzip2
|
app-arch/bzip2
|
||||||
@ -21,7 +21,6 @@ DEPEND="
|
|||||||
sys-libs/zlib
|
sys-libs/zlib
|
||||||
virtual/jpeg:0
|
virtual/jpeg:0
|
||||||
gtk? ( x11-libs/gtk+:* )
|
gtk? ( x11-libs/gtk+:* )
|
||||||
midi? ( media-sound/wildmidi )
|
|
||||||
openal? (
|
openal? (
|
||||||
media-libs/libsndfile
|
media-libs/libsndfile
|
||||||
media-libs/openal
|
media-libs/openal
|
||||||
@ -29,10 +28,7 @@ DEPEND="
|
|||||||
)"
|
)"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
midi? (
|
fluidsynth? ( media-sound/fluidsynth )"
|
||||||
media-sound/fluidsynth
|
|
||||||
media-sound/timidity++
|
|
||||||
)"
|
|
||||||
|
|
||||||
S="${WORKDIR}/${PN}-g${PV}"
|
S="${WORKDIR}/${PN}-g${PV}"
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<name>William Breathitt Gray</name>
|
<name>William Breathitt Gray</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<use>
|
<use>
|
||||||
<flag name="midi">Enables MIDI support</flag>
|
<flag name="fluidsynth">Use <pkg>media-sound/fluidsynth</pkg> for MIDI support</flag>
|
||||||
</use>
|
</use>
|
||||||
<upstream>
|
<upstream>
|
||||||
<bugs-to>https://forum.zdoom.org/viewforum.php?f=2</bugs-to>
|
<bugs-to>https://forum.zdoom.org/viewforum.php?f=2</bugs-to>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user