diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-05-25 17:24:05 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-05-25 17:24:05 +0000 |
commit | 935295198f6d48601a2122bca14c1e90cc254af6 (patch) | |
tree | a38a3e4ecd841a981a8739a69763d1d23b027b49 /media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-935295198f6d48601a2122bca14c1e90cc254af6.tar.gz gentoo-2-935295198f6d48601a2122bca14c1e90cc254af6.tar.bz2 gentoo-2-935295198f6d48601a2122bca14c1e90cc254af6.zip |
Added patch to detect altivec.h correctly.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild')
-rw-r--r-- | media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild b/media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild index f448d0d8948f..d10f00d7fdd3 100644 --- a/media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild +++ b/media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild,v 1.3 2010/01/24 15:59:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild,v 1.4 2010/05/25 17:24:05 josejx Exp $ EAPI=2 -inherit eutils libtool +inherit autotools eutils libtool DESCRIPTION="library for decoding mpeg-2 and mpeg-1 video" HOMEPAGE="http://libmpeg2.sourceforge.net/" @@ -27,6 +27,9 @@ src_prepare() { "${FILESDIR}"/${P}-global-symbol-test.patch \ "${FILESDIR}"/${P}-armv4l.patch elibtoolize + ### PowerPC fix for altivec + epatch "${FILESDIR}"/${P}-altivec.patch + eautoconf } src_configure() { |