Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
graphics
ufraw
ufraw-0.22-exiv2-0.27.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ufraw-0.22-exiv2-0.27.patch of Package ufraw
diff --git a/ufraw_exiv2.cc b/ufraw_exiv2.cc index f03011b..134431d 100644 --- a/ufraw_exiv2.cc +++ b/ufraw_exiv2.cc @@ -15,9 +15,8 @@ #include "ufraw.h" #ifdef HAVE_EXIV2 -#include <exiv2/image.hpp> -#include <exiv2/easyaccess.hpp> -#include <exiv2/exif.hpp> +#include <exiv2/exiv2.hpp> +#include <iostream> #include <sstream> #include <cassert> @@ -67,7 +66,11 @@ extern "C" int ufraw_exif_read_input(ufraw_data *uf) if (exifData.empty()) { std::string error(uf->filename); error += ": No Exif data found in the file"; +#if EXIV2_TEST_VERSION(0,27,0) + throw Exiv2::Error(Exiv2::kerErrorMessage, error); +#else throw Exiv2::Error(1, error); +#endif } /* List of tag names taken from exiv2's printSummary() in actions.cpp */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor