summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-08-27 18:54:22 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-08-27 18:54:22 +0000
commit6b8dd98afee9559645d992f65c28e50ab998b1d2 (patch)
tree5c21bcc5a8c90b6881e72ea572dda9409d77babb /media-video
parentx86 stable wrt security bug #364889 (diff)
downloadgentoo-2-6b8dd98afee9559645d992f65c28e50ab998b1d2.tar.gz
gentoo-2-6b8dd98afee9559645d992f65c28e50ab998b1d2.tar.bz2
gentoo-2-6b8dd98afee9559645d992f65c28e50ab998b1d2.zip
remove old
(Portage version: 2.2.0_alpha51/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-20100605.patch37
-rw-r--r--media-video/x264-encoder/files/x264-encoder-nolib-20101029.patch37
-rw-r--r--media-video/x264-encoder/files/x264-encoder-nolib-20110223.patch38
-rw-r--r--media-video/x264-encoder/x264-encoder-0.0.20100605.ebuild59
-rw-r--r--media-video/x264-encoder/x264-encoder-0.0.20101029.ebuild60
-rw-r--r--media-video/x264-encoder/x264-encoder-0.0.20110223.ebuild60
7 files changed, 8 insertions, 292 deletions
diff --git a/media-video/x264-encoder/ChangeLog b/media-video/x264-encoder/ChangeLog
index 873e3ca18acd..dd3b481fd37e 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/ChangeLog,v 1.54 2011/08/27 17:48:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/ChangeLog,v 1.55 2011/08/27 18:54:22 aballier Exp $
+
+ 27 Aug 2011; Alexis Ballier <aballier@gentoo.org>
+ -x264-encoder-0.0.20100605.ebuild, -x264-encoder-0.0.20101029.ebuild,
+ -x264-encoder-0.0.20110223.ebuild, -files/x264-encoder-nolib-20100605.patch,
+ -files/x264-encoder-nolib-20101029.patch,
+ -files/x264-encoder-nolib-20110223.patch:
+ remove old
27 Aug 2011; Raúl Porcel <armin76@gentoo.org>
x264-encoder-0.0.20110426.ebuild:
diff --git a/media-video/x264-encoder/files/x264-encoder-nolib-20100605.patch b/media-video/x264-encoder/files/x264-encoder-nolib-20100605.patch
deleted file mode 100644
index eb7631ac526a..000000000000
--- a/media-video/x264-encoder/files/x264-encoder-nolib-20100605.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Index: x264-snapshot-20100605-2245/Makefile
-===================================================================
---- x264-snapshot-20100605-2245.orig/Makefile
-+++ x264-snapshot-20100605-2245/Makefile
-@@ -127,8 +127,8 @@ libx264.a: .depend $(OBJS) $(OBJASM)
- $(SONAME): .depend $(OBJS) $(OBJASM) $(OBJSO)
- $(CC) -shared -o $@ $(OBJS) $(OBJASM) $(OBJSO) $(SOFLAGS) $(LDFLAGS)
-
--x264$(EXE): $(OBJCLI) libx264.a
-- $(CC) -o $@ $+ $(LDFLAGS) $(LDFLAGSCLI)
-+x264$(EXE): $(OBJCLI)
-+ $(CC) -o $@ $+ $(LDFLAGS) $(LDFLAGSCLI) `pkg-config --libs x264`
-
- checkasm: tools/checkasm.o libx264.a
- $(CC) -o $@ $+ $(LDFLAGS)
-@@ -195,21 +195,7 @@ distclean: clean
-
- install: x264$(EXE) $(SONAME)
- install -d $(DESTDIR)$(bindir)
-- install -d $(DESTDIR)$(includedir)
-- install -d $(DESTDIR)$(libdir)
-- install -d $(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 -f -s $(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
diff --git a/media-video/x264-encoder/files/x264-encoder-nolib-20101029.patch b/media-video/x264-encoder/files/x264-encoder-nolib-20101029.patch
deleted file mode 100644
index 323f819d4f5b..000000000000
--- a/media-video/x264-encoder/files/x264-encoder-nolib-20101029.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Index: x264-snapshot-20101029-2245/Makefile
-===================================================================
---- x264-snapshot-20101029-2245.orig/Makefile
-+++ x264-snapshot-20101029-2245/Makefile
-@@ -135,8 +135,8 @@ libx264.a: .depend $(OBJS) $(OBJASM)
- $(SONAME): .depend $(OBJS) $(OBJASM) $(OBJSO)
- $(CC) -shared -o $@ $(OBJS) $(OBJASM) $(OBJSO) $(SOFLAGS) $(LDFLAGS)
-
--x264$(EXE): $(OBJCLI) libx264.a
-- $(CC) -o $@ $+ $(LDFLAGSCLI) $(LDFLAGS)
-+x264$(EXE): $(OBJCLI)
-+ $(CC) -o $@ $+ $(LDFLAGSCLI) $(LDFLAGS) `pkg-config --libs x264`
-
- checkasm: tools/checkasm.o libx264.a
- $(CC) -o $@ $+ $(LDFLAGS)
-@@ -203,21 +203,7 @@ distclean: clean
-
- install: x264$(EXE) $(SONAME)
- install -d $(DESTDIR)$(bindir)
-- install -d $(DESTDIR)$(includedir)
-- install -d $(DESTDIR)$(libdir)
-- install -d $(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 -f -s $(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
diff --git a/media-video/x264-encoder/files/x264-encoder-nolib-20110223.patch b/media-video/x264-encoder/files/x264-encoder-nolib-20110223.patch
deleted file mode 100644
index b7838c6e5fcd..000000000000
--- a/media-video/x264-encoder/files/x264-encoder-nolib-20110223.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Index: x264-snapshot-20110223-2245/Makefile
-===================================================================
---- x264-snapshot-20110223-2245.orig/Makefile
-+++ x264-snapshot-20110223-2245/Makefile
-@@ -146,8 +146,8 @@ libx264.a: .depend $(OBJS) $(OBJASM)
- $(SONAME): .depend $(OBJS) $(OBJASM) $(OBJSO)
- $(CC) -shared -o $@ $(OBJS) $(OBJASM) $(OBJSO) $(SOFLAGS) $(LDFLAGS)
-
--x264$(EXE): $(OBJCLI) libx264.a
-- $(CC) -o $@ $+ $(LDFLAGSCLI) $(LDFLAGS)
-+x264$(EXE): $(OBJCLI)
-+ $(CC) -o $@ $+ $(LDFLAGSCLI) $(LDFLAGS) `pkg-config --libs x264`
-
- checkasm: tools/checkasm.o libx264.a
- $(CC) -o $@ $+ $(LDFLAGS)
-@@ -214,22 +214,7 @@ distclean: clean
-
- install: x264$(EXE) $(SONAME)
- install -d $(DESTDIR)$(bindir)
-- install -d $(DESTDIR)$(includedir)
-- install -d $(DESTDIR)$(libdir)
-- install -d $(DESTDIR)$(libdir)/pkgconfig
-- install -m 644 x264.h $(DESTDIR)$(includedir)
-- install -m 644 x264_config.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 -f -s $(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)$(includedir)/x264_config.h $(DESTDIR)$(libdir)/libx264.a
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20100605.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20100605.ebuild
deleted file mode 100644
index 37b6d3b284cd..000000000000
--- a/media-video/x264-encoder/x264-encoder-0.0.20100605.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 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.20100605.ebuild,v 1.8 2011/04/03 18:18:48 scarabeus 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 ffmpeg +mp4 +threads"
-
-RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 )
- ~media-libs/x264-${PV}
- ffmpeg? ( virtual/ffmpeg )"
-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-20100605.patch
-}
-
-src_configure() {
- tc-export CC
-
- local myconf=""
- use debug && myconf="${myconf} --enable-debug"
-
- ./configure \
- --prefix=/usr \
- --libdir=/usr/$(get_libdir) \
- --disable-avs-input \
- $(use_enable ffmpeg lavf-input) \
- $(use_enable mp4 mp4-output) \
- $(use_enable threads pthread) \
- --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.20101029.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20101029.ebuild
deleted file mode 100644
index dc70b5855956..000000000000
--- a/media-video/x264-encoder/x264-encoder-0.0.20101029.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2011 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.20101029.ebuild,v 1.4 2011/04/03 18:18:48 scarabeus 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="http://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 ffmpeg +mp4 +threads"
-
-RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 )
- ~media-libs/x264-${PV}
- ffmpeg? ( virtual/ffmpeg )"
-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-20101029.patch
-}
-
-src_configure() {
- tc-export CC
-
- local myconf=""
- use debug && myconf="${myconf} --enable-debug"
-
- ./configure \
- --prefix=/usr \
- --libdir=/usr/$(get_libdir) \
- --disable-avs \
- $(use_enable ffmpeg lavf) \
- $(use_enable ffmpeg swscale) \
- $(use_enable mp4 gpac) \
- $(use_enable threads pthread) \
- --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.20110223.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20110223.ebuild
deleted file mode 100644
index 08e948bc1a82..000000000000
--- a/media-video/x264-encoder/x264-encoder-0.0.20110223.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2011 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.20110223.ebuild,v 1.2 2011/04/03 18:18:48 scarabeus 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="http://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 ffmpeg +mp4 +threads"
-
-RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 )
- ~media-libs/x264-${PV}
- ffmpeg? ( virtual/ffmpeg )"
-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-20110223.patch
-}
-
-src_configure() {
- tc-export CC
-
- local myconf=""
- use debug && myconf="${myconf} --enable-debug"
-
- ./configure \
- --prefix=/usr \
- --libdir=/usr/$(get_libdir) \
- --disable-avs \
- $(use_enable ffmpeg lavf) \
- $(use_enable ffmpeg swscale) \
- $(use_enable mp4 gpac) \
- $(use_enable threads thread) \
- --extra-asflags="${ASFLAGS}" \
- --extra-cflags="${CFLAGS}" \
- --extra-ldflags="${LDFLAGS}" \
- --host="${CHOST}" \
- ${myconf} \
- || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}