Search Criteria
Package Details: rawtherapee-git 1:5.8.r2738.g8ca07e858-1
Git Clone URL: | https://aur.archlinux.org/rawtherapee-git.git (read-only, click to copy) |
---|---|
Package Base: | rawtherapee-git |
Description: | A powerful cross-platform raw image processing program |
Upstream URL: | https://www.rawtherapee.com/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | stativ |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 31 |
Popularity: | 0.23 |
First Submitted: | 2015-08-30 10:48 |
Last Updated: | 2021-01-24 17:19 |
Dependencies (12)
- desktop-file-utils (desktop-file-utils-git)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- glibmm
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- gtkmm3
- hicolor-icon-theme (hicolor-icon-theme-git)
- lcms2 (lcms2-git)
- lensfun (lensfun-git)
- libcanberra (libcanberra-git)
- libiptcdata
- cmake (cmake-git) (make)
- git (git-git) (make)
Required by (3)
- digikam-git (requires rawtherapee) (optional)
- digikam-without-akonadi-mediawiki-vkontakte (requires rawtherapee) (optional)
- fotoxx (requires rawtherapee) (optional)
Latest Comments
1 2 3 4 Next › Last »
James-T commented on 2017-07-29 16:11
Just a quick heads-up.
When trying to update an existing tree following the 5.2 re-merge, I had issues with relocatable symbols. Removing the source & build trees from my directory and checking out afresh solved it (this may be overkill).
stativ commented on 2017-02-04 12:11
The GTK3 version has now become the main development version, thus I'm merging rawtherapee-gtk3-git into rawtherapee-git
James-T commented on 2017-01-05 15:10
Apparently the primary gtk3 branch now supports gtk 3.2, so it should be possible to switch back.
stativ commented on 2016-11-16 20:07
Thank you, I switched the branch.
James-T commented on 2016-11-08 13:44
Since Arch & derivatives use gtk 3.2x, I think that you should be using the gtk3-bugfix branch rather than just gtk3, as that is where the 3.0 -> 3.2 changes get fixed.
sguyader commented on 2016-02-25 20:14
Thanks @stativ!
stativ commented on 2016-02-21 12:01
@sguyader: thank you for suggestion. I decided to upload it as a separate package rawtherapee-gtk3-git, so the users can decide whether they want gtk3 branch or not.
sguyader commented on 2016-01-31 17:10
@Stativ, I'm a packager for rawtherapee on Windows 64 bits, and I just wanted to mention that Rawtherapee devs are starting to move to Gtk3, and most of the development will now occur in the Gtk3 branch.
I would suggest to start proposing Gtk3 packages from this Gtk3 branch. I wanted to do it, starting from the current PKGBUILD, but I've never built packages for ArchLinux (I just installed my distro 1 week ago) and my first try to do it failed at installation.
stativ commented on 2015-10-26 18:40
Thx, I forgot to update it when updating the rawtherappe package.
bartus commented on 2015-10-25 11:31
gcc complains about c++11 being experimental and should be explicitly enabled with -std=c++11 flag. Should add -DCMAKE_CXX_FLAGS=-std++11 to cmake invocation.