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

Collapse All | Expand All

(-)b/sysutils/krename/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	krename
1
PORTNAME=	krename
2
DISTVERSION=	5.0.2
2
DISTVERSION=	5.0.2
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	sysutils kde
4
CATEGORIES=	sysutils kde
5
MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
5
MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
6
6
(-)b/sysutils/krename/files/patch-src_exiv2plugin.cpp (-1 / +11 lines)
Added Link Here
0
- 
1
--- src/exiv2plugin.cpp.orig	2022-08-31 21:22:21 UTC
2
+++ src/exiv2plugin.cpp
3
@@ -395,7 +395,7 @@ QString Exiv2Plugin::processFile(BatchRenamer *b, int 
4
     std::string strFilename(asc.constData(), asc.length());
5
 
6
     try {
7
-        Image::AutoPtr image = Exiv2::ImageFactory::open(strFilename);
8
+        Image::UniquePtr image = Exiv2::ImageFactory::open(strFilename);
9
         if (image.get() != nullptr && image->good()) {
10
             image->readMetadata();
11
 

Return to bug 272311