diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-01-19 17:00:23 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-01-19 17:00:23 +0000 |
commit | 5e30cf058435d9c88f2fdade861c402b7dae4a63 (patch) | |
tree | 2bfe0702a5ffc73de7f782256a08e9a6cb08ffea /media-video | |
parent | added Japanese support and XIM support. (diff) | |
download | gentoo-2-5e30cf058435d9c88f2fdade861c402b7dae4a63.tar.gz gentoo-2-5e30cf058435d9c88f2fdade861c402b7dae4a63.tar.bz2 gentoo-2-5e30cf058435d9c88f2fdade861c402b7dae4a63.zip |
Version bumped. Closes #14066.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/transcode/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/transcode/files/digest-transcode-0.6.3.20030116 | 1 | ||||
-rw-r--r-- | media-video/transcode/transcode-0.6.3.20030116.ebuild | 125 |
3 files changed, 132 insertions, 1 deletions
diff --git a/media-video/transcode/ChangeLog b/media-video/transcode/ChangeLog index 5a5dcd7bb06e..722f63a5824b 100644 --- a/media-video/transcode/ChangeLog +++ b/media-video/transcode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/transcode # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.21 2003/01/19 16:17:05 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.22 2003/01/19 17:00:23 mholzer Exp $ + +transcode-0.6.3.20030116 (19 Jan 2003) + + 19 Jan 2003; Martin Holzer <mholzer@gentoo.org> transcode-0.6.3.20030116.ebuild files/digest-transcode-0.6.3.20030116 ChangeLog : + Version bumped. Closes #14066. transcode-0.6.3.20021219 (19 Jan 2003) diff --git a/media-video/transcode/files/digest-transcode-0.6.3.20030116 b/media-video/transcode/files/digest-transcode-0.6.3.20030116 new file mode 100644 index 000000000000..ccba761c1c1c --- /dev/null +++ b/media-video/transcode/files/digest-transcode-0.6.3.20030116 @@ -0,0 +1 @@ +MD5 0e1ba16b94e554e705901d05f254937c transcode-0.6.3.20030116.tar.gz 2437176 diff --git a/media-video/transcode/transcode-0.6.3.20030116.ebuild b/media-video/transcode/transcode-0.6.3.20030116.ebuild new file mode 100644 index 000000000000..06a535fc485c --- /dev/null +++ b/media-video/transcode/transcode-0.6.3.20030116.ebuild @@ -0,0 +1,125 @@ +# Copyright 1999-2002 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.3.20030116.ebuild,v 1.1 2003/01/19 17:00:23 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" + +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-libs/libdvdread + >=media-video/mplayer-0.90_pre10 + =media-libs/netpbm-9.12*" + +# >=ffmpeg-0.4.6 +# >=xvid-0.9.0 +# >=mjpegtools-1.6.0" + +# >=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 +# 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" + + 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 + + # 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 "" +} |