summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-06-20 23:56:09 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-06-20 23:56:09 +0000
commit514d04feda0a4d5232f71ad0ec06b75f5500eb93 (patch)
tree832c22a50555aaca4887e15274c8c6aeb92b6612 /media-libs/faad2
parentAdded dev-util/pkgconfig to DEPEND, bug #227575. (diff)
downloadgentoo-2-514d04feda0a4d5232f71ad0ec06b75f5500eb93.tar.gz
gentoo-2-514d04feda0a4d5232f71ad0ec06b75f5500eb93.tar.bz2
gentoo-2-514d04feda0a4d5232f71ad0ec06b75f5500eb93.zip
remove unused versions
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.4 x86_64)
Diffstat (limited to 'media-libs/faad2')
-rw-r--r--media-libs/faad2/ChangeLog6
-rw-r--r--media-libs/faad2/faad2-2.0-r11.ebuild64
-rw-r--r--media-libs/faad2/faad2-2.6.1.ebuild51
3 files changed, 5 insertions, 116 deletions
diff --git a/media-libs/faad2/ChangeLog b/media-libs/faad2/ChangeLog
index e7516bd01cf3..5cae06e00ddf 100644
--- a/media-libs/faad2/ChangeLog
+++ b/media-libs/faad2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/faad2
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.96 2008/05/08 12:08:06 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.97 2008/06/20 23:56:09 aballier Exp $
+
+ 20 Jun 2008; Alexis Ballier <aballier@gentoo.org> -faad2-2.0-r11.ebuild,
+ -faad2-2.6.1.ebuild:
+ remove unused versions
*faad2-2.6.1-r1 (08 May 2008)
diff --git a/media-libs/faad2/faad2-2.0-r11.ebuild b/media-libs/faad2/faad2-2.0-r11.ebuild
deleted file mode 100644
index e0ba3d08dc45..000000000000
--- a/media-libs/faad2/faad2-2.0-r11.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.0-r11.ebuild,v 1.15 2006/11/13 15:33:36 flameeyes Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="latest"
-
-inherit eutils libtool flag-o-matic autotools
-
-PATCHLEVEL="5"
-
-DESCRIPTION="AAC audio decoding library"
-HOMEPAGE="http://www.audiocoding.com/"
-SRC_URI="mirror://sourceforge/faac/${PN}-${PV/_/-}.tar.gz
- mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="media-libs/libmp4v2"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
- eautoreconf
-}
-
-src_compile() {
- # see #34392
- filter-flags -mfpmath=sse
-
- # mp4v2 needed for rhythmbox
- # drm needed for nothing but doesn't hurt
- econf \
- --with-drm \
- --without-xmms \
- || die "econf failed"
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS ChangeLog NEWS README README.linux TODO
-
- # unneeded include, <systems.h> breaks building of apps, but
- # it is necessary because includes <sys/types.h>,
- # which is needed by /usr/include/mp4.h... so we just
- # include <sys/types.h> instead. See bug #55767
- sed -i -e "s:#include <systems.h>:#include <sys/types.h>:" \
- ${D}/usr/include/mpeg4ip.h
- sed -i -e "s:\"mp4ff_int_types.h\":<stdint.h>:" \
- ${D}/usr/include/mp4ff.h
-
-}
diff --git a/media-libs/faad2/faad2-2.6.1.ebuild b/media-libs/faad2/faad2-2.6.1.ebuild
deleted file mode 100644
index 406aa036f1bc..000000000000
--- a/media-libs/faad2/faad2-2.6.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v 1.4 2008/03/09 10:34:12 aballier Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="AAC audio decoding library"
-HOMEPAGE="http://www.audiocoding.com/"
-SRC_URI="mirror://sourceforge/faac/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="drm"
-
-RDEPEND=""
-DEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-abi_has_changed.patch"
- epatch "${FILESDIR}/${P}-libtool22.patch"
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_with drm)\
- --without-xmms \
- || die "econf failed"
-
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README README.linux TODO
-}
-
-pkg_postinst() {
- elog "Please note that from ${PN}-2.0* to ${P}, ABI has changed"
- elog "So if you are upgrading from those versions, you need to rebuild"
- elog "all the packages linked against ${PN}."
- elog "You can use revdep-rebuild from app-portage/gentoolkit if you are"
- elog "using portage or reconcilio if you are using paludis, or ..."
-}