summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-02-24 12:33:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-02-24 12:33:01 +0000
commit98f0114f6ca219d9e3f769741780ff3c87e9f76c (patch)
treeb10bc30161c7c20190cb82341fb13ec156673f90 /media-video
parentDo not generate the plugin cache at buildtime and do it in postinst (diff)
downloadhistorical-98f0114f6ca219d9e3f769741780ff3c87e9f76c.tar.gz
historical-98f0114f6ca219d9e3f769741780ff3c87e9f76c.tar.bz2
historical-98f0114f6ca219d9e3f769741780ff3c87e9f76c.zip
remove old
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'media-video')
-rw-r--r--media-video/x264-encoder/ChangeLog9
-rw-r--r--media-video/x264-encoder/files/x264-encoder-nolib-20081006.patch50
-rw-r--r--media-video/x264-encoder/x264-encoder-0.0.20081006.ebuild62
-rw-r--r--media-video/x264-encoder/x264-encoder-0.0.20090502.ebuild62
-rw-r--r--media-video/x264-encoder/x264-encoder-0.0.20090629.ebuild62
-rw-r--r--media-video/x264-encoder/x264-encoder-0.0.20090908.ebuild59
-rw-r--r--media-video/x264-encoder/x264-encoder-0.0.20091124.ebuild59
7 files changed, 8 insertions, 355 deletions
diff --git a/media-video/x264-encoder/ChangeLog b/media-video/x264-encoder/ChangeLog
index f2b5da099edc..aac96c58a5c4 100644
--- a/media-video/x264-encoder/ChangeLog
+++ b/media-video/x264-encoder/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-video/x264-encoder
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/ChangeLog,v 1.32 2010/01/31 17:32:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/ChangeLog,v 1.33 2010/02/24 12:33:00 aballier Exp $
+
+ 24 Feb 2010; Alexis Ballier <aballier@gentoo.org>
+ -x264-encoder-0.0.20081006.ebuild, -x264-encoder-0.0.20090502.ebuild,
+ -x264-encoder-0.0.20090629.ebuild, -x264-encoder-0.0.20090908.ebuild,
+ -x264-encoder-0.0.20091124.ebuild,
+ -files/x264-encoder-nolib-20081006.patch:
+ remove old
31 Jan 2010; Raúl Porcel <armin76@gentoo.org>
x264-encoder-0.0.20091021.ebuild:
diff --git a/media-video/x264-encoder/files/x264-encoder-nolib-20081006.patch b/media-video/x264-encoder/files/x264-encoder-nolib-20081006.patch
deleted file mode 100644
index 23f77818a971..000000000000
--- a/media-video/x264-encoder/files/x264-encoder-nolib-20081006.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Index: x264-snapshot-20081004-2245/Makefile
-===================================================================
---- x264-snapshot-20081004-2245.orig/Makefile
-+++ x264-snapshot-20081004-2245/Makefile
-@@ -80,8 +80,8 @@ libx264.a: .depend $(OBJS) $(OBJASM)
- $(SONAME): .depend $(OBJS) $(OBJASM)
- $(CC) -shared -o $@ $(OBJS) $(OBJASM) $(SOFLAGS) $(LDFLAGS)
-
--x264$(EXE): $(OBJCLI) libx264.a
-- $(CC) -o $@ $+ $(LDFLAGS)
-+x264$(EXE): $(OBJCLI)
-+ $(CC) -o $@ $+ $(LDFLAGS) `pkg-config --libs x264`
-
- checkasm: tools/checkasm.o libx264.a
- $(CC) -o $@ $+ $(LDFLAGS)
-@@ -144,21 +144,10 @@ distclean: clean
- rm -f config.mak config.h x264.pc
- rm -rf test/
-
--install: x264$(EXE) $(SONAME)
-+install: x264$(EXE)
- 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$(EXE) $(DESTDIR)$(bindir)
-- ranlib $(DESTDIR)$(libdir)/libx264.a
--ifeq ($(SYS),MINGW)
-- $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(bindir))
--else
-- $(if $(SONAME), ln -sf $(SONAME) $(DESTDIR)$(libdir)/libx264.$(SOSUFFIX))
-- $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(libdir))
--endif
-- $(if $(IMPLIBNAME), install -m 644 $(IMPLIBNAME) $(DESTDIR)$(libdir))
-
- uninstall:
- rm -f $(DESTDIR)$(includedir)/x264.h $(DESTDIR)$(libdir)/libx264.a
-Index: x264-snapshot-20081004-2245/configure
-===================================================================
---- x264-snapshot-20081004-2245.orig/configure
-+++ x264-snapshot-20081004-2245/configure
-@@ -442,7 +442,6 @@ if [ "$shared" = "yes" ]; then
- echo "SONAME=libx264.so.$API" >> config.mak
- echo 'SOFLAGS=-Wl,-soname,$(SONAME)' >> config.mak
- fi
-- echo 'default: $(SONAME)' >> config.mak
- fi
-
- ./version.sh
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20081006.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20081006.ebuild
deleted file mode 100644
index 233256f1b2da..000000000000
--- a/media-video/x264-encoder/x264-encoder-0.0.20081006.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-video/x264-encoder/x264-encoder-0.0.20081006.ebuild,v 1.9 2008/12/30 00:31:36 yngwin Exp $
-
-EAPI="1"
-inherit multilib eutils toolchain-funcs versionator
-
-MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
-
-DESCRIPTION="A free commandline encoder for 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 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="debug +mp4 +threads"
-
-RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 )
- ~media-libs/x264-${PV}"
-
-DEPEND="${RDEPEND}
- amd64? ( >=dev-lang/yasm-0.6.0 )
- x86? ( || ( >=dev-lang/yasm-0.6.2 dev-lang/nasm ) )
- x86-fbsd? ( >=dev-lang/yasm-0.6.2 )
- dev-util/pkgconfig"
-
-# 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}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-nostrip.patch"
- epatch "${FILESDIR}/${PN}-nolib-20081006.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}" \
- ${myconf} \
- $(use_enable threads pthread) \
- $(use_enable mp4 mp4-output) \
- || die "configure failed"
- emake CC="$(tc-getCC)" || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS doc/*.txt
-}
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20090502.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20090502.ebuild
deleted file mode 100644
index 869721e82cce..000000000000
--- a/media-video/x264-encoder/x264-encoder-0.0.20090502.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-0.0.20090502.ebuild,v 1.1 2009/05/03 20:09:15 aballier Exp $
-
-EAPI="1"
-inherit multilib eutils toolchain-funcs versionator
-
-MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
-
-DESCRIPTION="A free commandline encoder for 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 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug +mp4 +threads"
-
-RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 )
- ~media-libs/x264-${PV}"
-
-DEPEND="${RDEPEND}
- amd64? ( >=dev-lang/yasm-0.6.1 )
- x86? ( || ( >=dev-lang/yasm-0.6.2 dev-lang/nasm ) )
- x86-fbsd? ( >=dev-lang/yasm-0.6.2 )
- dev-util/pkgconfig"
-
-# 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}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-nostrip.patch"
- epatch "${FILESDIR}/${PN}-nolib-20090408.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}" \
- ${myconf} \
- $(use_enable threads pthread) \
- $(use_enable mp4 mp4-output) \
- || die "configure failed"
- emake CC="$(tc-getCC)" || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS doc/*.txt
-}
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20090629.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20090629.ebuild
deleted file mode 100644
index e88a77a36fe1..000000000000
--- a/media-video/x264-encoder/x264-encoder-0.0.20090629.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-0.0.20090629.ebuild,v 1.1 2009/06/29 21:37:50 aballier Exp $
-
-EAPI="1"
-inherit multilib eutils toolchain-funcs versionator
-
-MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
-
-DESCRIPTION="A free commandline encoder for 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 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug +mp4 +threads"
-
-RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 )
- ~media-libs/x264-${PV}"
-
-DEPEND="${RDEPEND}
- amd64? ( >=dev-lang/yasm-0.6.1 )
- x86? ( || ( >=dev-lang/yasm-0.6.2 dev-lang/nasm ) )
- x86-fbsd? ( >=dev-lang/yasm-0.6.2 )
- dev-util/pkgconfig"
-
-# 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}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-nostrip.patch"
- epatch "${FILESDIR}/${PN}-nolib-20090408.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}" \
- ${myconf} \
- $(use_enable threads pthread) \
- $(use_enable mp4 mp4-output) \
- || die "configure failed"
- emake CC="$(tc-getCC)" || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS doc/*.txt
-}
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20090908.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20090908.ebuild
deleted file mode 100644
index 5dd5a3c1432d..000000000000
--- a/media-video/x264-encoder/x264-encoder-0.0.20090908.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-0.0.20090908.ebuild,v 1.1 2009/09/09 09:15:14 ssuominen Exp $
-
-EAPI=2
-inherit eutils multilib toolchain-funcs versionator
-
-MY_P=x264-snapshot-$(get_version_component_range 3)-2245
-
-DESCRIPTION="A free commandline encoder for 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug +mp4 +threads"
-
-RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 )
- ~media-libs/x264-${PV}"
-DEPEND="${RDEPEND}
- amd64? ( >=dev-lang/yasm-0.6.2 )
- x86? ( || ( >=dev-lang/yasm-0.6.2 dev-lang/nasm )
- !<dev-lang/yasm-0.6.2 )
- x86-fbsd? ( >=dev-lang/yasm-0.6.2 )
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-nostrip.patch \
- "${FILESDIR}"/${PN}-nolib-20090408.patch
-}
-
-src_configure() {
- tc-export CC
-
- local myconf=""
- use debug && myconf="${myconf} --enable-debug"
-
- ./configure \
- --prefix=/usr \
- --libdir=/usr/$(get_libdir) \
- --disable-avis-input \
- $(use_enable mp4 mp4-output) \
- $(use_enable threads pthread) \
- --enable-pic \
- --enable-shared \
- --extra-asflags="${ASFLAGS}" \
- --extra-cflags="${CFLAGS}" \
- --extra-ldflags="${LDFLAGS}" \
- --host="${CHOST}" \
- ${myconf} \
- || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20091124.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20091124.ebuild
deleted file mode 100644
index 54fd9019d6b4..000000000000
--- a/media-video/x264-encoder/x264-encoder-0.0.20091124.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-0.0.20091124.ebuild,v 1.1 2009/11/26 03:50:42 beandog Exp $
-
-EAPI=2
-inherit eutils multilib toolchain-funcs versionator
-
-MY_P=x264-snapshot-$(get_version_component_range 3)-2245
-
-DESCRIPTION="A free commandline encoder for 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug +mp4 +threads"
-
-RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 )
- ~media-libs/x264-${PV}"
-DEPEND="${RDEPEND}
- amd64? ( >=dev-lang/yasm-0.6.2 )
- x86? ( || ( >=dev-lang/yasm-0.6.2 dev-lang/nasm )
- !<dev-lang/yasm-0.6.2 )
- x86-fbsd? ( >=dev-lang/yasm-0.6.2 )
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-nostrip.patch \
- "${FILESDIR}"/${PN}-nolib-20090408.patch
-}
-
-src_configure() {
- tc-export CC
-
- local myconf=""
- use debug && myconf="${myconf} --enable-debug"
-
- ./configure \
- --prefix=/usr \
- --libdir=/usr/$(get_libdir) \
- --disable-avis-input \
- $(use_enable mp4 mp4-output) \
- $(use_enable threads pthread) \
- --enable-pic \
- --enable-shared \
- --extra-asflags="${ASFLAGS}" \
- --extra-cflags="${CFLAGS}" \
- --extra-ldflags="${LDFLAGS}" \
- --host="${CHOST}" \
- ${myconf} \
- || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}