Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171082 - dev-libs/libnoise 1.0.0_rc1 (new ebuild)
Summary: dev-libs/libnoise 1.0.0_rc1 (new ebuild)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-03-15 20:44 UTC by Joachim Schiele
Modified: 2012-02-19 11:45 UTC (History)
1 user (show)

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


Attachments
libnoise-1.0.0_rc1.ebuild (libnoise-1.0.0_rc1.ebuild,1.27 KB, text/plain)
2007-03-15 20:45 UTC, Joachim Schiele
Details
the patch (libnoise-1.0.0_rc1-makefile.patch,4.36 KB, text/plain)
2007-03-15 20:46 UTC, Joachim Schiele
Details
libnoise-1.0.0.ebuild (libnoise-1.0.0.ebuild,548 bytes, text/plain)
2011-05-03 21:53 UTC, Piotr Szymaniak
Details
files/1.0.0-cmake (1.0.0-cmake,2.14 KB, text/plain)
2011-05-03 21:54 UTC, Piotr Szymaniak
Details
libnoise-1.0.0.ebuild (libnoise-1.0.0.ebuild,558 bytes, text/plain)
2012-02-19 11:44 UTC, Piotr Szymaniak
Details
files/1.0.0-cmake (1.0.0-cmake,2.14 KB, text/plain)
2012-02-19 11:45 UTC, Piotr Szymaniak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joachim Schiele 2007-03-15 20:44:20 UTC
new ebuild

Reproducible: Always
Comment 1 Joachim Schiele 2007-03-15 20:45:31 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)
Comment 2 Joachim Schiele 2007-03-15 20:46:15 UTC
Created attachment 113399 [details]
the patch

put it into:
/usr/local/portage/dev-libs/libnoise/files
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-06 15:58:19 UTC
(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
Comment 4 Piotr Szymaniak 2011-05-03 21:53:48 UTC
Created attachment 272025 [details]
libnoise-1.0.0.ebuild

Updated ebuild (still missing some funcitionality like doxygen docs).
Comment 5 Piotr Szymaniak 2011-05-03 21:54:11 UTC
Created attachment 272027 [details]
files/1.0.0-cmake
Comment 6 Johan Bergström 2011-05-05 16:55:03 UTC
(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!
Comment 7 Joachim Schiele 2011-12-11 00:33:25 UTC
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
Comment 8 Piotr Szymaniak 2012-02-19 11:44:28 UTC
Created attachment 302487 [details]
libnoise-1.0.0.ebuild

libnoise-1.0.0.ebuild
Comment 9 Piotr Szymaniak 2012-02-19 11:45:11 UTC
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.