summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-05-17 15:50:12 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-05-17 15:50:12 +0000
commitb9a07f2506eed73d602a25252c84e9aa1a600a2f (patch)
treea9a01878aabf5b2e1a1ee20cdf2ab122f10e7db6 /media-gfx/digikam/files
parentRemove rdep on pkgconfig (diff)
downloadhistorical-b9a07f2506eed73d602a25252c84e9aa1a600a2f.tar.gz
historical-b9a07f2506eed73d602a25252c84e9aa1a600a2f.tar.bz2
historical-b9a07f2506eed73d602a25252c84e9aa1a600a2f.zip
Clean up. Remove deprecated slot_rebuild() check.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-gfx/digikam/files')
-rw-r--r--media-gfx/digikam/files/digikam-0.9.1-exiv2.patch116
1 files changed, 0 insertions, 116 deletions
diff --git a/media-gfx/digikam/files/digikam-0.9.1-exiv2.patch b/media-gfx/digikam/files/digikam-0.9.1-exiv2.patch
deleted file mode 100644
index 2b6c72db38f2..000000000000
--- a/media-gfx/digikam/files/digikam-0.9.1-exiv2.patch
+++ /dev/null
@@ -1,116 +0,0 @@
---- digikam-0.9.1.orig/digikam/libs/widgets/metadata/exifwidget.cpp 2007-03-04 21:33:32.000000000 +0100
-+++ digikam-0.9.1/digikam/libs/widgets/metadata/exifwidget.cpp 2007-05-17 15:05:43.000000000 +0200
-@@ -181,7 +181,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot parse EXIF metadata using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return false;
- }
-@@ -211,7 +211,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot get metadata tag title using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return i18n("Unknown");
- }
-@@ -228,7 +228,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot get metadata tag description using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return i18n("No description available");
- }
---- digikam-0.9.1.orig/digikam/libs/widgets/metadata/gpswidget.cpp 2007-03-04 21:33:32.000000000 +0100
-+++ digikam-0.9.1/digikam/libs/widgets/metadata/gpswidget.cpp 2007-05-17 15:06:40.000000000 +0200
-@@ -305,7 +305,7 @@
- {
- setMetadataEmpty();
- DDebug() << "Cannot parse EXIF metadata using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return false;
- }
-@@ -343,7 +343,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot get metadata tag title using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return i18n("Unknown");
- }
-@@ -360,7 +360,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot get metadata tag description using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return i18n("No description available");
- }
---- digikam-0.9.1.orig/digikam/libs/widgets/metadata/iptcwidget.cpp 2007-03-04 21:33:32.000000000 +0100
-+++ digikam-0.9.1/digikam/libs/widgets/metadata/iptcwidget.cpp 2007-05-17 15:05:04.000000000 +0200
-@@ -156,7 +156,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot parse IPTC metadata using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return false;
- }
-@@ -185,7 +185,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot get metadata tag title using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return i18n("Unknow");
- }
-@@ -202,7 +202,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot get metadata tag description using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return i18n("No description available");
- }
---- digikam-0.9.1.orig/digikam/libs/widgets/metadata/makernotewidget.cpp 2007-03-04 21:33:32.000000000 +0100
-+++ digikam-0.9.1/digikam/libs/widgets/metadata/makernotewidget.cpp 2007-05-17 15:06:18.000000000 +0200
-@@ -198,7 +198,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot parse MAKERNOTE metadata using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return false;
- }
-@@ -227,7 +227,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot get metadata tag title using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return i18n("Unknown");
- }
-@@ -244,7 +244,7 @@
- catch (Exiv2::Error& e)
- {
- DDebug() << "Cannot get metadata tag description using Exiv2 ("
-- << QString::fromAscii(e.what().c_str())
-+ << QString::fromAscii(e.what())
- << ")" << endl;
- return i18n("No description available");
- }