Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70092 - dvdrip 0.50.x does not work with transcode 0.6.13
Summary: dvdrip 0.50.x does not work with transcode 0.6.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://www.exit1.org/dvdrip/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-04 14:21 UTC by folken
Modified: 2004-11-21 10:37 UTC (History)
1 user (show)

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


Attachments
my ebuilds (transcode_and_dvdrip_ebuilds.tar.bz2,2.96 KB, text/plain)
2004-11-04 14:23 UTC, folken
Details
ebuilds to fix the problem (transcode_and_dvdrip_ebuilds.tar.bz2,2.96 KB, application/x-bzip)
2004-11-04 14:30 UTC, folken
Details

Note You need to log in before you can comment on or make changes to this bug.
Description folken 2004-11-04 14:21:44 UTC
"We have a new release on the unstable branch: dvd::rip 0.51.2 [unstable]. Most changes regard transcode 0.6.13 compatability. You need this dvd::rip release, if you want to use transcode 0.6.13 with dvd::rip, older dvd::rip versions doesn't work." [dvdrip official site]

"Unfortunately this transcode release has a tiny bug, which affects most dvd::rip operations. You need to apply this patch  or wait on a new transcode release, which fixes this issue." [dvdrip official site]

Reproducible: Always
Steps to Reproduce:
1. emerge transcode
2. emerge dvdrip
3. try to rip something

Actual Results:  
I've made two ebuilds: transcode 0.6.13-r1 (that applies the patch from dvdrip
team) and dvdrip-0.51.2 (obviously it emerge dvdrip-0.51.2 ;) )

Now they works fine.
See ebuilds here: http://forums.gentoo.org/viewtopic.php?p=1726259#1726259

Expected Results:  
...
Comment 1 folken 2004-11-04 14:23:28 UTC
Created attachment 43312 [details]
my ebuilds
Comment 2 folken 2004-11-04 14:26:01 UTC
With those ebuilds all works fine for me. Maybe test
Comment 3 folken 2004-11-04 14:30:12 UTC
Created attachment 43313 [details]
ebuilds to fix the problem
Comment 4 Jean-Michel Smith 2004-11-21 10:37:58 UTC
To use this ebuild with the prerelease, the source URL needs to have the "pre" subdirectory added to it:

--- dvdrip-0.51.2.ebuild~       2004-11-04 16:26:04.000000000 -0600
+++ dvdrip-0.51.2.ebuild        2004-11-21 12:33:02.271501984 -0600
@@ -13,7 +13,7 @@
 S=${WORKDIR}/${MY_P}
 DESCRIPTION="dvd::rip is a graphical frontend for transcode"
 HOMEPAGE="http://www.exit1.org/dvdrip/"
-SRC_URI="http://www.exit1.org/${PN}/${MY_URL}/${MY_P}.tar.gz"
+SRC_URI="http://www.exit1.org/${PN}/${MY_URL}/pre/${MY_P}.tar.gz"

 LICENSE="Artistic GPL-2"
 SLOT="0"

Also, for AMD64 support, the amd64 keyword needs to be added to libintl-perl-1.10 (/usr/portage/dev-perl/libintl-perl/libintl-perl-1.10.ebuild)