Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223909 - app-cdr/k9copy-2.0.0 - version bump
Summary: app-cdr/k9copy-2.0.0 - version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 00:15 UTC by Daniel Pielmeier
Modified: 2008-12-16 23:44 UTC (History)
8 users (show)

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


Attachments
k9copy ebuild (k9copy-2.0.2.ebuild,884 bytes, text/plain)
2008-07-15 01:17 UTC, Theo Chatzimichos (RETIRED)
Details
k9copy-2.0.2.ebuild (k9copy-2.0.2.ebuild,872 bytes, text/plain)
2008-07-19 17:25 UTC, Daniel Pielmeier
Details
k9copy-2.0.2.ebuild (k9copy-2.0.2.ebuild,872 bytes, text/plain)
2008-07-19 17:51 UTC, Daniel Pielmeier
Details
Patch to compile with ffmpeg-0.4.9_p20080326 (k9copy-2.0.2-ffmpeg.patch,2.06 KB, patch)
2008-08-23 14:14 UTC, Chris Mayo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Pielmeier gentoo-dev 2008-05-28 00:15:17 UTC
Version 2.0.0 is out since 2008-03-24.

I needs KDE4 and uses cmake now. Maybe anybody can help here.
Comment 1 Frank Krömmelbein 2008-06-15 15:56:09 UTC
Now V2.0.2 is out which can be build now with gcc >4.3.0


V2.0.2
- build without swscale when library not installed

V2.0.1
- bug fixed in the menu backup (detection of bad sectors that points over the end of the menu)
- many bug fixed in the DVD authoring
- new option in DVD authoring :no reencoding (when video file is a valid MPEG video file)
- new feature in DVD backup :extract to MPEG files. Instead of making a new DVD structure, the parts of the DVD that are selected will be extract to MPEG files (re-usable in the DVD authoring)
- builds now with gcc 4.3
Comment 2 Pablo Barros 2008-07-01 19:17:41 UTC
No progress at all here?
Comment 3 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2008-07-06 10:35:00 UTC
i've created an ebuild which compiles and runs without errors but it seems that k9copy depends on k3b but k3b-1.1 (which will be the kde4 version) isn't ready yet. so we will have to wait a bit
Comment 4 Daniel Pielmeier gentoo-dev 2008-07-09 16:41:03 UTC
(In reply to comment #3)
> i've created an ebuild which compiles and runs without errors but it seems that
> k9copy depends on k3b but k3b-1.1 (which will be the kde4 version) isn't ready
> yet. so we will have to wait a bit
> 

Hmm, how can k9copy depend on a version of k3b that does not exist already? And how can it then run without errors for you?

Nevertheless would you mind sharing the ebuild with us for the time being!
Comment 5 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2008-07-11 12:41:52 UTC
(In reply to comment #4) 
> 
> Hmm, how can k9copy depend on a version of k3b that does not exist already? And
> how can it then run without errors for you?
> 
> Nevertheless would you mind sharing the ebuild with us for the time being!
> 

according to the current k9copy ebuild you can see that k9copy depends on k3b. In order to test it, i checked out a revision of the kde svn repository, tar-gzipped it and named it k3b-1.1 and it compiles without errors. i will upload the ebuild this monday as i'm away of my pc right now
Comment 6 Daniel Pielmeier gentoo-dev 2008-07-11 12:49:02 UTC
(In reply to comment #5)
> according to the current k9copy ebuild you can see that k9copy depends on k3b.
> In order to test it, i checked out a revision of the kde svn repository,
> tar-gzipped it and named it k3b-1.1 and it compiles without errors. i will
> upload the ebuild this monday as i'm away of my pc right now

So I guess it does not compile against k3b-1.0.5?
Comment 7 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2008-07-11 13:25:48 UTC
(In reply to comment #6)
> So I guess it does not compile against k3b-1.0.5?
> 

hmmm, i haven't tried that because i don't have both kdelibs-3.5.9 and kdelibs-4.0.5 in my testing kde4 machine. but if you compile all of k3b depedencies and remove k3b depedency from the k9copy ebuild it will also work (but without some features).
Comment 8 Martin Wegner 2008-07-11 13:54:48 UTC
I'm using k3b-1.0.5-r2 here. So if the ebuild is available to me, I will test it using that version of k3b.
Comment 9 Daniel Pielmeier gentoo-dev 2008-07-11 14:32:43 UTC
(In reply to comment #7)
> (In reply to comment #6)
> > So I guess it does not compile against k3b-1.0.5?
> > 
> hmmm, i haven't tried that because i don't have both kdelibs-3.5.9 and
> kdelibs-4.0.5 in my testing kde4 machine. but if you compile all of k3b
> depedencies and remove k3b depedency from the k9copy ebuild it will also work
> (but without some features).

So k3b is only a runtime dependency and compilation is not affected by it. Only if there are missing features of k3b needed by k9copy then there will be errors at runtime. But I guess it will work without problems with k3b-1.0.5.

Comment 10 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2008-07-15 01:17:09 UTC
Created attachment 160405 [details]
k9copy ebuild

ok i tested it on a kde-4.0.5 environment with k3b-1.0.5-r2 (without arts use flag wich is deprecated in kde4) and kdelibs-3.5.9-r4 and kdelibs-4.0.5. it seems to work ok. but i didn't have time to create the gcc-4.3 and ffmpeg patches so it doesn't work with ffmpeg-0.4.9_p20080326. i hope i'll have them ready tomorrow
Comment 11 Daniel Pielmeier gentoo-dev 2008-07-19 17:25:24 UTC
Created attachment 160870 [details]
k9copy-2.0.2.ebuild

You can use mirror://sourceforge for SRC_URI
Comment 12 Daniel Pielmeier gentoo-dev 2008-07-19 17:51:50 UTC
Created attachment 160871 [details]
k9copy-2.0.2.ebuild

Sorted variables.

I think EAPI needs to come first, then NEED_KDE as it is required for the `inherit kde4-base` line. After that kde variables then ebuild variables.
Comment 13 Chris Mayo 2008-08-23 14:14:14 UTC
Created attachment 163623 [details, diff]
Patch to compile with ffmpeg-0.4.9_p20080326
Comment 14 Timo Gurr (RETIRED) gentoo-dev 2008-12-16 23:44:31 UTC
+*k9copy-2.1.0 (16 Dec 2008)
+
+  16 Dec 2008; Timo Gurr <tgurr@gentoo.org> +k9copy-2.1.0.ebuild:
+  Version bump adding KDE4 release of K9Copy and fixing bug #223909 (thanks
+  Daniel Pielmeier, Theo Chatzimichos and Chris Mayo).