diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-04-10 21:22:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-04-10 21:22:13 +0000 |
commit | 4703e5dd2b1a605110367873ba0e8a3443021617 (patch) | |
tree | c707412f245d33de85109992c45d192dd0059fd9 /media-video/cinelerra-cvs | |
parent | bump to 2.22.1. Fix some crasher bugs. (diff) | |
download | historical-4703e5dd2b1a605110367873ba0e8a3443021617.tar.gz historical-4703e5dd2b1a605110367873ba0e8a3443021617.tar.bz2 historical-4703e5dd2b1a605110367873ba0e8a3443021617.zip |
remove old
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'media-video/cinelerra-cvs')
-rw-r--r-- | media-video/cinelerra-cvs/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/cinelerra-cvs/cinelerra-cvs-20080301.ebuild | 108 |
2 files changed, 5 insertions, 109 deletions
diff --git a/media-video/cinelerra-cvs/ChangeLog b/media-video/cinelerra-cvs/ChangeLog index 0ac0c6be50c5..d33e56398afd 100644 --- a/media-video/cinelerra-cvs/ChangeLog +++ b/media-video/cinelerra-cvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/cinelerra-cvs # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra-cvs/ChangeLog,v 1.43 2008/04/07 22:07:31 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra-cvs/ChangeLog,v 1.44 2008/04/10 21:22:13 aballier Exp $ + + 10 Apr 2008; Alexis Ballier <aballier@gentoo.org> + -cinelerra-cvs-20080301.ebuild: + remove old 07 Apr 2008; Ben de Groot <yngwin@gentoo.org> cinelerra-cvs-20080301.ebuild, cinelerra-cvs-20080401.ebuild: diff --git a/media-video/cinelerra-cvs/cinelerra-cvs-20080301.ebuild b/media-video/cinelerra-cvs/cinelerra-cvs-20080301.ebuild deleted file mode 100644 index d70ecac54995..000000000000 --- a/media-video/cinelerra-cvs/cinelerra-cvs-20080301.ebuild +++ /dev/null @@ -1,108 +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-cvs/cinelerra-cvs-20080301.ebuild,v 1.2 2008/04/07 22:07:31 yngwin 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}/${PN}" - -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}/${PN}-swscaler.patch" - epatch "${FILESDIR}/cinelerra-compilewarnings.diff" - epatch "${FILESDIR}/${PN}-defaultx264tocqp.patch" - 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 r1053" \ - || 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." -} |