Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83516 - Add transcode >=0.6.12 support to k3b-0.11.20
Summary: Add transcode >=0.6.12 support to k3b-0.11.20
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 88213 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-27 19:37 UTC by James Roberts-Thomson
Modified: 2005-05-08 07:05 UTC (History)
2 users (show)

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


Attachments
Patch to "k3bdvdrippingprocess.cpp" backported from k3b CVS (k3b-dvdrip-transcode.patch,1.21 KB, patch)
2005-02-27 19:39 UTC, James Roberts-Thomson
Details | Diff
Patch to ebuild (bumps to -r1 revision) (k3b-0.11.20-r1.ebuild.patch,611 bytes, patch)
2005-02-27 19:40 UTC, James Roberts-Thomson
Details | Diff
Patch to "kk3bdvdrippingprocess.cpp", which actually works. (k3b-dvdrip-transcode-working.patch,1.95 KB, patch)
2005-04-14 17:28 UTC, James Roberts-Thomson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Roberts-Thomson 2005-02-27 19:37:22 UTC
I noticed that there was quite a list of bugs about transcode >=0.6.12 and k3b, especially around k3b requiring transcode-0.6.11.  According to these bugs, the main reason is around DVD ripping, and a parameter change to "tccat".  

The attached patches backport the code that handle the tccat parameter changes from k3b CVS to k3b-0.11.20, and update the ebuild appropriately.

Reproducible: Always
Steps to Reproduce:
1.  emerge transcode > 0.6.11
2.  emerge k3b

Actual Results:  
transcode is downgraded to 0.6.11

Expected Results:  
k3b now uses transcode > 0.6.11 (i.e. 0.6.14 on my system)
Comment 1 James Roberts-Thomson 2005-02-27 19:39:30 UTC
Created attachment 52283 [details, diff]
Patch to "k3bdvdrippingprocess.cpp" backported from k3b CVS

This patch will add the transcode >= 0.6.12 support to
k3bdvdrippingprocess.cpp; the patch cleanly compiles on my system, but I have
not tested the functionality as I don't rip DVDs.
Comment 2 James Roberts-Thomson 2005-02-27 19:40:01 UTC
Created attachment 52284 [details, diff]
Patch to ebuild (bumps to -r1 revision)
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-28 13:29:00 UTC
James, we're reserved to non-critical patches. If you get the patch accepted upstream, I see no problem to add it. ;)
Comment 4 SpanKY gentoo-dev 2005-04-06 16:19:45 UTC
*** Bug 88213 has been marked as a duplicate of this bug. ***
Comment 5 James Roberts-Thomson 2005-04-06 16:29:09 UTC
OK, since this obviously bothers more than just myself, I've emailed upstream to see if they'll accept the patch for any future 0.11.xx releases.  We'll see....
Comment 6 James Roberts-Thomson 2005-04-10 14:03:16 UTC
Patch has been accepted upstream.  I don't know when the point release will be, however, so perhaps apply my patches to the ebuild in the interim??

-----Original Message-----
From: Sebastian Trueg [mailto:trueg@k3b.org] 
Sent: Friday, 8 April 2005 20:06
To: Roberts-Thomson, James
Subject: Re: Small patch for k3b 0.11.x

well, ok, I will apply it then. It surely won't make things worse. ;) thanks.
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-14 08:28:43 UTC
<<< k3b-0.11.23-r1.ebuild

Thanks James. Got your credits in exchange. ;)

Comment 8 James Roberts-Thomson 2005-04-14 14:47:57 UTC
Very sorry, but I've just been told that the patch is incomplete; and that there is another check for versions >= 0.6.12 that was missed; I'll reroll the patch shortly.
Comment 9 Thomas Bettler 2005-04-14 17:23:15 UTC
Seems to be fixed with k3b-0.11.23-r1
Comment 10 James Roberts-Thomson 2005-04-14 17:28:44 UTC
Created attachment 56314 [details, diff]
Patch to "kk3bdvdrippingprocess.cpp", which actually works.

Regarding Comment #9, I think you'll find it will compile, but when you try a
rip it will fail with a specific comment about the version of transcode being
incorrect.  This newer patch will fix that.
Comment 11 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-15 12:49:39 UTC
My fault. And a warning is not a bad idea, too. ;)
Comment 12 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-08 03:55:38 UTC
> And a warning is not a bad idea, too. ;)

Carlo: about this warning you added (that dvd ripping is not possible with transcode >= 0.6.12), isn't the patch exactly made so that dvd ripping _is possible_ with transcode >= 0.6.12?
Comment 13 Carsten Lohrke (RETIRED) gentoo-dev 2005-05-08 07:05:20 UTC
Yes, you are right. I had somehow in mind that ripping would work now, but transcoding not. Will fix that and mark .23 stable when Bug 91061 is resolved.