summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/krename
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-10-27 19:47:36 +0000
committer Eric Hameleers <alien@slackware.com>2023-10-27 22:34:33 +0200
commitf4d1448dd43416a6f46af26fa4422de1c626cfc7 (patch)
tree0edc43da9a23002aba6d0c71aea8144c4922a271 /source/kde/kde/patch/krename
parent05ec45c9c979a958e022fe691e6cf03a338e9263 (diff)
downloadcurrent-f4d1448dd43416a6f46af26fa4422de1c626cfc7.tar.gz
current-f4d1448dd43416a6f46af26fa4422de1c626cfc7.tar.xz
Fri Oct 27 19:47:36 UTC 202320231027194736
a/exfatprogs-1.2.2-x86_64-1.txz: Upgraded. kde/digikam-8.1.0-x86_64-2.txz: Rebuilt. Recompiled against exiv2-0.28.0. kde/gwenview-23.08.2-x86_64-2.txz: Rebuilt. Recompiled against exiv2-0.28.0. kde/kfilemetadata-5.111.0-x86_64-2.txz: Rebuilt. Recompiled against exiv2-0.28.0. kde/krename-5.0.2-x86_64-2.txz: Rebuilt. Recompiled against exiv2-0.28.0. kde/krita-5.2.0-x86_64-2.txz: Rebuilt. Recompiled against exiv2-0.28.0. kde/libkexiv2-23.08.2-x86_64-2.txz: Rebuilt. Recompiled against exiv2-0.28.0. l/QtAV-20220226_fdc613dc-x86_64-1.txz: Removed. This is no longer used by digikam, so let's just remove it. l/exiv2-0.28.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. l/libsoup3-3.4.4-x86_64-1.txz: Upgraded. n/c-ares-1.21.0-x86_64-1.txz: Upgraded. n/gpgme-1.23.1-x86_64-1.txz: Upgraded. n/nghttp2-1.58.0-x86_64-1.txz: Upgraded. xap/geeqie-2.1-x86_64-3.txz: Rebuilt. Recompiled against exiv2-0.28.0.
Diffstat (limited to 'source/kde/kde/patch/krename')
-rw-r--r--source/kde/kde/patch/krename/krename.exiv2-0.28.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/kde/kde/patch/krename/krename.exiv2-0.28.diff b/source/kde/kde/patch/krename/krename.exiv2-0.28.diff
new file mode 100644
index 000000000..bf095aea2
--- /dev/null
+++ b/source/kde/kde/patch/krename/krename.exiv2-0.28.diff
@@ -0,0 +1,11 @@
+--- ./src/exiv2plugin.cpp.orig 2022-08-31 16:22:21.000000000 -0500
++++ ./src/exiv2plugin.cpp 2023-10-27 13:53:53.697705529 -0500
+@@ -395,7 +395,7 @@
+ std::string strFilename(asc.constData(), asc.length());
+
+ try {
+- Image::AutoPtr image = Exiv2::ImageFactory::open(strFilename);
++ Image::UniquePtr image = Exiv2::ImageFactory::open(strFilename);
+ if (image.get() != nullptr && image->good()) {
+ image->readMetadata();
+