summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-16 18:14:14 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-16 18:14:14 +0000
commit1e68579fc56a72ee9adcfcd6ff4be7115081f06c (patch)
treef0c04e1f9baad91360720925c65767e4e27ca8bd /media-libs/faac
parentVersion bump. (diff)
downloadgentoo-2-1e68579fc56a72ee9adcfcd6ff4be7115081f06c.tar.gz
gentoo-2-1e68579fc56a72ee9adcfcd6ff4be7115081f06c.tar.bz2
gentoo-2-1e68579fc56a72ee9adcfcd6ff4be7115081f06c.zip
Use autotools eclass and eautoreconf instead of faac's bootstrap script, should fix bug #95825.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'media-libs/faac')
-rw-r--r--media-libs/faac/ChangeLog6
-rw-r--r--media-libs/faac/faac-1.24.ebuild9
2 files changed, 8 insertions, 7 deletions
diff --git a/media-libs/faac/ChangeLog b/media-libs/faac/ChangeLog
index 6a1552042336..340178a09925 100644
--- a/media-libs/faac/ChangeLog
+++ b/media-libs/faac/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/faac
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.30 2005/09/09 11:15:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.31 2005/10/16 18:14:14 flameeyes Exp $
+
+ 16 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> faac-1.24.ebuild:
+ Use autotools eclass and eautoreconf instead of faac's bootstrap script,
+ should fix bug #95825.
09 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> faac-1.23.5.ebuild,
faac-1.24.ebuild:
diff --git a/media-libs/faac/faac-1.24.ebuild b/media-libs/faac/faac-1.24.ebuild
index 6aaf845f17be..60c91507a6dd 100644
--- a/media-libs/faac/faac-1.24.ebuild
+++ b/media-libs/faac/faac-1.24.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.24.ebuild,v 1.19 2005/09/09 11:15:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.24.ebuild,v 1.20 2005/10/16 18:14:14 flameeyes Exp $
-inherit libtool eutils
+inherit libtool eutils autotools
DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
HOMEPAGE="http://www.audiocoding.com/"
@@ -23,12 +23,9 @@ S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
-
cd ${S}
- export WANT_AUTOMAKE=1.7
- export WANT_AUTOCONF=2.5
- sh ./bootstrap
+ eautoreconf
elibtoolize
epunt_cxx
}