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: | GPL |
Conflicts: | ddroom |
Provides: | ddroom |
Submitter: | dracorp |
Maintainer: | dracorp |
Last Packager: | dracorp |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-21 21:52 (UTC) |
Last Updated: | 2017-09-18 19:59 (UTC) |
Dependencies (17)
- exiv2 (exiv2-git, exiv2-pre)
- hicolor-icon-theme (hicolor-icon-theme-git)
- lensfun (lensfun-git)
- ocl-icd (khronos-ocl-icd, khronos-ocl-icd-git)
- openjpeg2 (openjpeg-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- exiv2 (exiv2-git, exiv2-pre) (make)
- expat (expat-git) (make)
- lensfun (lensfun-git) (make)
- libgl (glshim-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl-cfe, amdgpu-pro-oglp, libglvnd) (make)
- libpng (libpng-minimal-git, libpng-git, libpng-apng) (make)
- libtiff (libtiff-git, libtiff-minimal-git, libtiff-lerc) (make)
- mesa (mesa-minimal+-git, mesa-i915g, mesa-d3d12, mesa-panfork-git, mesa-git, mesa-git-adreno, mesa-rusticl-git, mesa-amdonly-gaming-git, mesa-steamos, mesa-minimal-git, mesa-amber) (make)
- opencl-headers (opencl-headers-git) (make)
- openjpeg (make)
- qt5-base (qt5-base-git, qt5-base-headless) (make)
- zlib (zlib-static, zlib-ng-compat-git, zlib-git, zlib-ng-compat) (make)
Latest Comments
pavbaranov commented on 2020-02-25 23:23 (UTC)
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 (UTC)
It does not compile with the latest Archlinux release.
dracorp commented on 2020-01-06 17:58 (UTC)
[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 (UTC)