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)

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)

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'