Please bump rawstudio to 2.0 released on 7th April.
Created attachment 270075 [details] rawstudio-2.0.ebuild Copied from rawstudio-1.2 and removed the glib patch. Works for me on amd64.
Tried attached ebuild on amd64. Failed in configure phase with the following: configure: error: Package requirements (gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.4 gcon f-2.0 >= 2.0 lcms dbus-1 exiv2 fftw3f lensfun libcurl flickcurl sqlite3 libssl l ibgphoto2 x11) were not met: No package 'flickcurl' found
Regarding package flickcurl, see bug #350109.
Created attachment 270871 [details, diff] Patch to disable flickr plugin and dependency As flickcurl is not available yet, I just throw out the flickr plugin and the dependency. Now it compiles and works well on AMD64. Maybe we could add an USE-flag to the ebuild to switch on/off flickr-support (like in f-spot) and mask it until flickcurl is available in tree.
Created attachment 271323 [details] rawstudio-2.0.ebuild (implements flickcurl removal-patch)
(In reply to comment #4) > Created attachment 270871 [details, diff] > Patch to disable flickr plugin and dependency > > As flickcurl is not available yet, I just throw out the flickr plugin and the > dependency. Now it compiles and works well on AMD64. > Maybe we could add an USE-flag to the ebuild to switch on/off flickr-support > (like in f-spot) and mask it until flickcurl is available in tree. Brilliant! Works like a charm; builds nicely on amd64 here, too. USE-flag sounds like a good idea. Attached ebuild, identical to previous except it implements the patch (expected as files/flickcurl-removal-2.0.patch).
Also depends on sci-libs/fftw:3.0 and media-libs/libgphoto2 After adding this to the dependencies, it compiled fine here (amd64)
Created attachment 288949 [details] Updated rawstudio-2.0 with flickr support Since flickcurl is available in portage nowadays I changed the ebuild based on the version from radhermit and implemented support for flickr again. I also added a fix for libpng-1.5 I found in the rawstudio-devel mailinglists. Does the job for me ;-)
Created attachment 288951 [details, diff] Patch for libpng-1.5
Created attachment 288953 [details, diff] Patch to remove flickr support if wanted
Created attachment 288955 [details, diff] Patch to modify cflags
+*rawstudio-2.0 (08 Oct 2011) + + 08 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> +rawstudio-2.0.ebuild, + +files/rawstudio-2.0-libpng15.patch: + Version bump wrt #362919 by Jens-Uwe Peter, Martijn van den Broek and Stefan + Wimmer
First. Sorry if I missed anyone from the credits. Secondly. I don't like conditional patching. The optionalizing flickcurl patch should be made --enable/--disable flags so the patch can be sent upstream. Please open a new bug for this if you want to pursue it.