View | Details | Raw Unified | Return to bug 272311 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/filmulator/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	filmulator
1
PORTNAME=	filmulator
2
PORTVERSION=	0.11.1
2
PORTVERSION=	0.11.1
3
PORTREVISION=	1
3
PORTREVISION=	2
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
CATEGORIES=	graphics
5
CATEGORIES=	graphics
6
6
(-)b/graphics/filmulator/files/patch-core_imwriteJpeg.cpp (-1 / +11 lines)
Added Link Here
0
- 
1
--- core/imwriteJpeg.cpp.orig	2021-03-05 05:27:44 UTC
2
+++ core/imwriteJpeg.cpp
3
@@ -186,7 +186,7 @@ static void remove_exif_keys(Exiv2::ExifData &exifData
4
             {
5
                 exifData.erase(pos);
6
             }
7
-        } catch (Exiv2::AnyError &e) {
8
+        } catch (Exiv2::Error &e) {
9
             //catch invalid tag
10
         }
11
     }

Return to bug 272311