summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-02-23 13:43:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-02-23 13:43:29 +0000
commite7f74c1f3eee7df32cd5b95dce3f31f29c30cd49 (patch)
tree7baeea8a35c1f92a6ed99afd6221a71866333c80 /media-libs/faac
parentReplace compability patch with upstream version. (diff)
downloadgentoo-2-e7f74c1f3eee7df32cd5b95dce3f31f29c30cd49.tar.gz
gentoo-2-e7f74c1f3eee7df32cd5b95dce3f31f29c30cd49.tar.bz2
gentoo-2-e7f74c1f3eee7df32cd5b95dce3f31f29c30cd49.zip
old
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/faac')
-rw-r--r--media-libs/faac/ChangeLog5
-rw-r--r--media-libs/faac/faac-1.28-r2.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/media-libs/faac/ChangeLog b/media-libs/faac/ChangeLog
index 848fed372476..2903b8f67e77 100644
--- a/media-libs/faac/ChangeLog
+++ b/media-libs/faac/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/faac
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.84 2012/02/23 13:42:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.85 2012/02/23 13:43:29 ssuominen Exp $
+
+ 23 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> -faac-1.28-r2.ebuild:
+ old
*faac-1.28-r3 (23 Feb 2012)
diff --git a/media-libs/faac/faac-1.28-r2.ebuild b/media-libs/faac/faac-1.28-r2.ebuild
deleted file mode 100644
index 9733a5165699..000000000000
--- a/media-libs/faac/faac-1.28-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r2.ebuild,v 1.1 2012/01/20 18:59:33 ssuominen Exp $
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
-HOMEPAGE="http://www.audiocoding.com"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1 MPEG-4"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="static-libs"
-
-RDEPEND="media-libs/libmp4v2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-external-libmp4v2.patch \
- "${FILESDIR}"/${P}-altivec.patch \
- "${FILESDIR}"/${P}-libmp4v2_r479_compat.patch
-
- eautoreconf
- epunt_cxx
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README TODO
- dohtml docs/*.html
- insinto /usr/share/doc/${PF}/pdf
- doins docs/libfaac.pdf
- find "${ED}" -name '*.la' -exec rm -f {} +
-}