Merge updates from master

This commit is contained in:
Repository mirror & CI
2019-05-13 16:43:56 +00:00
2 changed files with 6 additions and 10 deletions

View File

@@ -12,27 +12,23 @@ 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"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk openal openmp midi"
IUSE="fluidsynth gtk openal openmp"
DEPEND="
app-arch/bzip2
dev-util/glslang
media-libs/libsdl2[opengl]
sys-libs/zlib
virtual/jpeg:0
virtual/jpeg:0"
RDEPEND="
${DEPEND}
fluidsynth? ( media-sound/fluidsynth )
gtk? ( x11-libs/gtk+:* )
midi? ( media-sound/wildmidi )
openal? (
media-libs/libsndfile
media-libs/openal
media-sound/mpg123
)"
RDEPEND="
${DEPEND}
midi? (
media-sound/fluidsynth
media-sound/timidity++
)"
S="${WORKDIR}/${PN}-g${PV}"

View File

@@ -9,7 +9,7 @@
<name>William Breathitt Gray</name>
</maintainer>
<use>
<flag name="midi">Enables MIDI support</flag>
<flag name="fluidsynth">Use <pkg>media-sound/fluidsynth</pkg> for MIDI support</flag>
</use>
<upstream>
<bugs-to>https://forum.zdoom.org/viewforum.php?f=2</bugs-to>