media-sound/mpd: Remove USE="adplug"
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Jan 2020 19:02:25 +0000 (20:02 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 25 Jan 2020 19:02:25 +0000 (20:02 +0100)
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
media-sound/mpd/metadata.xml
media-sound/mpd/mpd-0.21.18-r1.ebuild [moved from media-sound/mpd/mpd-0.21.18.ebuild with 97% similarity]
media-sound/mpd/mpd-0.21.19-r1.ebuild [moved from media-sound/mpd/mpd-0.21.19.ebuild with 97% similarity]

index a0ce8601810842fe6c41d2c2081eb9ab378a5aa2..621b406d3e23ce6fd014fd64041e7dd07c5b5af6 100644 (file)
@@ -6,7 +6,6 @@
     <name>Mikle Kolyada</name>
   </maintainer>
   <use>
-    <flag name="adplug">Enable the AdPlug decoder plugin</flag>
     <flag name="cdio">Use libcdio for ISO9660 parsing support</flag>
     <flag name="chromaprint">Enable ChromaPrint / AcoustID support</flag>
     <flag name="cue">Enable CUE sheet support</flag>
similarity index 97%
rename from media-sound/mpd/mpd-0.21.18.ebuild
rename to media-sound/mpd/mpd-0.21.18-r1.ebuild
index db09890f55c359254d23e8cca0e2729ea9ad4fd5..41e1d18a0a0a20d85d2ae382e1ee0446fce0106c 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sh x86 ~x64-macos"
-IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
+IUSE="+alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
        +eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag +inotify
        +ipv6 jack lame libav libmpdclient libsamplerate libsoxr +mad mikmod mms
        modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio qobuz
@@ -21,7 +21,7 @@ IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
        zeroconf zip zlib"
 
 OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
-DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+DECODER_PLUGINS="audiofile faad ffmpeg flac fluidsynth mad mikmod
        modplug mpg123 musepack flac sid vorbis wavpack wildmidi"
 ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
 
@@ -38,7 +38,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
        acct-user/mpd
-       adplug? ( media-libs/adplug:= )
        alsa? (
                media-libs/alsa-lib
                media-sound/alsa-utils
@@ -214,7 +213,8 @@ src_configure() {
        fi
 
        emesonargs+=(
-               -Dadplug=$(usex adplug enabled disabled)
+               # media-libs/adplug is not packaged anymore
+               -Dadplug=disabled
                -Daudiofile=$(usex audiofile enabled disabled)
                -Dfaad=$(usex faad enabled disabled)
                -Dffmpeg=$(usex ffmpeg enabled disabled)
similarity index 97%
rename from media-sound/mpd/mpd-0.21.19.ebuild
rename to media-sound/mpd/mpd-0.21.19-r1.ebuild
index 3395216d6d390ce89c8f99e15715add6ad86e28c..3f87664378e55017f2c1f283254d9b5a84b5130c 100644 (file)
@@ -12,7 +12,7 @@ SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x64-macos"
-IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
+IUSE="+alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
        +eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag +inotify
        +ipv6 jack lame libav libmpdclient libsamplerate libsoxr +mad mikmod mms
        modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio qobuz
@@ -21,7 +21,7 @@ IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
        zeroconf zip zlib"
 
 OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
-DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+DECODER_PLUGINS="audiofile faad ffmpeg flac fluidsynth mad mikmod
        modplug mpg123 musepack flac sid vorbis wavpack wildmidi"
 ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
 
@@ -38,7 +38,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
        acct-user/mpd
-       adplug? ( media-libs/adplug:= )
        alsa? (
                media-libs/alsa-lib
                media-sound/alsa-utils
@@ -214,7 +213,8 @@ src_configure() {
        fi
 
        emesonargs+=(
-               -Dadplug=$(usex adplug enabled disabled)
+               # media-libs/adplug is not packaged anymore
+               -Dadplug=disabled
                -Daudiofile=$(usex audiofile enabled disabled)
                -Dfaad=$(usex faad enabled disabled)
                -Dffmpeg=$(usex ffmpeg enabled disabled)