summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-06 22:32:50 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-06 22:32:50 +0000
commit01501ad9ae66a3a28bb20f773ceea51f37137c11 (patch)
treef40934bc8f2a4ac2b4b655cd66f25c5a67fdc8b5 /media-video/cinelerra
parentadd fix from upstream to build with ffmpeg trunk (diff)
downloadgentoo-2-01501ad9ae66a3a28bb20f773ceea51f37137c11.tar.gz
gentoo-2-01501ad9ae66a3a28bb20f773ceea51f37137c11.tar.bz2
gentoo-2-01501ad9ae66a3a28bb20f773ceea51f37137c11.zip
remove old
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'media-video/cinelerra')
-rw-r--r--media-video/cinelerra/ChangeLog7
-rw-r--r--media-video/cinelerra/cinelerra-20080602.ebuild107
-rw-r--r--media-video/cinelerra/files/cinelerra-cvs-defaultx264tocqp.patch12
-rw-r--r--media-video/cinelerra/files/cinelerra-libtool22.diff15
4 files changed, 6 insertions, 135 deletions
diff --git a/media-video/cinelerra/ChangeLog b/media-video/cinelerra/ChangeLog
index 061aa7c0526d..dd4953196b9f 100644
--- a/media-video/cinelerra/ChangeLog
+++ b/media-video/cinelerra/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/cinelerra
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.32 2008/10/06 22:25:52 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.33 2008/10/06 22:32:49 aballier Exp $
+
+ 06 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+ -files/cinelerra-cvs-defaultx264tocqp.patch,
+ -files/cinelerra-libtool22.diff, -cinelerra-20080602.ebuild:
+ remove old
06 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+files/cinelerra-ffmpeg.patch, cinelerra-20080717.ebuild:
diff --git a/media-video/cinelerra/cinelerra-20080602.ebuild b/media-video/cinelerra/cinelerra-20080602.ebuild
deleted file mode 100644
index b1671d865544..000000000000
--- a/media-video/cinelerra/cinelerra-20080602.ebuild
+++ /dev/null
@@ -1,107 +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/cinelerra/cinelerra-20080602.ebuild,v 1.1 2008/06/24 12:23:17 hanno Exp $
-
-WANT_AUTOMAKE=1.9
-WANT_AUTOCONF=2.5
-
-inherit toolchain-funcs eutils flag-o-matic autotools
-
-#filter-flags "-fPIC -fforce-addr"
-
-DESCRIPTION="Cinelerra - Professional Video Editor - Unofficial CVS-version"
-HOMEPAGE="http://cvs.cinelerra.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="3dnow alsa esd mmx oss static truetype ieee1394 css altivec opengl"
-RDEPEND="media-libs/libpng
- >=media-libs/libdv-1.0.0
- media-libs/faad2
- media-libs/faac
- media-libs/a52dec
- media-libs/libsndfile
- media-libs/tiff
- media-video/ffmpeg
- media-sound/lame
- >=sci-libs/fftw-3.0.1
- media-libs/x264
- ieee1394? ( media-libs/libiec61883 >=sys-libs/libraw1394-1.2.0 \
- >=sys-libs/libavc1394-0.5.0 )
- media-video/mjpegtools
- alsa? ( media-libs/alsa-lib )
- esd? ( >=media-sound/esound-0.2.34 )
- truetype? ( >=media-libs/freetype-2.1.10 )
- opengl? ( virtual/opengl )
- >=media-libs/openexr-1.2.2
- >=media-libs/libvorbis-1.1.0
- >=media-libs/libogg-1.1
- >=media-libs/libtheora-1.0_alpha4-r1
- x11-libs/libX11
- x11-libs/libXv
- x11-libs/libXxf86vm
- x11-libs/libXext
- x11-libs/libXvMC
- x11-libs/libXft"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- x86? ( dev-lang/nasm )"
-
-S="${WORKDIR}/hvirtual"
-
-pkg_setup() {
- if [[ "$(gcc-major-version)" -lt "4" ]]; then
- eerror "You need to have gcc 4 or better"
- eerror "Please follow : http://www.gentoo.org/doc/en/gcc-upgrading.xml"
- eerror "And have a look at bug #128659"
- die "You must use gcc 4 or better."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/cinelerra-cvs-defaultx264tocqp.patch"
- epatch "${FILESDIR}/cinelerra-libtool22.diff"
- AT_M4DIR="m4" eautoreconf
-}
-
-src_compile() {
- econf \
- `use_enable static` \
- `use_enable alsa` \
- `use_enable esd` \
- `use_enable oss` \
- `use_enable mmx` \
- `use_enable 3dnow` \
- --with-plugindir=/usr/$(get_libdir)/cinelerra \
- `use_enable truetype freetype2` \
- `use_enable ieee1394 firewire` \
- `use_enable css` \
- `use_enable opengl` \
- `use_enable altivec` \
- --with-external-ffmpeg \
- --with-buildinfo=cust/"Gentoo - SVN r1055" \
- || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dohtml -a png,html,texi,sdw -r doc/*
- # workaround
- rm -fR "${D}/usr/include"
- mv "${D}/usr/bin/mpeg3cat" "${D}/usr/bin/mpeg3cat.hv"
- mv "${D}/usr/bin/mpeg3dump" "${D}/usr/bin/mpeg3dump.hv"
- mv "${D}/usr/bin/mpeg3toc" "${D}/usr/bin/mpeg3toc.hv"
- ln -s /usr/bin/mpeg2enc "${D}/usr/$(get_libdir)/cinelerra/mpeg2enc.plugin"
-}
-
-pkg_postinst () {
- elog "Please note that this is unofficial and somewhat experimental code."
- elog "See cvs.cinelerra.org for a list of changes to the official cinelerra"
- elog "release."
-}
diff --git a/media-video/cinelerra/files/cinelerra-cvs-defaultx264tocqp.patch b/media-video/cinelerra/files/cinelerra-cvs-defaultx264tocqp.patch
deleted file mode 100644
index 88e98ebdb9ae..000000000000
--- a/media-video/cinelerra/files/cinelerra-cvs-defaultx264tocqp.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: cinelerra-cvs/quicktime/qth264.c
-===================================================================
---- cinelerra-cvs.orig/quicktime/qth264.c
-+++ cinelerra-cvs/quicktime/qth264.c
-@@ -506,6 +506,7 @@ static quicktime_h264_codec_t* init_comm
-
- codec = (quicktime_h264_codec_t*)codec_base->priv;
- x264_param_default(&codec->param);
-+ codec->param.rc.i_rc_method = X264_RC_CQP;
-
-
- return codec;
diff --git a/media-video/cinelerra/files/cinelerra-libtool22.diff b/media-video/cinelerra/files/cinelerra-libtool22.diff
deleted file mode 100644
index 48e8a0085dc9..000000000000
--- a/media-video/cinelerra/files/cinelerra-libtool22.diff
+++ /dev/null
@@ -1,15 +0,0 @@
---- hvirtual/configure.in.1 2008-06-23 23:32:05.000000000 +0200
-+++ hvirtual/configure.in 2008-06-23 23:32:48.000000000 +0200
-@@ -20,10 +20,8 @@
- AC_PROG_LIBTOOL
-
- # hack for libtool 1.5 -- this is ugly and probably wrong, but works
--if test `libtool --version | grep ltmain.sh | cut -b 25-27` = "1.5"; then
-- LTC_FLAGS="--tag=CC"
-- LTCXX_FLAGS="--tag=CXX"
--fi
-+LTC_FLAGS="--tag=CC"
-+LTCXX_FLAGS="--tag=CXX"
- AC_SUBST(LTC_FLAGS)
- AC_SUBST(LTCXX_FLAGS)
-