diff options
author | Alexis Ballier <aballier@gentoo.org> | 2006-11-18 11:11:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2006-11-18 11:11:50 +0000 |
commit | f5a5a114c0be0a9658e37553f939319afb679594 (patch) | |
tree | 035df3ce80142d7a726d9a2a8473e886c06e1437 /media-sound/moc/moc-2.4.1.ebuild | |
parent | Remove obsolete version. (diff) | |
download | gentoo-2-f5a5a114c0be0a9658e37553f939319afb679594.tar.gz gentoo-2-f5a5a114c0be0a9658e37553f939319afb679594.tar.bz2 gentoo-2-f5a5a114c0be0a9658e37553f939319afb679594.zip |
Add patch from Josh Coalson to be able to build with flac 1.1.3
(Portage version: 2.1.2_rc2)
Diffstat (limited to 'media-sound/moc/moc-2.4.1.ebuild')
-rw-r--r-- | media-sound/moc/moc-2.4.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/moc/moc-2.4.1.ebuild b/media-sound/moc/moc-2.4.1.ebuild index f7c086aea524..345cd1e6fa2e 100644 --- a/media-sound/moc/moc-2.4.1.ebuild +++ b/media-sound/moc/moc-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/moc-2.4.1.ebuild,v 1.1 2006/11/07 06:53:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/moc-2.4.1.ebuild,v 1.2 2006/11/18 11:11:50 aballier Exp $ inherit eutils autotools @@ -20,7 +20,7 @@ DEPEND="media-libs/libao sys-libs/ncurses alsa? ( >=media-libs/alsa-lib-0.9 ) sndfile? ( >=media-libs/libsndfile-1.0.0 ) - flac? ( ~media-libs/flac-1.1.2 ) + flac? ( media-libs/flac ) ffmpeg? ( media-video/ffmpeg ) mad? ( media-libs/libmad sys-libs/zlib media-libs/libid3tag ) musepack? ( media-libs/libmpcdec >=media-libs/taglib-1.3 ) @@ -32,6 +32,7 @@ DEPEND="media-libs/libao src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}/${P}+flac-1.1.3.patch" } src_compile() { |