diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-02-23 23:31:13 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-02-23 23:31:13 +0000 |
commit | e60878529c63513e1df7436a21507fdd9b86511f (patch) | |
tree | c912fee33cc1d722b775121e02f64e00497cdbec /media-plugins/mythmusic | |
parent | new beta version. tweaked the usage of many USE flags as well as removed stal... (diff) | |
download | gentoo-2-e60878529c63513e1df7436a21507fdd9b86511f.tar.gz gentoo-2-e60878529c63513e1df7436a21507fdd9b86511f.tar.bz2 gentoo-2-e60878529c63513e1df7436a21507fdd9b86511f.zip |
0.21 beta build. add opengl USE flag
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/mythmusic')
-rw-r--r-- | media-plugins/mythmusic/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythmusic/mythmusic-0.21_beta16215.ebuild (renamed from media-plugins/mythmusic/mythmusic-0.21_pre15448.ebuild) | 17 |
2 files changed, 12 insertions, 13 deletions
diff --git a/media-plugins/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog index e3240f2f3cd5..a3aaa5b7c2cd 100644 --- a/media-plugins/mythmusic/ChangeLog +++ b/media-plugins/mythmusic/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythmusic # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.67 2008/01/15 16:16:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.68 2008/02/23 23:31:13 cardoe Exp $ + +*mythmusic-0.21_beta16215 (23 Feb 2008) + + 23 Feb 2008; Doug Klima <cardoe@gentoo.org> + +mythmusic-0.21_beta16215.ebuild, -mythmusic-0.21_pre15448.ebuild: + 0.21 beta build. add opengl USE flag *mythmusic-0.21_pre15448 (15 Jan 2008) diff --git a/media-plugins/mythmusic/mythmusic-0.21_pre15448.ebuild b/media-plugins/mythmusic/mythmusic-0.21_beta16215.ebuild index 89282a3b6406..7ca5d2513c42 100644 --- a/media-plugins/mythmusic/mythmusic-0.21_pre15448.ebuild +++ b/media-plugins/mythmusic/mythmusic-0.21_beta16215.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.21_pre15448.ebuild,v 1.1 2008/01/15 16:16:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.21_beta16215.ebuild,v 1.1 2008/02/23 23:31:13 cardoe Exp $ inherit mythtv-plugins flag-o-matic toolchain-funcs eutils subversion DESCRIPTION="Music player module for MythTV." -IUSE="aac cdr fftw libvisual sdl" +IUSE="aac cdr fftw libvisual opengl sdl" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=media-sound/cdparanoia-3.9.8 @@ -16,6 +16,7 @@ RDEPEND=">=media-sound/cdparanoia-3.9.8 >=media-libs/taglib-1.4 aac? ( >=media-libs/faad2-2.0-r7 ) fftw? ( sci-libs/fftw ) + opegnl? ( virtual/opengl ) sdl? ( >=media-libs/libsdl-1.2.5 ) cdr? ( virtual/cdrtools ) libvisual? ( =media-libs/libvisual-0.4* )" @@ -29,13 +30,5 @@ pkg_config() { fi } -src_unpack() { - if [[ $(gcc-version) = "3.2" || $(gcc-version) == "3.3" ]]; then - replace-cpu-flags pentium4 pentium3 - fi - - subversion_src_unpack - mythtv-plugins_src_unpack_patch || die "unpack failed" -} - -MTVCONF="$(use_enable aac) $(use_enable fftw) $(use_enable sdl)" +MTVCONF="$(use_enable aac) $(use_enable fftw) $(use_enable sdl) \ + $(use_enable opengl)" |