Bug 82949 - ebuild for cdcollect
|
Bug#:
82949
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: metalgod@gentoo.org
|
Reported By: scristian@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: ebuild for cdcollect
|
|
Keywords: EBUILD
|
|
Status Whiteboard:
|
|
Opened: 2005-02-22 05:43 0000
|
Created an attachment (id=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)
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)?
fixed in cvs
Thanks for the heads up.
Created an attachment (id=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.
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.