Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907 - transcode-0.6.0_pre3.ebuild (new package)
Summary: transcode-0.6.0_pre3.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-01 11:28 UTC by phoen][x
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
transcode-0.5.3.ebuild (transcode-0.5.3.ebuild,831 bytes, text/plain)
2002-03-01 11:29 UTC, phoen][x
Details

Note You need to log in before you can comment on or make changes to this bug.
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