Hi guys!
Thanks for the great SFML, it's working really great.
I'm working with S-Rave on our project which we use Gentoo for, so I wrote some ebuilds.
You can check them out in the viewvc:
https://svn.radhuset.org/viewvc/pbox/pbox-portage/media-libs/sfml/or checkout the code
svn co svn://svn.radhuset.org/pbox/pbox-portage/
These ebuilds works for me (at least the 1.1-ebuild :wink: ). If you got any improvemets, attach a patch our trac at
http://pbox.radhuset.org/ or just answer the thread
EDIT: The reason I had to supply a patch for it to build on gentoo (via portage) is because your Makefiles doesn't support DESTDIR, and it probably should.
PS. Bump the version when you're releasing a new SFML, even if it's minor updates. It'll be easier for package managers to handle it, in portage you SHA256, MD5 and RMD160 hash the files and we don't want to bump the ebuild version. DS.