Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82949 - ebuild for cdcollect
Summary: ebuild for cdcollect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Luis Medinas (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-02-22 05:43 UTC by Spoiala Cristian
Modified: 2007-01-23 05:57 UTC (History)
3 users (show)

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


Attachments
ebuild for cdcollect (cdcollect-0.4.2.ebuild,676 bytes, text/plain)
2005-02-22 05:44 UTC, Spoiala Cristian
Details
cdcollect-0.4.2.ebuild (cdcollect-0.4.2.ebuild,666 bytes, text/plain)
2005-03-13 05:38 UTC, Spoiala Cristian
Details
cdcollect-0.5.1.ebuild (cdcollect-0.5.1.ebuild,691 bytes, text/plain)
2005-10-10 04:10 UTC, paul
Details
cdcollect-0.6.0.ebuild (cdcollect-0.6.0.ebuild,882 bytes, application/octet-stream)
2006-12-14 09:56 UTC, Bart Koppe
Details
cdcollect-0.6.0.ebuild (cdcollect-0.6.0.ebuild,882 bytes, text/plain)
2006-12-14 09:58 UTC, Bart Koppe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Spoiala Cristian 2005-02-22 05:43:34 UTC
ebuild for http://cdcollect.sourceforge.net/index.php
CDCollect is a simple CD catalog for GNOME written in C# using Mono and GTK#

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Spoiala Cristian 2005-02-22 05:44:20 UTC
Created attachment 51874 [details]
ebuild for cdcollect
Comment 2 Spoiala Cristian 2005-03-13 05:38:15 UTC
Created attachment 53324 [details]
cdcollect-0.4.2.ebuild

updated for new mono location
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2005-04-25 01:36:48 UTC
Not GNOME, reassigning.
Comment 4 paul 2005-10-10 04:10:56 UTC
Created attachment 70276 [details]
cdcollect-0.5.1.ebuild

latest version of cdcollect. updated dependencies as noted on the web page, but
configure seems to be checking for lower versions. fixed small typo (ChangeLog)
Comment 5 Torsten Veller (RETIRED) gentoo-dev 2006-02-09 02:16:59 UTC
cdcollect-0.5.1 was added to the tree on 30 Dec 2005.

@metalgod:
the ebuild in the tree fails for me:

checking for CDCOLLECT... configure: error: Package requirements (mono >= 1.1.8             sqlite >= 2.8.16 gtk-sharp-2.0 >= 1.9.5  gnome-sharp-2.0 >= 1.9.5  glade-sharp-2.0 >= 1.9.5   gconf-sharp-2.0 >= 1.9.5  gnome-vfs-sharp-2.0 >= 1.9.5) were not met.

It looks for sqlite.pc (provided by sqlite-2* ; sqlite-3* install sqlite3.pc; sqlite is slotted).

Next: "Package gnome-sharp-2.0 was not found in the pkg-config search path."
After i saw the list of dependencies of gnome-sharp i stopped.

Shouldn't pkgconfig removed from RDEPEND (only needed in DEPEND)?
Comment 6 Luis Medinas (RETIRED) gentoo-dev 2006-02-09 09:32:04 UTC
fixed in cvs
Thanks for the heads up.
Comment 7 Bart Koppe 2006-12-14 09:56:12 UTC
Created attachment 104051 [details]
cdcollect-0.6.0.ebuild

Since 24/11/06 cdcollect 0.6.0 is out.
I changed the 5.1 ebuild to make it work for 0.6. I hope i did this correctly! On my system (amd64) it works.
Changes:
- changed version to 0.6.0
- changed mono dependency from >=mono 1.1.9 to >= mono 1.1.17 (maybe more dependencies have to be changed..)
- changed tar.gz into tar.bz2, since there is no tar.gz available at this point.
Comment 8 Bart Koppe 2006-12-14 09:57:32 UTC
Comment on attachment 104051 [details]
cdcollect-0.6.0.ebuild

sorry, forgot to attache as plain text. excuses..
Comment 9 Bart Koppe 2006-12-14 09:58:38 UTC
Created attachment 104052 [details]
cdcollect-0.6.0.ebuild

Now correctly, see two posts back..
Comment 10 Stefano Balocco 2007-01-23 05:57:48 UTC
CDCollect 0.6.0:

checking for CDCOLLECT...
configure: error: Package requirements (
mono >= 1.1.17
sqlite3 >= 3.3
gtk-sharp-2.0 >= 2.8.0
gnome-sharp-2.0 >= 2.8.0
glade-sharp-2.0 >= 2.8.0
gconf-sharp-2.0 >= 2.8.0
gnome-vfs-sharp-2.0 >= 2.8.0
) were not met:

No package 'sqlite3' found

the sqlite dependency in the ebuild is wrong.