summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2010-05-25 17:24:05 +0000
committerJoseph Jezak <josejx@gentoo.org>2010-05-25 17:24:05 +0000
commitc5985290179c86e41b79f943912b5496b468ec0b (patch)
treecc816792ace9ebd11fd4ff40d3b49ef90f8f3128 /media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild
parentVersion bump. (diff)
downloadhistorical-c5985290179c86e41b79f943912b5496b468ec0b.tar.gz
historical-c5985290179c86e41b79f943912b5496b468ec0b.tar.bz2
historical-c5985290179c86e41b79f943912b5496b468ec0b.zip
Added patch to detect altivec.h correctly.
Package-Manager: portage-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.ebuild7
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() {