summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-07-11 18:25:29 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-07-11 18:25:29 +0000
commit1170d30e2157f82fe309ebd5e4d5ca7f1ddb2088 (patch)
treeca9e0541c7fd18c4adcb2b023afa762685660b5c /media-video/transcode
parentcleanup (diff)
downloadgentoo-2-1170d30e2157f82fe309ebd5e4d5ca7f1ddb2088.tar.gz
gentoo-2-1170d30e2157f82fe309ebd5e4d5ca7f1ddb2088.tar.bz2
gentoo-2-1170d30e2157f82fe309ebd5e4d5ca7f1ddb2088.zip
cleanup
Diffstat (limited to 'media-video/transcode')
-rw-r--r--media-video/transcode/Manifest2
-rw-r--r--media-video/transcode/files/digest-transcode-0.6.21
-rw-r--r--media-video/transcode/files/digest-transcode-0.6.41
-rw-r--r--media-video/transcode/files/ogg.patch11
-rw-r--r--media-video/transcode/transcode-0.6.2.ebuild112
-rw-r--r--media-video/transcode/transcode-0.6.4.ebuild127
6 files changed, 0 insertions, 254 deletions
diff --git a/media-video/transcode/Manifest b/media-video/transcode/Manifest
index 275ebccf2576..bfc52c4e1849 100644
--- a/media-video/transcode/Manifest
+++ b/media-video/transcode/Manifest
@@ -1,11 +1,9 @@
MD5 4dc17c8a1470608ff62ee261b5a1123f ChangeLog 9064
-MD5 df648b9270825d3e3a34a1837dc21306 transcode-0.6.2.ebuild 3120
MD5 94bd38e13fa090bcc32202151996f459 transcode-0.6.3.ebuild 3061
MD5 dda3bcb1982bfd44be27d7b4570b178b transcode-0.6.6.ebuild 3292
MD5 b295e859c3a5d0bdae6bf5d0892e832f transcode-0.6.7.ebuild 3394
MD5 355d99e0b15965c13114774706d15fba transcode-0.6.8.ebuild 3350
MD5 40f99c39a21fb09fb3218e2956d758be files/digest-transcode-0.6.8 68
-MD5 03629a858586307611c7d7c2a2dc1505 files/digest-transcode-0.6.2 68
MD5 225a843999c440c3060e96b9fe6fca35 files/digest-transcode-0.6.3 68
MD5 2e179af41bdf16c1de0a976eb914a141 files/digest-transcode-0.6.6 68
MD5 4a954714299d666fbf12472d96760bed files/digest-transcode-0.6.7 68
diff --git a/media-video/transcode/files/digest-transcode-0.6.2 b/media-video/transcode/files/digest-transcode-0.6.2
deleted file mode 100644
index de25375c98b3..000000000000
--- a/media-video/transcode/files/digest-transcode-0.6.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8b26a0ac883f7ed0c34abaaf1eaca412 transcode-0.6.2.tar.gz 2388302
diff --git a/media-video/transcode/files/digest-transcode-0.6.4 b/media-video/transcode/files/digest-transcode-0.6.4
deleted file mode 100644
index 6bd0704b25e1..000000000000
--- a/media-video/transcode/files/digest-transcode-0.6.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f44c37d3a43d6087e8a00e72ae16c296 transcode-0.6.4.tar.gz 2674766
diff --git a/media-video/transcode/files/ogg.patch b/media-video/transcode/files/ogg.patch
deleted file mode 100644
index fadf57097a69..000000000000
--- a/media-video/transcode/files/ogg.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- export/export_ogg.c.org 2003-01-26 21:12:17.000000000 +0000
-+++ export/export_ogg.c 2003-01-26 21:12:42.000000000 +0000
-@@ -37,7 +37,7 @@
- static int capability_flag=TC_CAP_PCM;
- static FILE *pFile = NULL;
-
--int p_write (char *buf, size_t len)
-+static int p_write (char *buf, size_t len)
- {
- size_t n = 0;
- size_t r = 0;
diff --git a/media-video/transcode/transcode-0.6.2.ebuild b/media-video/transcode/transcode-0.6.2.ebuild
deleted file mode 100644
index ed096cb915c4..000000000000
--- a/media-video/transcode/transcode-0.6.2.ebuild
+++ /dev/null
@@ -1,112 +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.2.ebuild,v 1.6 2003/02/15 16:53:07 mholzer Exp $
-
-IUSE="sdl mmx mpeg sse dvd encode X quicktime avi"
-
-inherit libtool
-
-MY_P=${P/_/}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="video stream processing tool"
-SRC_URI="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/pre/${MY_P}.tar.gz"
-HOMEPAGE="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode"
-
-# Note: transcode can use pretty much any media-related package ever written as
-# a plugin. An exhaustive dep list would make me add about 20-30 packages to
-# portage. perhaps another time :-)
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 -ppc"
-
-DEPEND=">=media-libs/a52dec-0.7.3
- >=media-libs/libdv-0.9.5
- >=dev-lang/nasm-0.98.34
- X? ( virtual/x11 )
- avi? ( <=media-video/avifile-0.7.22
- >=media-video/avifile-0.7.4 )
- dvd? ( media-libs/libdvdread )
- mpeg? ( media-libs/libmpeg3 )
- encode? ( >=media-sound/lame-3.89 )
- sdl? ( media-libs/libsdl )
- quicktime? ( media-libs/quicktime4linux )
- <=media-video/avifile-0.7.22
- >=media-video/avifile-0.7.4
- media-libs/libdvdread
- >=media-video/mplayer-0.90_pre10"
-
-# >=media-video/mplayer-0.90_pre10
-# Most people will want to view their video so
-# I have made mplayer the default as that is what
-# many will use anyway. Due to API changes transcode will
-# now fail to build if an earlier version of mplayer is
-# installed.
-# 2002-11-22 Transcode now requires nasm.
-
-# Dont want to build without these currently
-# avi? ( >=media-video/avifile-0.7.4 )
-# dvd? ( media-libs/libdvdread )"
-
-src_compile() {
-
- # fix invalid paths in .la files of plugins
- elibtoolize
-
- local myconf=""
-
- 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 avi \
-# && myconf="${myconf} --with-avifile-mods --enable-avifile6" \
-# || myconf="${myconf} --without-avifile-mods --disable-avifile6"
-#
-# use dvd \
-# && myconf="${myconf} --with-dvdread" \
-# || myconf="${myconf} --without-dvdread"
-#
-# Dont currently want to build without these
- myconf="${myconf} --with-dvdread --with-avifile-mods --enable-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} --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/postprocess.h ] && \
- myconf="${myconf} --with-libpostproc-builddir=${ROOT}/usr/lib"
-
- econf ${myconf} || die
-
- # Do not use emake !!
- make all || die
-}
-
-src_install () {
-
- make \
- DESTDIR=${D} \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog README TODO
-}
diff --git a/media-video/transcode/transcode-0.6.4.ebuild b/media-video/transcode/transcode-0.6.4.ebuild
deleted file mode 100644
index 9d063a3b564c..000000000000
--- a/media-video/transcode/transcode-0.6.4.ebuild
+++ /dev/null
@@ -1,127 +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.ebuild,v 1.2 2003/05/12 16:25:11 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/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 ""
-}