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
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=:"
}
# 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.