diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-29 21:26:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-29 21:26:53 +0000 |
commit | 723fe3dba04f97c9404d51c8e94c5e0ac7dc830e (patch) | |
tree | ae2356abca502005c1b37778bde9d51e1de0abbf /media-libs | |
parent | amd64/x86 stable, bug #273156 (diff) | |
download | gentoo-2-723fe3dba04f97c9404d51c8e94c5e0ac7dc830e.tar.gz gentoo-2-723fe3dba04f97c9404d51c8e94c5e0ac7dc830e.tar.bz2 gentoo-2-723fe3dba04f97c9404d51c8e94c5e0ac7dc830e.zip |
remove old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/x264/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/x264/files/x264-onlylib.patch | 28 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20070924.ebuild | 62 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20080301.ebuild | 62 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20080406.ebuild | 57 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20080819.ebuild | 57 | ||||
-rw-r--r-- | media-libs/x264/x264-0.0.20081218.ebuild | 58 |
7 files changed, 7 insertions, 325 deletions
diff --git a/media-libs/x264/ChangeLog b/media-libs/x264/ChangeLog index bc3c3688ee67..69393cd24f7f 100644 --- a/media-libs/x264/ChangeLog +++ b/media-libs/x264/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/x264 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.20 2009/05/03 20:08:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.21 2009/06/29 21:26:53 aballier Exp $ + + 29 Jun 2009; Alexis Ballier <aballier@gentoo.org> + -files/x264-onlylib.patch, -x264-0.0.20070924.ebuild, + -x264-0.0.20080301.ebuild, -x264-0.0.20080406.ebuild, + -x264-0.0.20080819.ebuild, -x264-0.0.20081218.ebuild: + remove old *x264-0.0.20090502 (03 May 2009) diff --git a/media-libs/x264/files/x264-onlylib.patch b/media-libs/x264/files/x264-onlylib.patch deleted file mode 100644 index d429ac0952f8..000000000000 --- a/media-libs/x264/files/x264-onlylib.patch +++ /dev/null @@ -1,28 +0,0 @@ -Index: x264-svn/Makefile -=================================================================== ---- x264-svn.orig/Makefile -+++ x264-svn/Makefile -@@ -66,7 +66,7 @@ DEP = depend - .PHONY: all default fprofiled clean distclean install install-gtk uninstall dox test testclean - all: default - --default: $(DEP) x264$(EXE) -+default: $(DEP) - - libx264.a: .depend $(OBJS) $(OBJASM) - ar rc libx264.a $(OBJS) $(OBJASM) -@@ -142,13 +142,12 @@ distclean: clean - rm -rf test/ - $(MAKE) -C gtk distclean - --install: x264 $(SONAME) -+install: libx264.a $(SONAME) - install -d $(DESTDIR)$(bindir) $(DESTDIR)$(includedir) - install -d $(DESTDIR)$(libdir) $(DESTDIR)$(libdir)/pkgconfig - install -m 644 x264.h $(DESTDIR)$(includedir) - install -m 644 libx264.a $(DESTDIR)$(libdir) - install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig -- install x264 $(DESTDIR)$(bindir) - ranlib $(DESTDIR)$(libdir)/libx264.a - $(if $(SONAME), ln -sf $(SONAME) $(DESTDIR)$(libdir)/libx264.so) - $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(libdir)) diff --git a/media-libs/x264/x264-0.0.20070924.ebuild b/media-libs/x264/x264-0.0.20070924.ebuild deleted file mode 100644 index de9b5d50ca8a..000000000000 --- a/media-libs/x264/x264-0.0.20070924.ebuild +++ /dev/null @@ -1,62 +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/x264/x264-0.0.20070924.ebuild,v 1.1 2008/04/07 21:43:23 yngwin Exp $ - -inherit multilib eutils toolchain-funcs versionator - -X264_SVN_P="x264-svn-$(get_version_component_range 3)" - -DESCRIPTION="A free library for encoding X264/AVC streams" -HOMEPAGE="http://www.videolan.org/developers/x264.html" -SRC_URI="mirror://gentoo/${X264_SVN_P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="debug threads" - -RDEPEND="" -DEPEND="amd64? ( >=dev-lang/yasm-0.6.0 ) - x86? ( || ( >=dev-lang/yasm-0.6.2 dev-lang/nasm ) ) - x86-fbsd? ( dev-lang/nasm )" - -# Block older than 0.6.2 versions of yasm -# It generates incorect pic code and will cause segfaults -# See http://www.tortall.net/projects/yasm/ticket/114 -DEPEND="${DEPEND} - x86? ( !<dev-lang/yasm-0.6.2 )" - -S="${WORKDIR}/${PN}-svn" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-nostrip.patch" - epatch "${FILESDIR}/${PN}-onlylib.patch" -} - -src_compile() { - local myconf="" - use debug && myconf="${myconf} --enable-debug" - ./configure --prefix=/usr \ - --libdir=/usr/$(get_libdir) \ - --enable-pic --enable-shared \ - "--extra-cflags=${CFLAGS}" \ - "--extra-ldflags=${LDFLAGS}" \ - "--extra-asflags=${ASFLAGS}" \ - $(use_enable threads pthread) \ - ${myconf} \ - --disable-mp4-output \ - || die "configure failed" - emake CC="$(tc-getCC)" || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS -} - -pkg_postinst() { - elog "Please note that this package now only installs" - elog "${PN} libraries. In order to have the encoder," - elog "please emerge media-video/x264-svn-encoder" -} diff --git a/media-libs/x264/x264-0.0.20080301.ebuild b/media-libs/x264/x264-0.0.20080301.ebuild deleted file mode 100644 index 3099cd288a4f..000000000000 --- a/media-libs/x264/x264-0.0.20080301.ebuild +++ /dev/null @@ -1,62 +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/x264/x264-0.0.20080301.ebuild,v 1.1 2008/04/07 21:43:23 yngwin Exp $ - -inherit multilib eutils toolchain-funcs versionator - -X264_SVN_P="x264-svn-$(get_version_component_range 3)" - -DESCRIPTION="A free library for encoding X264/AVC streams" -HOMEPAGE="http://www.videolan.org/developers/x264.html" -SRC_URI="mirror://gentoo/${X264_SVN_P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug threads" - -RDEPEND="" -DEPEND="amd64? ( >=dev-lang/yasm-0.6.0 ) - x86? ( || ( >=dev-lang/yasm-0.6.2 dev-lang/nasm ) ) - x86-fbsd? ( dev-lang/nasm )" - -# Block older than 0.6.2 versions of yasm -# It generates incorect pic code and will cause segfaults -# See http://www.tortall.net/projects/yasm/ticket/114 -DEPEND="${DEPEND} - x86? ( !<dev-lang/yasm-0.6.2 )" - -S="${WORKDIR}/${PN}-svn" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-nostrip.patch" - epatch "${FILESDIR}/${PN}-onlylib.patch" -} - -src_compile() { - local myconf="" - use debug && myconf="${myconf} --enable-debug" - ./configure --prefix=/usr \ - --libdir=/usr/$(get_libdir) \ - --enable-pic --enable-shared \ - "--extra-cflags=${CFLAGS}" \ - "--extra-ldflags=${LDFLAGS}" \ - "--extra-asflags=${ASFLAGS}" \ - $(use_enable threads pthread) \ - ${myconf} \ - --disable-mp4-output \ - || die "configure failed" - emake CC="$(tc-getCC)" || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS -} - -pkg_postinst() { - elog "Please note that this package now only installs" - elog "${PN} libraries. In order to have the encoder," - elog "please emerge media-video/x264-svn-encoder" -} diff --git a/media-libs/x264/x264-0.0.20080406.ebuild b/media-libs/x264/x264-0.0.20080406.ebuild deleted file mode 100644 index 2750afaaad56..000000000000 --- a/media-libs/x264/x264-0.0.20080406.ebuild +++ /dev/null @@ -1,57 +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/x264/x264-0.0.20080406.ebuild,v 1.5 2008/11/09 11:47:08 klausman Exp $ - -EAPI="1" -inherit multilib eutils toolchain-funcs versionator - -MY_P="x264-snapshot-$(get_version_component_range 3)-2245" - -DESCRIPTION="A free library for encoding X264/AVC streams" -HOMEPAGE="http://www.videolan.org/developers/x264.html" -SRC_URI="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug +threads" - -RDEPEND="" -DEPEND="amd64? ( >=dev-lang/yasm-0.6.2 ) - x86? ( >=dev-lang/yasm-0.6.2 ) - x86-fbsd? ( >=dev-lang/yasm-0.6.2 )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-nostrip.patch" - epatch "${FILESDIR}/${PN}-onlylib-20080406.patch" -} - -src_compile() { - local myconf="" - use debug && myconf="${myconf} --enable-debug" - ./configure --prefix=/usr \ - --libdir=/usr/$(get_libdir) \ - --enable-pic --enable-shared \ - "--extra-cflags=${CFLAGS}" \ - "--extra-ldflags=${LDFLAGS}" \ - "--extra-asflags=${ASFLAGS}" \ - $(use_enable threads pthread) \ - ${myconf} \ - --disable-mp4-output \ - || die "configure failed" - emake CC="$(tc-getCC)" || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS doc/*.txt -} - -pkg_postinst() { - elog "Please note that this package now only installs" - elog "${PN} libraries. In order to have the encoder," - elog "please emerge media-video/x264-encoder." -} diff --git a/media-libs/x264/x264-0.0.20080819.ebuild b/media-libs/x264/x264-0.0.20080819.ebuild deleted file mode 100644 index ed1bc6c4da04..000000000000 --- a/media-libs/x264/x264-0.0.20080819.ebuild +++ /dev/null @@ -1,57 +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/x264/x264-0.0.20080819.ebuild,v 1.5 2008/11/24 22:56:54 bluebird Exp $ - -EAPI="1" -inherit multilib eutils toolchain-funcs versionator - -MY_P="x264-snapshot-$(get_version_component_range 3)-2245" - -DESCRIPTION="A free library for encoding X264/AVC streams" -HOMEPAGE="http://www.videolan.org/developers/x264.html" -SRC_URI="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="debug +threads" - -RDEPEND="" -DEPEND="amd64? ( >=dev-lang/yasm-0.6.2 ) - x86? ( >=dev-lang/yasm-0.6.2 ) - x86-fbsd? ( >=dev-lang/yasm-0.6.2 )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-nostrip.patch" - epatch "${FILESDIR}/${PN}-onlylib-20080406.patch" -} - -src_compile() { - local myconf="" - use debug && myconf="${myconf} --enable-debug" - ./configure --prefix=/usr \ - --libdir=/usr/$(get_libdir) \ - --enable-pic --enable-shared \ - "--extra-cflags=${CFLAGS}" \ - "--extra-ldflags=${LDFLAGS}" \ - "--extra-asflags=${ASFLAGS}" \ - $(use_enable threads pthread) \ - ${myconf} \ - --disable-mp4-output \ - || die "configure failed" - emake CC="$(tc-getCC)" || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS doc/*.txt -} - -pkg_postinst() { - elog "Please note that this package now only installs" - elog "${PN} libraries. In order to have the encoder," - elog "please emerge media-video/x264-encoder." -} diff --git a/media-libs/x264/x264-0.0.20081218.ebuild b/media-libs/x264/x264-0.0.20081218.ebuild deleted file mode 100644 index fd1d810394e2..000000000000 --- a/media-libs/x264/x264-0.0.20081218.ebuild +++ /dev/null @@ -1,58 +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/x264/x264-0.0.20081218.ebuild,v 1.1 2008/12/19 13:38:45 aballier Exp $ - -EAPI="1" -inherit multilib eutils toolchain-funcs versionator - -MY_P="x264-snapshot-$(get_version_component_range 3)-2245" - -DESCRIPTION="A free library for encoding X264/AVC streams" -HOMEPAGE="http://www.videolan.org/developers/x264.html" -SRC_URI="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug +threads" - -RDEPEND="" -DEPEND="amd64? ( >=dev-lang/yasm-0.6.2 ) - x86? ( >=dev-lang/yasm-0.6.2 ) - x86-fbsd? ( >=dev-lang/yasm-0.6.2 )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-nostrip.patch" - epatch "${FILESDIR}/${PN}-onlylib-20080406.patch" -} - -src_compile() { - local myconf="" - use debug && myconf="${myconf} --enable-debug" - ./configure --prefix=/usr \ - --libdir=/usr/$(get_libdir) \ - --enable-pic --enable-shared \ - "--extra-cflags=${CFLAGS}" \ - "--extra-ldflags=${LDFLAGS}" \ - "--extra-asflags=${ASFLAGS}" \ - "--host=${CHOST}" \ - $(use_enable threads pthread) \ - ${myconf} \ - --disable-mp4-output \ - || die "configure failed" - emake CC="$(tc-getCC)" || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS doc/*.txt -} - -pkg_postinst() { - elog "Please note that this package now only installs" - elog "${PN} libraries. In order to have the encoder," - elog "please emerge media-video/x264-encoder." -} |