Skip to content

Commit

Permalink
media-plugins/vdr-music: Remove support for non-existent deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 26, 2018
1 parent 81ee54c commit bd62485
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
3 changes: 0 additions & 3 deletions media-plugins/vdr-music/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
<email>[email protected]</email>
<name>Gentoo VDR Project</name>
</maintainer>
<use>
<flag name="graphtft">Enable support for vdr-graphtft plugin</flag>
</use>
</pkgmetadata>
12 changes: 4 additions & 8 deletions media-plugins/vdr-music/vdr-music-0.9.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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=:"
}
Expand Down
4 changes: 0 additions & 4 deletions profiles/base/package.use.mask
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ sys-freebsd/freebsd-lib hesiod
# sys-fabric/mstflint will be removed (#594908)
sys-fabric/ofed mstflint

# Pacho Ramos <[email protected]> (17 Mar 2018)
# x11-themes/vdrgraphtft-avp is being removed (#592066)
media-plugins/vdr-music graphtft

# Lars Wendler <[email protected]> (14 Mar 2018)
# Broken on all 32bit arches. Globally masked because of sys-apps/dmapi having
# no active upstream anymore.
Expand Down

0 comments on commit bd62485

Please sign in to comment.