media-plugins/vdr-music: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 10:48:07 +0000 (12:48 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 11:01:09 +0000 (13:01 +0200)
media-plugins/vdr-music/metadata.xml
media-plugins/vdr-music/vdr-music-0.9.9.ebuild
profiles/base/package.use.mask

index b60af890e86e45635c0692bd81fcabd7773cdb57..27f419c289c376f35507385aa628e98212b7f693 100644 (file)
@@ -5,7 +5,4 @@
 <email>vdr@gentoo.org</email>
 <name>Gentoo VDR Project</name>
 </maintainer>
-<use>
-       <flag name="graphtft">Enable support for vdr-graphtft plugin</flag>
-</use>
 </pkgmetadata>
index 283c1cf0d1ac852453462c71b44d3c495ef67410..a9a7a268fc829f89856e40c8e20d4b54922ef96d 100644 (file)
@@ -15,22 +15,18 @@ SRC_URI="http://www.glaserei-franz.de/VDR/Moronimo/files/${MY_P}.tgz"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
-IUSE="+imagemagick debug graphtft sndfile vorbis"
+IUSE="+imagemagick debug sndfile vorbis"
 
 DEPEND=">=media-video/vdr-1.6.0
                media-libs/libmad
                media-libs/libid3tag
-               graphtft? ( media-gfx/imagemagick[png] )
                imagemagick? ( media-gfx/imagemagick[png] )
                sndfile? ( media-libs/libsndfile )
                vorbis? ( media-libs/libvorbis )
-               !imagemagick? (
-                       !graphtft? ( media-libs/imlib2[png] )
-               )"
+               !imagemagick? ( media-libs/imlib2[png] )"
 
 RDEPEND="sys-process/at
-               media-sound/id3v2
-               graphtft? ( >=media-plugins/vdr-graphtft-0.1.5 )"
+               media-sound/id3v2"
 
 src_prepare() {
 #      # prepare sources with new Makefile handling
@@ -44,7 +40,7 @@ src_prepare() {
        use !vorbis && sed -i Makefile -e "s:#WITHOUT_LIBVORBISFILE=1:WITHOUT_LIBVORBISFILE=1:"
        use !sndfile && sed -i Makefile -e "s:#WITHOUT_LIBSNDFILE=1:WITHOUT_LIBSNDFILE=1:"
        use !debug && sed -i Makefile -e "s:DEBUG=1:#DEBUG=1:"
-       use graphtft || use imagemagick && sed -i Makefile \
+       use imagemagick && sed -i Makefile \
                -e "s:#HAVE_MAGICK=1:HAVE_MAGICK=1:" \
                -e "s:#MAGICKDIR=:MAGICKDIR=:"
 }
index f933a7491fb4d0336de42f5c4db74feb4607126a..1cba445d36941041d25154b536531610bc9fd04e 100644 (file)
@@ -89,10 +89,6 @@ sys-freebsd/freebsd-lib hesiod
 # sys-fabric/mstflint will be removed (#594908)
 sys-fabric/ofed mstflint
 
-# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
-# x11-themes/vdrgraphtft-avp is being removed (#592066)
-media-plugins/vdr-music graphtft
-
 # Lars Wendler <polynomial-c@gentoo.org> (14 Mar 2018)
 # Broken on all 32bit arches. Globally masked because of sys-apps/dmapi having
 # no active upstream anymore.