diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-08 02:27:17 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-08 02:27:17 +0000 |
commit | 00ccf334bf5b6582f19cce1f23d84c53ea13ee2b (patch) | |
tree | 8d2191ffcde1f4d63b9ab7f56e25a61ddd8f59fc /media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild | |
parent | add 0.22 final version (diff) | |
download | gentoo-2-00ccf334bf5b6582f19cce1f23d84c53ea13ee2b.tar.gz gentoo-2-00ccf334bf5b6582f19cce1f23d84c53ea13ee2b.tar.bz2 gentoo-2-00ccf334bf5b6582f19cce1f23d84c53ea13ee2b.zip |
add 0.22 final version
(Portage version: 2.1.7.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild')
-rw-r--r-- | media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild b/media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild new file mode 100644 index 000000000000..634fc38a8bb7 --- /dev/null +++ b/media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild,v 1.1 2009/11/08 02:27:17 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv-plugins + +DESCRIPTION="Music player module for MythTV." +IUSE="cdr fftw libvisual opengl sdl" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=media-sound/cdparanoia-3.9.8 + >=media-libs/libcdaudio-0.99.6 + >=media-libs/taglib-1.5 + cdr? ( virtual/cdrtools ) + fftw? ( sci-libs/fftw ) + opengl? ( virtual/opengl ) + sdl? ( >=media-libs/libsdl-1.2.5 + libvisual? ( =media-libs/libvisual-0.4* ) + )" + +DEPEND="${RDEPEND}" + +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 +} + +MTVCONF="$(use_enable fftw) $(use_enable sdl) $(use_enable opengl)" |