diff --git a/srcpkgs/qimgv/patches/exiv2-0.28.patch b/srcpkgs/qimgv/patches/exiv2-0.28.patch new file mode 100644 index 00000000000..11f37b5ae2b --- /dev/null +++ b/srcpkgs/qimgv/patches/exiv2-0.28.patch @@ -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 e) { +- //std::cout << "Caught BasicError Exiv2 exception '" << e.what() << "'\n"; +- return; +- } + #endif + } + diff --git a/srcpkgs/qimgv/template b/srcpkgs/qimgv/template index 7eb30db3399..dd341dfe1bf 100644 --- a/srcpkgs/qimgv/template +++ b/srcpkgs/qimgv/template @@ -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)