Summary: | dev-libs/libnoise 1.0.0_rc1 (new ebuild) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Joachim Schiele <js> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | roamingangel |
Priority: | High | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | sunrise suggested | ||
Package list: | Runtime testing required: | --- | |
Attachments: |
libnoise-1.0.0_rc1.ebuild
the patch libnoise-1.0.0.ebuild files/1.0.0-cmake libnoise-1.0.0.ebuild files/1.0.0-cmake |
Description
Joachim Schiele
2007-03-15 20:44:20 UTC
Created attachment 113397 [details]
libnoise-1.0.0_rc1.ebuild
put it into
/usr/local/portage/dev-libs/libnoise
(don't forget to add the patch also)
Created attachment 113399 [details]
the patch
put it into:
/usr/local/portage/dev-libs/libnoise/files
(this is an automated message based on filtering criteria that matched this bug) 'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached to this bug. This bug is assigned to maintainer-wanted which means that it is not in the main tree. Heuristics show that no Gentoo developer has commented on your ebuild. Hello, The Gentoo Team would like to firstly thank you for your ebuild submission. We also apologize for not being able to accommodate you in a timely manner. There are simply too many new packages. Allow me to use this opportunity to introduce you to Gentoo Sunrise. The sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to commit to and all users can have ebuilds reviewed by Gentoo devs for entry into the overlay. So, the sunrise team is suggesting that you look into this and submit your ebuild to the overlay where even *you* can commit to. =) Because this is a mass message, we are also asking you to be patient with us. We anticipate a large number of requests in a short time. Thanks, On behalf of the Gentoo Sunrise Team, Jeremy. [1]: http://www.gentoo.org/proj/en/sunrise/ [2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq Created attachment 272025 [details]
libnoise-1.0.0.ebuild
Updated ebuild (still missing some funcitionality like doxygen docs).
Created attachment 272027 [details]
files/1.0.0-cmake
(In reply to comment #4) > Created attachment 272025 [details] > libnoise-1.0.0.ebuild > > Updated ebuild (still missing some funcitionality like doxygen docs). This is so funny. I just did my own cmakelists for this project and was about to post it here.. Anyway. You missed cmake in DEPEND, and I'd really like to see soname in so, like so: SET_TARGET_PROPERTIES(noise PROPERTIES SONAME libnoise.so SOVERSION 1.0.0 ) Also, you can use INSTALL(DIRECTORY for include/noise) instead of listing them manually: INSTALL(DIRECTORY include/noise DESTINATION ${CMAKE_INSTALL_PREFIX}/include) Thanks! please note: https://github.com/qknight/libnoise where i added cmake support with doxygen support. see also my blog posting: http://invalidmagic.wordpress.com/2009/11/30/cmake-and-doxygen-github-com/ maybe this is also interesting (libnoise-viewer written in qt): http://invalidmagic.wordpress.com/2010/01/12/libnoise-viewer/ hf Created attachment 302487 [details]
libnoise-1.0.0.ebuild
libnoise-1.0.0.ebuild
Created attachment 302489 [details]
files/1.0.0-cmake
1.0.0-cmake
Don't know if someone is still interested in this, but I found it in my local overlay.
|