diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-06-03 16:05:25 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-06-03 16:05:25 +0000 |
commit | 353646c482b44033f70a9282552b8e3d6646ae48 (patch) | |
tree | 2b33afe95170900e0e394d37390b87466890e90d /media-plugins/mythmusic | |
parent | Taking over package and bumping to 0.16.1 (bug #303791) (diff) | |
download | gentoo-2-353646c482b44033f70a9282552b8e3d6646ae48.tar.gz gentoo-2-353646c482b44033f70a9282552b8e3d6646ae48.tar.bz2 gentoo-2-353646c482b44033f70a9282552b8e3d6646ae48.zip |
Added missing dependencies fixing bug #296467
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythmusic')
-rw-r--r-- | media-plugins/mythmusic/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild | 13 |
2 files changed, 15 insertions, 6 deletions
diff --git a/media-plugins/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog index fe1e1264b5ec..84003ffb5a1d 100644 --- a/media-plugins/mythmusic/ChangeLog +++ b/media-plugins/mythmusic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mythmusic -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.84 2009/11/18 00:20:47 cardoe Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.85 2010/06/03 16:05:25 cardoe Exp $ + + 03 Jun 2010; Doug Goldstein <cardoe@gentoo.org> + mythmusic-0.22_p22763.ebuild: + Added missing dependencies fixing bug #296467 18 Nov 2009; Doug Goldstein <cardoe@gentoo.org> metadata.xml: replace media-tv herd for MythTV diff --git a/media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild b/media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild index 10632dc4dcd7..7dfd89902ddd 100644 --- a/media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild +++ b/media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.2 2009/11/09 21:18:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.22_p22763.ebuild,v 1.3 2010/06/03 16:05:25 cardoe Exp $ EAPI=2 inherit qt4 mythtv-plugins @@ -12,6 +12,9 @@ KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=media-sound/cdparanoia-3.9.8 >=media-libs/libcdaudio-0.99.6 >=media-libs/taglib-1.5 + >=media-libs/flac-1.2.1 + >=media-libs/libogg-1.1.4 + >=media-libs/libvorbis-1.2.1 cdr? ( virtual/cdrtools ) fftw? ( sci-libs/fftw ) opengl? ( virtual/opengl ) @@ -23,8 +26,10 @@ 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" + ewarn + ewarn "libvisual support requires sdl support. Enable 'sdl' USE flag" + ewarn "if you really want libvisual support" + ewarn fi } |