Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 907

Summary: transcode-0.6.0_pre3.ebuild (new package)
Product: Gentoo Linux Reporter: phoen][x <fisi.tilman.klar>
Component: New packagesAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: transcode-0.5.3.ebuild

Description phoen][x 2002-03-01 11:28:14 UTC
transcode is the "Linux Video Stream Processing Tool". its really easy to 
convert video/audio streams to another format (even vcd/svcd/dvd ripping is 
possible). the appropriate frontend is dvdrip (i'll submit the ebuild, too).

-phoen][x-
Comment 1 phoen][x 2002-03-01 11:29:51 UTC
Created attachment 266 [details]
transcode-0.5.3.ebuild
Comment 2 phoen][x 2002-03-01 11:55:28 UTC
the make will break with a "fourcc"-error. this is caused by avifile-0.53. if 
it is not installed (but avifile-0.60 is) it'll work fine. i think that this 
fact is not too important, cause avifile-0.53 is not in portage anymore, 
anyways.

-phoen][x-
Comment 3 phoen][x 2002-03-01 13:13:50 UTC
diff to the latest transcode version (0.6.0_pre3) which allows clustering 
(dvdrip supports it, that why the latest transcode version has to be used)

--- transcode-0.5.3.ebuild      2002-03-01 18:42:15.000000000 +0100
+++ transcode-0.6.0_pre3.ebuild 2002-03-01 20:12:37.000000000 +0100
@@ -1,11 +1,13 @@
 # Copyright 1999-2002 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License, v2 or 
later
 # Author phoen][x <eqc_phoenix@gmx.de>
+# $Header$
 
-S=${WORKDIR}/${P}
+MY_P=${P/transcode-0.6.0_pre3/transcode-0.6.0pre3}
+S=${WORKDIR}/${MY_P}
 DESCRIPTION="Linux Video Stream Processing Tool"
 HOMEPAGE="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/"
-SRC_URI="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/${P}.tgz"
+SRC_URI="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/pre/${MY_P}.tgz"
 
 DEPEND=">=media-video/avifile-0.6
        media-sound/lame
Comment 4 phoen][x 2002-03-02 14:43:52 UTC
PATCH: added another dependency

--- transcode-0.6.0_pre3.ebuild.old     2002-03-02 21:40:07.000000000 +0100
+++ transcode-0.6.0_pre3.ebuild 2002-03-02 21:40:20.000000000 +0100
@@ -13,6 +13,7 @@
        media-sound/lame
        media-libs/divx4linux
        media-libs/libdvdread
+       media-libs/libdvdcss
        media-libs/mpeg-lib"
 
 src_compile() {
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-17 00:36:15 UTC
hi Phoen][x,

pre4 was added into portage recently