diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-04 19:23:06 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-04 19:23:06 +0000 |
commit | 154a39810a87a38e707f65d1073f83a03a6e9be8 (patch) | |
tree | a5817910ec6b41729e80c637c8504e872ea055bf /media-video | |
parent | Updated Homepage and SRC_URI. Closes #19987. (diff) | |
download | gentoo-2-154a39810a87a38e707f65d1073f83a03a6e9be8.tar.gz gentoo-2-154a39810a87a38e707f65d1073f83a03a6e9be8.tar.bz2 gentoo-2-154a39810a87a38e707f65d1073f83a03a6e9be8.zip |
cleanup
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/transcode/Manifest | 2 | ||||
-rw-r--r-- | media-video/transcode/files/digest-transcode-0.6.4_pre20030311 | 1 | ||||
-rw-r--r-- | media-video/transcode/transcode-0.6.4_pre20030311.ebuild | 128 |
3 files changed, 0 insertions, 131 deletions
diff --git a/media-video/transcode/Manifest b/media-video/transcode/Manifest index 624628e9bfd3..e77efea4cfe9 100644 --- a/media-video/transcode/Manifest +++ b/media-video/transcode/Manifest @@ -2,9 +2,7 @@ MD5 2c19bb392dce8ea1e82a24155d9be741 ChangeLog 8097 MD5 df648b9270825d3e3a34a1837dc21306 transcode-0.6.2.ebuild 3120 MD5 684638574f25d7c16d8345eb678049dd transcode-0.6.4_pre20030409.ebuild 3340 MD5 d5980a6ab3d57f2dbbd6d3fdc4bbac73 transcode-0.6.3.ebuild 3060 -MD5 a1d7d2bde36fc976bec459892ed01d1e transcode-0.6.4_pre20030311.ebuild 3340 MD5 03629a858586307611c7d7c2a2dc1505 files/digest-transcode-0.6.2 68 MD5 225a843999c440c3060e96b9fe6fca35 files/digest-transcode-0.6.3 68 MD5 1df31254b872ebb1740a8b5cbcd67dab files/ogg.patch 338 MD5 c2dff7b39f16d159e834446e72cb5b6e files/digest-transcode-0.6.4_pre20030409 77 -MD5 107162eef77c28d7b42d423cb68060b0 files/digest-transcode-0.6.4_pre20030311 77 diff --git a/media-video/transcode/files/digest-transcode-0.6.4_pre20030311 b/media-video/transcode/files/digest-transcode-0.6.4_pre20030311 deleted file mode 100644 index 0b8a7a7643d0..000000000000 --- a/media-video/transcode/files/digest-transcode-0.6.4_pre20030311 +++ /dev/null @@ -1 +0,0 @@ -MD5 e4de529a6cb428d12f1563b62a776f0b transcode-0.6.4.20030311.tar.gz 2501001 diff --git a/media-video/transcode/transcode-0.6.4_pre20030311.ebuild b/media-video/transcode/transcode-0.6.4_pre20030311.ebuild deleted file mode 100644 index 55606a5f1cbe..000000000000 --- a/media-video/transcode/transcode-0.6.4_pre20030311.ebuild +++ /dev/null @@ -1,128 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.4_pre20030311.ebuild,v 1.2 2003/05/04 19:07:00 mholzer Exp $ - -inherit libtool flag-o-matic - -# Don't build with -mfpmath=sse || -fPic or it will break. (Bug #14920) -filter-flags -mfpmath=sse -filter-flags -fPic - -filter-flags "-maltivec -mabi=altivec" - -MY_P="${P/_pre/.}" -S=${WORKDIR}/${MY_P} -IUSE="sdl mmx mpeg sse encode X quicktime avi altivec" -DESCRIPTION="video stream processing tool" -SRC_URI="http://www.zebra.fh-weingarten.de/~transcode/pre/${MY_P}.tar.gz" -HOMEPAGE="http://zebra.fh-weingarten.de/~transcode/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -DEPEND=">=media-libs/a52dec-0.7.3 - >=media-libs/libdv-0.9.5 - x86? ( >=dev-lang/nasm-0.98.34 ) - >=media-libs/libdvdread-0.9.0 - >=media-video/mplayer-0.90_pre10 - >=media-video/ffmpeg-0.4.6 - >=media-libs/xvid-0.9.0 - >=media-video/mjpegtools-1.6.0 - >=dev-libs/lzo-1.08 - >=media-libs/libfame-0.9.0 - >=media-gfx/imagemagick-5.4.9.0 - media-libs/netpbm - X? ( virtual/x11 ) - avi? ( >=media-video/avifile-0.7.25 ) - mpeg? ( media-libs/libmpeg3 ) - encode? ( >=media-sound/lame-3.89 ) - sdl? ( media-libs/libsdl ) - quicktime? ( media-libs/quicktime4linux media-libs/openquicktime )" - -src_unpack() { - unpack ${A} - - if has_version '>=media-libs/netpbm-9.13' - then - einfo "New netbpm (>9.12)..." - cp ${S}/contrib/subrip/Makefile ${S}/contrib/subrip/Makefile.orig - sed -e 's:-lppm:-lnetpbm:' \ - ${S}/contrib/subrip/Makefile.orig > ${S}/contrib/subrip/Makefile - else - einfo "Old netbpm (<=9.12)..." - fi -} - -src_compile() { - # fix invalid paths in .la files of plugins - elibtoolize - - local myconf= - myconf="--with-dvdread" - - use mmx \ - && myconf="${myconf} --enable-mmx" - use mmx || ( use 3dnow || use sse ) \ - || myconf="${myconf} --disable-mmx" - # Dont disable mmx if 3dnow or sse are requested. - - use sse \ - && myconf="${myconf} --enable-sse" \ - || myconf="${myconf} --disable-sse" - - use altivec \ - && myconf="${myconf} --enable-altivec" \ - || myconf="${myconf} --disable-altivec" - - use avi \ - && myconf="${myconf} --with-avifile-mods --enable-avifile6" \ - || myconf="${myconf} --without-avifile-mods --disable-avifile6" - - use encode \ - && myconf="${myconf} --with-lame" \ - || myconf="${myconf} --without-lame" - - use mpeg \ - && myconf="${myconf} --with-libmpeg3" \ - || myconf="${myconf} --without-libmpeg3" - - use quicktime \ - && myconf="${myconf} --with-qt --with-openqt" \ - || myconf="${myconf} --without-qt --without-openqt" - - use X \ - && myconf="${myconf} --enable-x" \ - || myconf="${myconf} --disable-x" - - # Use the MPlayer libpostproc if present - [ -f ${ROOT}/usr/lib/libpostproc.a ] && \ - [ -f ${ROOT}/usr/include/postproc/postprocess.h ] && \ - myconf="${myconf} --with-libpostproc-builddir=${ROOT}/usr/lib" - - - econf ${myconf} CFLAGS="${CFLAGS} -DDCT_YUV_PRECISION=1" || die - - # Do not use emake !! - # export CFLAGS="${CFLAGS} -DDCT_YUV_PRECISION=1" - - make all || die - - # subrip stuff - cd contrib/subrip - make || die -} - -src_install () { - - make \ - DESTDIR=${D} \ - install || die - - dodoc AUTHORS COPYING ChangeLog README TODO - - # subrip stuff - cd contrib/subrip - dobin pgm2txt srttool subtitle2pgm subtitle2vobsub - einfo "" - einfo "This ebuild uses subtitles !!!" - einfo "" -} |