Version: 5.8, Package name: rawtherapee-5.8 |
Maintained by: Kirill Bychkov |
Master sites: |
Description RawTherapee is a powerful RAW image processing appliction. It helps you to get the most details and least artifacts from your raw photos. Advanced color handling, enhanced exposure and tonality tools, multiple denoising methods gives you perfect results. |
Filesize: 12356.59 KB |
Version History (View Complete History) |
|
2021-04-23 22:26:32 by Rafael Sadowski | Files touched by this commit (1) |
Log message: Fix cmake build with upcoming cmake OK kirby@ (maintainer) |
2021-02-28 01:24:40 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Bump for libiptcdata losing python subpackage. |
2020-02-23 01:34:12 by Kirill Bychkov | Files touched by this commit (5) |
Log message: updae to rawtherapee-5.8 |
2019-09-21 03:35:09 by Kirill Bychkov | Files touched by this commit (3) |
Log message: update to rawtherapee-5.7 |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 03:03:13 by Kirill Bychkov | Files touched by this commit (4) |
Log message: update to rawtherapee-5.6 |
2018-12-23 12:13:20 by Kirill Bychkov | Files touched by this commit (5) |
Log message: update to rawtherapee-5.5 |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-06-29 16:16:37 by Marc Espie | Files touched by this commit (950) |
Log message: @tag gtk-update-icon-cache |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2018-03-30 01:52:01 by Kirill Bychkov | Files touched by this commit (5) |
Log message: update to rawtherapee-5.4 |
2017-08-23 06:57:45 by Kirill Bychkov | Files touched by this commit (4) |
Log message: update to rawtherapee-5.2 |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-31 02:08:18 by Marc Espie | Files touched by this commit (173) |
Log message: switch everything to new COMPILER idiom, even stuff that won't build with clang yet, but at least that part is done. |
2017-05-22 07:52:55 by Marc Espie | Files touched by this commit (1) |
Log message: WANT_CXX |
2017-05-21 23:25:03 by Kirill Bychkov | Files touched by this commit (5) |
Log message: update to rawtherapee-5.1 |
2017-02-08 02:27:06 by Kirill Bychkov | Files touched by this commit (15) |
Log message: Update to rawtherapee-5.0-r1. Remove patches merged upstream. |
2016-11-17 08:21:45 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Fix build with newer cairomm. |
2016-04-12 04:11:51 by Kirill Bychkov | Files touched by this commit (2) |
Log message: stop using gettext modeule; bump |
2016-01-27 08:02:01 by Kirill Bychkov | Files touched by this commit (8) |
Log message: Update to rawtherapee-4.2. Reminded by Daniel Jakots, thanjs. - set ONLY_FOR_ARCHES=amd64 because of memory consumption - add comments to patches commited upstream - add README (requested by sthen@) OK sthen@ |
2015-09-29 03:02:21 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Fix build with libsigc++ >= 2.6. |
2015-09-24 04:42:57 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Temporarily mark BROKEN until I can figure out how to compile these with libsigc++ >=2.6.0. |
2015-06-02 08:22:08 by Kirill Bychkov | Files touched by this commit (1) |
Log message: fix typo in patch comment spottend by jasper@ in similar patch to graphics/darktable |
2015-06-01 01:51:22 by Jasper Lievisse Adriaanse | Files touched by this commit (10) |
Log message: Security fixes for CVE-2015-3885 |
2015-05-31 00:32:06 by Kirill Bychkov | Files touched by this commit (2) |
Log message: fix CVE-2015-3885 for embedded dcraw. reported by Sevan / Venture37 on ports@, thanks looks ok to kili@ |
2015-03-27 02:11:29 by Antoine Jacoutot | Files touched by this commit (57) |
Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump |
2014-11-07 03:40:05 by Antoine Jacoutot | Files touched by this commit (23) |
Log message: No need for default CMAKE_BUILD_TYPE. |