summarylogtreecommitdiffstats
path: root/exif.patch
diff options
context:
space:
mode:
authorservices.build-monitoring2023-10-17 15:27:08 +0200
committerservices.build-monitoring2023-10-17 15:27:08 +0200
commit32ded8d347a86f42bf3908ecac1e963145ba3f9f (patch)
tree854242d166c1419a7e4421a86d6d11fd57f27622 /exif.patch
parentf402fb6343b74a79bc05d86f1f3ad7cf3fdd4895 (diff)
downloadaur-32ded8d347a86f42bf3908ecac1e963145ba3f9f.tar.gz
Bump version to 1.2. Fix dependencies, license name and meson build options
Diffstat (limited to 'exif.patch')
-rw-r--r--exif.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/exif.patch b/exif.patch
new file mode 100644
index 000000000000..b61607fd1e2d
--- /dev/null
+++ b/exif.patch
@@ -0,0 +1,13 @@
+--- a/src/core/exif.cpp 2023-09-15 10:21:26.000000000 +0200
++++ b/src/core/exif.cpp 2023-10-17 15:14:49.642653101 +0200
+@@ -124,7 +124,7 @@
+ gchar* siril_get_date_from_exif(const char *filename) {
+ #ifdef HAVE_EXIV2
+ try {
+- Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(WIDEN(filename));
++ Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(WIDEN(filename));
+ if (image.get() == 0) {
+ fprintf(stderr, "Error Cannot open the file.\n");
+ return NULL;
+
+