qimgv: revbump for exiv2-0.28.1.

This commit is contained in:
Mohammed Anas 2023-10-18 19:18:40 +01:00 committed by classabbyamp
parent d1a80d5e0c
commit 6a166785f5
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,16 @@
Patch-Source: https://git.alpinelinux.org/aports/tree/community/qimgv/exiv2-0.28.patch
diff --git a/qimgv/sourcecontainers/documentinfo.cpp b/qimgv/sourcecontainers/documentinfo.cpp
index 98a68f7..c062474 100644
--- a/qimgv/sourcecontainers/documentinfo.cpp
+++ b/qimgv/sourcecontainers/documentinfo.cpp
@@ -271,10 +271,6 @@ void DocumentInfo::loadExifTags() {
//std::cout << "Caught Exiv2 exception '" << e.what() << "'\n";
return;
}
- catch (Exiv2::BasicError<CharType> e) {
- //std::cout << "Caught BasicError Exiv2 exception '" << e.what() << "'\n";
- return;
- }
#endif
}

View File

@ -1,7 +1,7 @@
# Template file for 'qimgv'
pkgname=qimgv
version=1.0.2
revision=2
revision=3
build_style=cmake
configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON -DVIDEO_SUPPORT=OFF)
$(vopt_if scale -DOPENCV_SUPPORT=ON -DOPENCV_SUPPORT=OFF)