summarylogtreecommitdiffstats
path: root/exif.patch
diff options
context:
space:
mode:
authorservices.build-monitoring2024-02-02 10:27:49 +0100
committerservices.build-monitoring2024-02-02 10:27:49 +0100
commit23e80e7c6ab563eed38e6d8afb9e35d655991203 (patch)
tree2eb03399655f053d1d7c8390e7c803b96ea063f0 /exif.patch
parent32ded8d347a86f42bf3908ecac1e963145ba3f9f (diff)
downloadaur-23e80e7c6ab563eed38e6d8afb9e35d655991203.tar.gz
Bump to version 1.2.1 and remove the exif patch
Diffstat (limited to 'exif.patch')
-rw-r--r--exif.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/exif.patch b/exif.patch
deleted file mode 100644
index b61607fd1e2d..000000000000
--- a/exif.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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;
-
-