diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-17 00:47:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-17 00:47:42 +0000 |
commit | 72152860faaeb1e10388e049dbcb026cb7b6df53 (patch) | |
tree | 1ea4de6a39d9529d830d9dca9067c93ed28622fd /media-libs/libmpeg3 | |
parent | Add dependency over kwin/kdebase for the windows decoration. (diff) | |
download | gentoo-2-72152860faaeb1e10388e049dbcb026cb7b6df53.tar.gz gentoo-2-72152860faaeb1e10388e049dbcb026cb7b6df53.tar.bz2 gentoo-2-72152860faaeb1e10388e049dbcb026cb7b6df53.zip |
Don't abuse $ROOT.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-libs/libmpeg3')
-rw-r--r-- | media-libs/libmpeg3/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libmpeg3/libmpeg3-1.5.2-r3.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libmpeg3/libmpeg3-1.7.ebuild | 10 |
3 files changed, 13 insertions, 9 deletions
diff --git a/media-libs/libmpeg3/ChangeLog b/media-libs/libmpeg3/ChangeLog index 275b282b6316..7fa6757dca6f 100644 --- a/media-libs/libmpeg3/ChangeLog +++ b/media-libs/libmpeg3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libmpeg3 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.61 2007/01/16 19:01:07 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.62 2007/02/17 00:47:42 flameeyes Exp $ + + 17 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> + libmpeg3-1.5.2-r3.ebuild, libmpeg3-1.7.ebuild: + Don't abuse $ROOT. 16 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> libmpeg3-1.7.ebuild: Keyworded ~sparc wrt #150799 diff --git a/media-libs/libmpeg3/libmpeg3-1.5.2-r3.ebuild b/media-libs/libmpeg3/libmpeg3-1.5.2-r3.ebuild index 52ec39687a29..3c87fbae01f8 100644 --- a/media-libs/libmpeg3/libmpeg3-1.5.2-r3.ebuild +++ b/media-libs/libmpeg3/libmpeg3-1.5.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.5.2-r3.ebuild,v 1.13 2006/11/29 13:15:41 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.5.2-r3.ebuild,v 1.14 2007/02/17 00:47:42 flameeyes Exp $ inherit flag-o-matic eutils toolchain-funcs @@ -54,7 +54,7 @@ src_unpack() { EPATCH_SUFFIX="patch" epatch ${WORKDIR}/${PV} - sed -i -e "/LIBS = /s:$: -L\${ROOT}usr/$(get_libdir) -la52:" Makefile + sed -i -e "/LIBS = /s:$: -la52:" Makefile epatch "${FILESDIR}/${P}-a52.patch" epatch "${FILESDIR}/${P}-gnustack.patch" diff --git a/media-libs/libmpeg3/libmpeg3-1.7.ebuild b/media-libs/libmpeg3/libmpeg3-1.7.ebuild index 9d18790d4457..79af349ba324 100644 --- a/media-libs/libmpeg3/libmpeg3-1.7.ebuild +++ b/media-libs/libmpeg3/libmpeg3-1.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-libs/libmpeg3/libmpeg3-1.7.ebuild,v 1.9 2007/01/16 19:01:07 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.7.ebuild,v 1.10 2007/02/17 00:47:42 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -50,8 +50,8 @@ src_compile() { eautoreconf #disabling css since it's a fake one. - #One can find in the sources this message : - # Stubs for deCSS which can't be distributed in source form + #One can find in the sources this message : + # Stubs for deCSS which can't be distributed in source form econf $(use_enable mmx )\ --disable-css || die "Configure failed" @@ -64,9 +64,9 @@ src_install() { emake DESTDIR="${D}" install || die dohtml -r docs # This is a workaround, it wants to rebuild - # everything if the headers have changed + # everything if the headers have changed # So we patch them after install... - cd "${D}/${ROOT}/usr/include/libmpeg3" + cd "${D}/usr/include/libmpeg3" # This patch patches the .h files that get installed into /usr/include # to show the correct include syntax '<>' instead of '""' This patch # was also generated using info from SF's src.rpm |