FreeBSD Bugzilla – Attachment 243137 Details for
Bug 272311
graphics/exiv2: upgrade to v0.28
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics/filmulator: make compatible with exiv2 0.28
0006-graphics-filmulator-make-compatible-with-exiv2-0.28.patch (text/plain), 1.43 KB, created by
Matthias Andree
on 2023-07-02 14:53:56 UTC
(
hide
)
Description:
graphics/filmulator: make compatible with exiv2 0.28
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2023-07-02 14:53:56 UTC
Size:
1.43 KB
patch
obsolete
>From 1dce1af6b36f895213af1e75f0562d268ea28e0e Mon Sep 17 00:00:00 2001 >From: Matthias Andree <mandree@FreeBSD.org> >Date: Sun, 2 Jul 2023 13:33:03 +0200 >Subject: [PATCH 06/20] graphics/filmulator: make compatible with exiv2 0.28 > >PR: 272311 >--- > graphics/filmulator/Makefile | 2 +- > graphics/filmulator/files/patch-core_imwriteJpeg.cpp | 11 +++++++++++ > 2 files changed, 12 insertions(+), 1 deletion(-) > create mode 100644 graphics/filmulator/files/patch-core_imwriteJpeg.cpp > >diff --git a/graphics/filmulator/Makefile b/graphics/filmulator/Makefile >index a536c5e5e911..077ed370fcf7 100644 >--- a/graphics/filmulator/Makefile >+++ b/graphics/filmulator/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= filmulator > PORTVERSION= 0.11.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > DISTVERSIONPREFIX= v > CATEGORIES= graphics > >diff --git a/graphics/filmulator/files/patch-core_imwriteJpeg.cpp b/graphics/filmulator/files/patch-core_imwriteJpeg.cpp >new file mode 100644 >index 000000000000..b1ac49c5971d >--- /dev/null >+++ b/graphics/filmulator/files/patch-core_imwriteJpeg.cpp >@@ -0,0 +1,11 @@ >+--- core/imwriteJpeg.cpp.orig 2021-03-05 05:27:44 UTC >++++ core/imwriteJpeg.cpp >+@@ -186,7 +186,7 @@ static void remove_exif_keys(Exiv2::ExifData &exifData >+ { >+ exifData.erase(pos); >+ } >+- } catch (Exiv2::AnyError &e) { >++ } catch (Exiv2::Error &e) { >+ //catch invalid tag >+ } >+ } >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
danfe
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 272311
:
243098
|
243100
|
243103
|
243104
|
243106
|
243111
|
243124
|
243125
|
243135
|
243136
|
243137
|
243138
|
243139
|
243140
|
243141
|
243142
|
243143
|
243144
|
243145
|
243146
|
243147
|
243148
|
243154
|
243155
|
243156
|
243157
|
243158
|
243159
|
243160
|
243166
|
243167
|
243168
|
243169
|
243170
|
243171
|
243172
|
243175
|
243176