summaryrefslogtreecommitdiff
path: root/libextractor-exiv2.patch
diff options
context:
space:
mode:
authorJakub Bogusz2024-01-13 17:28:10 (GMT)
committerJakub Bogusz2024-01-13 17:28:10 (GMT)
commit274177ccf170c1ef5bc463d69cf9e54515a4c78f (patch)
tree4c23a64eb2ba9570001b83c17e72be6e2e74df24 /libextractor-exiv2.patch
parenteaa1c5abfc0dedc5ca4afaf91f7e4aec69adac23 (diff)
downloadlibextractor-274177ccf170c1ef5bc463d69cf9e54515a4c78f.zip
libextractor-274177ccf170c1ef5bc463d69cf9e54515a4c78f.tar.gz
Diffstat (limited to 'libextractor-exiv2.patch')
-rw-r--r--libextractor-exiv2.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/libextractor-exiv2.patch b/libextractor-exiv2.patch
new file mode 100644
index 0000000..c1645b4
--- /dev/null
+++ b/libextractor-exiv2.patch
@@ -0,0 +1,24 @@
+--- libextractor-1.13/src/plugins/test_exiv2.c.orig 2021-04-08 13:30:42.000000000 +0200
++++ libextractor-1.13/src/plugins/test_exiv2.c 2024-01-13 15:43:17.804290064 +0100
+@@ -49,8 +49,8 @@ main (int argc, char *argv[])
+ EXTRACTOR_METATYPE_GPS_LATITUDE,
+ EXTRACTOR_METAFORMAT_UTF8,
+ "text/plain",
+- "28deg 8' (18|17.585)\" ?",
+- strlen ("28deg 8' (18|17.585)\" ?") + 1,
++ "28 ?deg 8' (18|17.58|17.585)\" ?",
++ strlen ("28 ?deg 8' (18|17.58|17.585)\" ?") + 1,
+ 0,
+ .regex = 1
+ },
+@@ -66,8 +66,8 @@ main (int argc, char *argv[])
+ EXTRACTOR_METATYPE_GPS_LONGITUDE,
+ EXTRACTOR_METAFORMAT_UTF8,
+ "text/plain",
+- "14deg 14' (22|21.713)\" ?",
+- strlen ("14deg 14' (22|21.713)\" ?"),
++ "14 ?deg 14' (22|21.71|21.713)\" ?",
++ strlen ("14 ?deg 14' (22|21.71|21.713)\" ?"),
+ 0,
+ .regex = 1
+ },