Skip to content

Commit

Permalink
remove libvisual support from mythmusic
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcT committed Jun 13, 2012
1 parent de3eb06 commit 41faa51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion media-plugins/mythmusic/Manifest
@@ -1 +1 @@
EBUILD mythmusic-9999.ebuild 1472 RMD160 d131af33ff5c113ffb80a32d71ce1d38a2e3f795 SHA1 1a4abe26007e543bec60baf4c59d51338d11756d SHA256 042a9cba8a12948e39a26c6b5ce55e17c00d6c2de83f14b05bab9f9877988ccf
EBUILD mythmusic-9999.ebuild 1131 RMD160 042fbd8ce8bcae146edac9c4dc1208ebc99bb764 SHA1 fc6c80680f4a4f46500083c73a1bdccfaac58d9e SHA256 fbe4537d5cef743664feb4ed9f1154c50a9562c66950e1605b22da2207f9a912
15 changes: 2 additions & 13 deletions media-plugins/mythmusic/mythmusic-9999.ebuild
Expand Up @@ -17,7 +17,7 @@ HOMEPAGE="http://www.mythtv.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug aac cdr fftw libvisual opengl sdl X"
IUSE="debug aac cdr fftw opengl X"

DEPEND=">=media-libs/taglib-1.4
>=media-sound/cdparanoia-3.9.8
Expand All @@ -31,28 +31,17 @@ DEPEND=">=media-libs/taglib-1.4
aac? ( >=media-libs/faad2-2.0-r7 )
cdr? ( virtual/cdrtools )
fftw? ( sci-libs/fftw )
libvisual? ( =media-libs/libvisual-0.4* )
opengl? ( virtual/opengl )
sdl? ( >=media-libs/libsdl-1.2.5 )
>=media-tv/mythtv-${PV}"

pkg_config() {
if use libvisual && ! use sdl; then
eerror "libvisual support requires sdl support. enable 'sdl' USE flag"
die "libvisual support requires sdl support. enable 'sdl' USE flag"
fi
}

setup_pro() {
return 0
}

src_configure() {
myconf="${myconf}
$(use_enable X fftw)
$(use_enable opengl)
$(use_enable sdl)
$(use_enable libvisual)"
$(use_enable opengl)"
}

src_compile() {
Expand Down

0 comments on commit 41faa51

Please sign in to comment.