Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 506424

Summary: media-gfx/rawtherapee-4.1 version bump
Product: Gentoo Linux Reporter: DrSlony <bugs>
Component: Current packagesAssignee: Tim Harder <radhermit>
Status: RESOLVED FIXED    
Severity: normal CC: bugs, graphics+disabled, Manfred.Knick
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://rawtherapee.com/blog/4.1-pre-release-announcement
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: RawTherapee-4.1

Description DrSlony 2014-04-01 08:50:04 UTC
Hi

Thank you for this ebuild!

Please set media-gfx/rawtherapee to use -DCMAKE_INSTALL_PREFIX=4.1 when version 4.1 comes out soon. If possible, the ebuild should mention to the user where they can find the old cache and config dirs. If you hadn't used the CMAKE_INSTALL_PREFIX before, then the dirs would have been called "~/.config/RawTherapee4/", and if you had set that prefix to "4.0.12" for example then the dir would be called ""~/.config/RawTherapee4.0.12/".
More info here: http://rawtherapee.com/blog/4.1-pre-release-announcement

We also recommend you set >=x11-libs/gtk+-2.24.18 as a build-time dependency as versions older than that have a FileChooser bug.

Kind regards
Comment 1 DrSlony 2014-05-23 08:21:45 UTC
RawTherapee-4.1 stable is out, please bump.
Comment 2 DrSlony 2014-05-23 08:22:13 UTC
Tarball: http://rawtherapee.com/shared/source/
Comment 3 Manfred Knick 2014-06-01 13:12:35 UTC
(In reply to DrSlony from comment #1)

http://rawtherapee.com/blog/rawtherapee-4.1-is-out
Comment 4 DrSlony 2014-06-05 08:23:00 UTC
Created attachment 378314 [details]
RawTherapee-4.1

Attached is the RawTherapee-4.1 ebuild with support for -DPROC_TARGET_NUMBER which should be "2" when building for your own machine and with the custom cache/config dir suffix "4.1". Also included the gtk+ dependency as earlier versions had a small but significant bug.
Comment 5 DrSlony 2014-06-07 08:43:37 UTC
Bump, what's taking so long?
Comment 6 DrSlony 2014-06-09 06:19:01 UTC
Bump
Comment 7 Tim Harder gentoo-dev 2014-06-11 08:30:54 UTC
(In reply to DrSlony from comment #4)
> Created attachment 378314 [details]
> RawTherapee-4.1
> 
> Attached is the RawTherapee-4.1 ebuild with support for -DPROC_TARGET_NUMBER
> which should be "2" when building for your own machine and with the custom
> cache/config dir suffix "4.1".

We won't set -DPROC_TARGET_NUMBER=2 because we don't want to turn on the -march=native compiler flag by default. Also, it shouldn't be necessary to explicitly set CACHE_NAME_SUFFIX since it gets set properly by default.

Thanks for your work, it's now in the tree.
Comment 8 DrSlony 2014-06-11 12:57:19 UTC
Confirmed both points, thank you.