diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-06-14 22:47:42 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-06-14 22:47:42 +0200 |
commit | b82e7aed0384e8286910e1fd850f219b7c9ef8df (patch) | |
tree | 6fd1228a3c074d6821e6162b691af5e851905351 /debian/patches/0115-webp_part3.patch | |
parent | bb80d3feebdc9acc52e3f4ad24084d8425f043a2 (diff) |
Some changes and cleanup for upstream release 0.32.1
Diffstat (limited to 'debian/patches/0115-webp_part3.patch')
-rw-r--r-- | debian/patches/0115-webp_part3.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/0115-webp_part3.patch b/debian/patches/0115-webp_part3.patch deleted file mode 100644 index 4d992c4..0000000 --- a/debian/patches/0115-webp_part3.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Jens Georg <mail@jensge.org> -Date: Sat, 9 Feb 2019 16:43:15 +0100 -Subject: Fix an issue with the WEBP meta-data writer - -(cherry picked from commit 57ab1628883e3fde5bb3eafc0197b4e17354d2a6) ---- - src/photos/WebPSupport.vala | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/photos/WebPSupport.vala b/src/photos/WebPSupport.vala -index 093f196..2f4723c 100644 ---- a/src/photos/WebPSupport.vala -+++ b/src/photos/WebPSupport.vala -@@ -213,7 +213,7 @@ private class WebpReader : PhotoFileReader { - - private class WebpMetadataWriter : PhotoFileMetadataWriter { - public WebpMetadataWriter(string filepath) { -- base (filepath, PhotoFileFormat.TIFF); -+ base (filepath, PhotoFileFormat.WEBP); - } - - public override void write_metadata(PhotoMetadata metadata) throws Error { |