/gnu/home/

eed' href='https://git.koszko.org/guix/atom/gnu/packages/photo.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/photo.scm
AgeCommit message (Expand)Author
2021-08-08gnu: darktable: Add compatibility for ROCm....darktable has a few tools, which can use OpenCL, not just the main binary. Instead of wrapping it, patch the search path. ROCm also fails to build OpenCL kernels with just the inline keyword. Apply upstream fix. * gnu/packages/photo.scm (darktable) [#:phases]: Add new phases, remove LD_LIBRARY_PATH from wrap-binary. Lars-Dominik Braun
2021-07-27gnu: RawTherapee: Use HTTPS URLs....* gnu/packages/photo.scm (rawtherapee)[source, home-page]: Use HTTPS URLs. Leo Famulari
2021-07-08gnu: darktable: Update to 3.6.0....* gnu/packages/photo.scm (darktable): Update to 3.6.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> John Kehayias
2021-06-29gnu: photoflare: Update to 1.6.9....* gnu/packages/photo.scm (photoflare): Update to 1.6.9. Tobias Geerinckx-Rice
2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer
2021-05-09gnu: ExifTool: Fix CVE-2021-22204...* gnu/packages/patches/perl-image-exiftool-CVE-2021-22204.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/photo.scm (perl-image-exiftool)[source]: Use it. Leo Famulari
2021-05-07gnu: photoflare: Update to 1.6.8....* gnu/packages/photo.scm (photoflare): Update to 1.6.8. Tobias Geerinckx-Rice
2021-05-03gnu: perl-image-exiftool: Update to 12.16....* gnu/packages/photo.scm (perl-image-exiftool): Update to 12.16. Efraim Flashner
2021-04-06gnu: libpano13: Update to 2.9.20_rc3 [security fixes]....Fixes at least CVE-2021-20307. * gnu/packages/photo.scm (libpano13): Update to 2.9.20_rc3. Léo Le Bouter
2021-03-29gnu: gphoto2: Update to 2.5.27....* gnu/packages/photo.scm (gphoto2): Update to 2.5.27. Tobias Geerinckx-Rice
2021-03-29gnu: libgphoto2: Update to 2.5.27....* gnu/packages/photo.scm (libgphoto2): Update to 2.5.27. Tobias Geerinckx-Rice
2021-03-13gnu: photoflare: Update to 1.6.7....* gnu/packages/photo.scm (photoflare): Update to 1.6.7. Tobias Geerinckx-Rice
2021-02-21gnu: hugin: Update to 2020.0.0....* gnu/packages/photo.scm (hugin): Update to 2020.0.0. [inputs]: Use current exiv2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Lars-Dominik Braun
2021-02-21gnu: darktable: Update to 3.4.1....* gnu/packages/photo.scm (darktable): Update to 3.4.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego
2020-12-24gnu: darktable: Enable tests....* gnu/packages/photo.scm (darktable)[arguments]: Pass "-DBUILD_TESTING=On" to #:configure-flags. [native-inputs]: Add cmocka. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2020-12-24gnu: darktable: Update to 3.4.0....* gnu/packages/photo.scm (darktable): Update to 3.4.0. [native-inputs]: Use Clang and LLVM 11. Add python-wrapper and ruby. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego