commit:     907b35da57f2d3739b36fcaddcb141010239fe83
Author:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Sun May 12 03:23:09 2019 +0000
Commit:     Ralph Seichter <gentoo <AT> seichter <DOT> de>
CommitDate: Sun May 12 03:23:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=907b35da

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 <AT> gmail.com>

 games-fps/gzdoom/gzdoom-4.1.1.ebuild | 8 ++------
 games-fps/gzdoom/metadata.xml        | 2 +-
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/games-fps/gzdoom/gzdoom-4.1.1.ebuild 
b/games-fps/gzdoom/gzdoom-4.1.1.ebuild
index 2ebc1c2..fc2c4be 100644
--- a/games-fps/gzdoom/gzdoom-4.1.1.ebuild
+++ b/games-fps/gzdoom/gzdoom-4.1.1.ebuild
@@ -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"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="gtk openal openmp midi"
+IUSE="fluidsynth gtk openal openmp"
 
 DEPEND="
        app-arch/bzip2
@@ -21,7 +21,6 @@ DEPEND="
        sys-libs/zlib
        virtual/jpeg:0
        gtk? ( x11-libs/gtk+:* )
-       midi? ( media-sound/wildmidi )
        openal? (
                media-libs/libsndfile
                media-libs/openal
@@ -29,10 +28,7 @@ DEPEND="
        )"
 RDEPEND="
        ${DEPEND}
-       midi? (
-               media-sound/fluidsynth
-               media-sound/timidity++
-       )"
+       fluidsynth? ( media-sound/fluidsynth )"
 
 S="${WORKDIR}/${PN}-g${PV}"
 

diff --git a/games-fps/gzdoom/metadata.xml b/games-fps/gzdoom/metadata.xml
index 6a4872a..53026d9 100644
--- a/games-fps/gzdoom/metadata.xml
+++ b/games-fps/gzdoom/metadata.xml
@@ -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>

Reply via email to