diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-07-12 14:51:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-07-12 14:51:16 +0000 |
commit | efbe03722733c57112d67d3216d7ba525f7a12c0 (patch) | |
tree | 32a9e4453feff8e739d87d70267017fc960674fc /media-sound/muine/muine-0.8.7.ebuild | |
parent | use_authtok does not have a fallback, so disable that pam_unix call and repla... (diff) | |
download | historical-efbe03722733c57112d67d3216d7ba525f7a12c0.tar.gz historical-efbe03722733c57112d67d3216d7ba525f7a12c0.tar.bz2 historical-efbe03722733c57112d67d3216d7ba525f7a12c0.zip |
>=flac 1.1.3 compatibility patch from bug 181829.
Package-Manager: portage-2.1.3_rc7
Diffstat (limited to 'media-sound/muine/muine-0.8.7.ebuild')
-rw-r--r-- | media-sound/muine/muine-0.8.7.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/muine/muine-0.8.7.ebuild b/media-sound/muine/muine-0.8.7.ebuild index cd37e595482e..f25ce65c9562 100644 --- a/media-sound/muine/muine-0.8.7.ebuild +++ b/media-sound/muine/muine-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.7.ebuild,v 1.2 2007/05/01 00:17:11 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.7.ebuild,v 1.3 2007/07/12 14:51:16 drac Exp $ inherit gnome2 mono eutils multilib autotools @@ -22,7 +22,7 @@ RDEPEND=">=dev-lang/mono-1.1 >=dev-dotnet/gconf-sharp-2.6.0 >=dev-dotnet/gnomevfs-sharp-2.6.0 sys-libs/gdbm - ~media-libs/flac-1.1.2 + >=media-libs/flac-1.1.2 >=media-libs/libvorbis-1.0 >=media-libs/libid3tag-0.15.0b xine? ( >=media-libs/xine-lib-1_rc4 ) @@ -52,7 +52,6 @@ DOCS="AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README TODO" MAKEOPTS="${MAKEOPTS} -j1" pkg_setup() { - G2CONF="${G2CONF} $(use_enable aac faad2)" if use xine ; then @@ -64,8 +63,8 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} - + cd "${S}" + epatch "${FILESDIR}"/${P}-flac.patch intltoolize --force --copy || die "intltoolize failed" AT_M4DIR="${S}/m4" eautoreconf } |