diff options
author | 2008-10-19 14:17:21 +0000 | |
---|---|---|
committer | 2008-10-19 14:17:21 +0000 | |
commit | 56ea63ad5a90d0882ff4dc20aa147bd49e294e18 (patch) | |
tree | 9dec4e9f96b1ec5825c53e8d250f4683ec9d6113 /media-libs/faad2 | |
parent | install blenderplayer binary with USE=player (diff) | |
download | gentoo-2-56ea63ad5a90d0882ff4dc20aa147bd49e294e18.tar.gz gentoo-2-56ea63ad5a90d0882ff4dc20aa147bd49e294e18.tar.bz2 gentoo-2-56ea63ad5a90d0882ff4dc20aa147bd49e294e18.zip |
remove old
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
Diffstat (limited to 'media-libs/faad2')
-rw-r--r-- | media-libs/faad2/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/faad2/faad2-2.0-r13.ebuild | 61 | ||||
-rw-r--r-- | media-libs/faad2/faad2-2.6.1-r1.ebuild | 53 |
3 files changed, 5 insertions, 115 deletions
diff --git a/media-libs/faad2/ChangeLog b/media-libs/faad2/ChangeLog index a4df6b869b88..c68693a7ef82 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.113 2008/10/18 15:24:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.114 2008/10/19 14:17:21 aballier Exp $ + + 19 Oct 2008; Alexis Ballier <aballier@gentoo.org> -faad2-2.0-r13.ebuild, + -faad2-2.6.1-r1.ebuild: + remove old 18 Oct 2008; Raúl Porcel <armin76@gentoo.org> faad2-2.6.1-r2.ebuild: arm/sh stable diff --git a/media-libs/faad2/faad2-2.0-r13.ebuild b/media-libs/faad2/faad2-2.0-r13.ebuild deleted file mode 100644 index 1f72cb7d4656..000000000000 --- a/media-libs/faad2/faad2-2.0-r13.ebuild +++ /dev/null @@ -1,61 +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.0-r13.ebuild,v 1.15 2008/06/22 12:50:49 gentoofan23 Exp $ - -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 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -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 - - append-flags -fno-strict-aliasing - - # mp4v2 needed for rhythmbox - # drm needed for nothing but doesn't hurt - econf \ - --with-drm \ - --without-xmms \ - || die "econf failed" - - emake || die -} - -src_install() { - emake 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-r1.ebuild b/media-libs/faad2/faad2-2.6.1-r1.ebuild deleted file mode 100644 index cd866d5f04ee..000000000000 --- a/media-libs/faad2/faad2-2.6.1-r1.ebuild +++ /dev/null @@ -1,53 +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-r1.ebuild,v 1.9 2008/07/16 15:20:05 jer 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" - epatch "${FILESDIR}/${P}-broken-pipe.patch" - epatch "${FILESDIR}/${P}-implicitdeclar.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 ..." -} |