Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54312 - cdrdao-1.1.9.ebuild (update)
Summary: cdrdao-1.1.9.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-18 07:57 UTC by Robert Davis
Modified: 2004-07-11 12:59 UTC (History)
2 users (show)

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


Attachments
cdrdao-1.1.9.ebuild (cdrdao-1.1.9.ebuild,1.73 KB, application/octet-stream)
2004-06-18 07:58 UTC, Robert Davis
Details
cdrdao-1.1.9.ebuild which also addresses BUG #51589 (cdrdao-1.1.9.ebuild,1.73 KB, text/plain)
2004-06-24 19:35 UTC, Larry Kopenkoskey
Details
digest-cdrdao-1.1.9 (digest-cdrdao-1.1.9,65 bytes, text/plain)
2004-06-29 06:58 UTC, Paul Taylor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Davis 2004-06-18 07:57:54 UTC
Update to cdrdao-1.1.9.ebuild.  Removed gcc3.4 patch which is now included per Changelog (not able to test) and changed gnome configure as the xdao flag now works for gcdmaster.  Also added gconfmm-2.0 as dep as mine had been upgraded to 2.6 and I had to manually emerge to get gcdmaster to build.
Comment 1 Robert Davis 2004-06-18 07:58:39 UTC
Created attachment 33477 [details]
cdrdao-1.1.9.ebuild
Comment 2 Lars Weiler (RETIRED) gentoo-dev 2004-06-18 14:41:35 UTC
Thanks!  I forgot to check the website during the last weeks.

I will check if that's true with the gcc-3.4-patch.  The problem with gconfmm isn't really verified.  So, it could be that cdrdao won't compile against gconfmm-2.6.  But it seems I have to verify it, too.
Comment 3 Karol Wojtaszek (RETIRED) gentoo-dev 2004-06-23 12:51:33 UTC
Compiles fine with gcc-3.4
Comment 4 Larry Kopenkoskey 2004-06-24 19:32:45 UTC
Your ebuild does not attend to the concerns of:
Bugzilla Bug 51589 gcdmaster (gnome CD Master) won't compile with cdrdao

And I know it's not supusto.  But on my fresh install the older gtkmm, gconfmm, and libgnomeuimm have not previosouly been installed.  The rdepend of the previously attached ebuild should be as follows.

RDEPEND=">=media-sound/lame-3.90
	gnome? ( =dev-cpp/gtkmm-2.2*
		 =dev-cpp/gconfmm-2.0*
		 =dev-cpp/libgnomeuimm-2.0.0 )"

NOTE: cdrdao-cvs is supusto work with newer versions of these packages (an may require the newer versions).  But the older versions of gtkmm, gconfmm, and libgnomeuimm appear to still be expected for cdrdao-1.1.9 .
Comment 5 Larry Kopenkoskey 2004-06-24 19:35:09 UTC
Created attachment 34099 [details]
cdrdao-1.1.9.ebuild which also addresses BUG #51589

previously commented
Comment 6 Larry Kopenkoskey 2004-06-24 20:37:01 UTC
Well I'm definitely a bugzilla Noob.  Sorry to all, but in an effort to fix my mess:

RDEPEND needs some more things because the older libraries ebuilds will accept newer versions of dependent libraries, even though the compile of the library will cause errors.  I now get:

RDEPEND=">=media-sound/lame-3.90
	gnome? ( =dev-cpp/gtkmm-2.2*
                 =dev-cpp/libgnomemm-2.0*
		 =dev-cpp/gconfmm-2.0*
                 =dev-cpp/libgnomecanvasmm-2.0*
		 =dev-cpp/libgnomeuimm-2.0.0 )"

This gets the cdrdao ebuild to also create gcdmaster, however I'm thinking the gnome library ebuilds that require libgnomecanvasmm-2.0*, libgnomemm-2.0*, and gconfmm-2.0* should have bugs written against them.
Comment 7 Paul Taylor 2004-06-29 06:58:05 UTC
Created attachment 34420 [details]
digest-cdrdao-1.1.9
Comment 8 Lars Weiler (RETIRED) gentoo-dev 2004-07-11 12:59:19 UTC
ebuild added, but package-masked, as the gnome-dependencies for gcdmaster are not compiling on gcc-3.4.  But it still compiles with gcc-3.3 and with USE="-gnome".