qimgv: revbump for exiv2-0.28.1.
This commit is contained in:
parent
d1a80d5e0c
commit
6a166785f5
16
srcpkgs/qimgv/patches/exiv2-0.28.patch
Normal file
16
srcpkgs/qimgv/patches/exiv2-0.28.patch
Normal 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
|
||||
}
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user