Search Criteria
Package Details: ddroom-git r102.07dd715-2
Git Clone URL: | https://aur.archlinux.org/ddroom-git.git (read-only, click to copy) |
---|---|
Package Base: | ddroom-git |
Description: | Digital photo processing application |
Upstream URL: | https://github.com/ddroom/DDRoom |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | dracorp |
Maintainer: | dracorp |
Last Packager: | dracorp |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-21 21:52 |
Last Updated: | 2017-09-18 19:59 |
Dependencies (17)
- exiv2
- hicolor-icon-theme (hicolor-icon-theme-git)
- lensfun (lensfun-git)
- ocl-icd (khronos-ocl-icd-git)
- openjpeg2 (openjpeg-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- exiv2 (make)
- expat (expat-git) (make)
- lensfun (lensfun-git) (make)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd) (make)
- libpng (libpng-git, libpng-apng, libpng-minimal-git) (make)
- libtiff (libtiff-git, libtiff-minimal-git) (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git) (make)
- opencl-headers (opencl-headers-git) (make)
- openjpeg (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git) (make)
Latest Comments
pavbaranov commented on 2020-02-25 23:23
It's no problem with exiv2/xmp.hpp - in current version of exiv2 it's name is xmp_exiv2.hpp so it's quite simple to do diff file. Main problem is that ddroom doesn't compile (with this diff) with such error:
[pre]In file included from /usr/include/qt/QtCore/QString:1, from src/metadata.h:14, from src/import_exiv2.cpp:16: /usr/include/qt/QtCore/qstring.h:382:14: note: declared here 382 | QString &sprintf(const char format, ...) Q_ATTRIBUTE_FORMAT_PRINTF(2, 3); | ^~~~~~~ make: ** [Makefile.Release:1619: release/.obj/import_exiv2.o] Error 1[/pre]
dracorp commented on 2020-01-06 18:08
It does not compile with the latest Archlinux release.
dracorp commented on 2020-01-06 17:58
[code] src/main.cpp:27:10: fatal error: exiv2/xmp.hpp: No such file or directory 27 | #include <exiv2/xmp.hpp> [/code]
pavbaranov commented on 2017-09-09 08:54
Unfortunetly, the patch "libpng.diff" cannot apply with current version in git:
'patching file src/export.cpp
Hunk #1 succeeded at 34 (offset -8 lines).
patching file src/import_png.cpp
Hunk #1 FAILED at 25.
1 out of 1 hunk FAILED -- saving rejects to file src/import_png.cpp.rej'