diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-25 23:56:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-25 23:56:14 +0000 |
commit | 9305361a73409ecddd455bcb9b07e2dd131bd56d (patch) | |
tree | 75420f7af27d89467b72f49f795a7b939a280138 /media-libs/libmpeg3 | |
parent | Fix iproute issue, bug#207320, thanks to Graham Murray (diff) | |
download | gentoo-2-9305361a73409ecddd455bcb9b07e2dd131bd56d.tar.gz gentoo-2-9305361a73409ecddd455bcb9b07e2dd131bd56d.tar.bz2 gentoo-2-9305361a73409ecddd455bcb9b07e2dd131bd56d.zip |
run autotools during unpack, bug #207493
(Portage version: 2.1.4)
Diffstat (limited to 'media-libs/libmpeg3')
-rw-r--r-- | media-libs/libmpeg3/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libmpeg3/libmpeg3-1.7.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/media-libs/libmpeg3/ChangeLog b/media-libs/libmpeg3/ChangeLog index 65400f0000b5..2c45bb0b1919 100644 --- a/media-libs/libmpeg3/ChangeLog +++ b/media-libs/libmpeg3/ChangeLog @@ -1,6 +1,9 @@ # 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.63 2007/08/17 15:33:11 drac Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.64 2008/01/25 23:56:14 aballier Exp $ + + 25 Jan 2008; Alexis Ballier <aballier@gentoo.org> libmpeg3-1.7.ebuild: + run autotools during unpack, bug #207493 17 Aug 2007; Samuli Suominen <drac@gentoo.org> +files/libmpeg3-1.7-memcpy.patch, libmpeg3-1.7.ebuild: diff --git a/media-libs/libmpeg3/libmpeg3-1.7.ebuild b/media-libs/libmpeg3/libmpeg3-1.7.ebuild index c484eff0b433..d7c71f574df2 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 +# Copyright 1999-2008 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.13 2007/08/19 02:18:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.7.ebuild,v 1.14 2008/01/25 23:56:14 aballier Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -45,13 +45,13 @@ src_unpack() { # warning: incompatible implicit declaration of built-in function memcpy epatch "${FILESDIR}"/${P}-memcpy.patch -} - -src_compile() { - cp -rf ${WORKDIR}/${PV}/* . + cp -rf "${WORKDIR}/${PV}"/* . eautoreconf +} + +src_compile() { #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 |