From: Peter Michael Green Date: Mon, 30 Sep 2024 23:40:44 +0000 (+0000) Subject: Import exiv2_0.28.3+dfsg-2+rpi1.debian.tar.xz X-Git-Tag: archive/raspbian/0.28.5+dfsg-1+rpi1~6^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=23b1386a096d80edf90867d63e274732cc2a442c;p=exiv2.git Import exiv2_0.28.3+dfsg-2+rpi1.debian.tar.xz [dgit import tarball exiv2 0.28.3+dfsg-2+rpi1 exiv2_0.28.3+dfsg-2+rpi1.debian.tar.xz] --- 23b1386a096d80edf90867d63e274732cc2a442c diff --git a/changelog b/changelog new file mode 100644 index 0000000..de91dc0 --- /dev/null +++ b/changelog @@ -0,0 +1,1021 @@ +exiv2 (0.28.3+dfsg-2+rpi1) trixie-staging; urgency=medium + + * Update symbols file for raspbian. + + -- Peter Michael Green Mon, 30 Sep 2024 23:40:44 +0000 + +exiv2 (0.28.3+dfsg-2) unstable; urgency=medium + + * Team upload. + * Upload to unstable (see #1080439). + + -- Pino Toscano Thu, 05 Sep 2024 19:02:33 +0200 + +exiv2 (0.28.3+dfsg-1) experimental; urgency=medium + + * Team upload. + * New upstream release. + + -- Pino Toscano Sat, 13 Jul 2024 12:56:53 +0200 + +exiv2 (0.28.2+dfsg-1) experimental; urgency=medium + + * Team upload. + * New upstream release: + - fixes CVE-2024-24826, and CVE-2024-25112 + * Update the patches: + - upstream_install-exiv2-cmake-module-in-LIBDIR.patch: drop, backported + from upstream + - upstream_tests-fix-parsing-w-path-containing-pa-or-pS.patch: drop, + backported from upstream + - cmake-restore-a-exiv2lib-target.diff: drop, fixed upstream + * Update the symbols file. + + -- Pino Toscano Fri, 16 Feb 2024 06:21:00 +0100 + +exiv2 (0.28.1+dfsg-3) experimental; urgency=medium + + * Team upload. + * Replace patch tests-fix-parsing-w-path-containing-pa-or-pS.diff with the + upstream commit 1667bb947e5b74db0dc47ba642fc9e5fa86f1484; patch + upstream_tests-fix-parsing-w-path-containing-pa-or-pS.patch. + * Backport the upstream PR https://github.com/Exiv2/exiv2/pull/2832 to restore + the "exiv2lib" cmake target; patch cmake-restore-a-exiv2lib-target.diff. + * Stop requiring the static dependencies from the cmake config file; patch + cmake-no-private.diff. + + -- Pino Toscano Fri, 17 Nov 2023 12:03:09 +0100 + +exiv2 (0.28.1+dfsg-2) experimental; urgency=medium + + * Team upload. + * Replace patch cmake-config-installdir.diff with the upstream commit + c351c7cce317571934abf693055779a59df30d6e; patch + upstream_install-exiv2-cmake-module-in-LIBDIR.patch. + * Backport the upstream PR https://github.com/Exiv2/exiv2/pull/2826 to fix + one test case of tiffTest in case the full source path contains "-pa" or + "-pS" (e.g. the "reproducible-path" component used since recent times on + buildds); patch tests-fix-parsing-w-path-containing-pa-or-pS.diff. + + -- Pino Toscano Sun, 12 Nov 2023 01:36:45 +0100 + +exiv2 (0.28.1+dfsg-1) experimental; urgency=medium + + * Team upload. + * New upstream release: + - fixes CVE-2023-44398 (Closes: #1055470) + * Update the patches: + - upstream_avoid-LTO-issues.patch: drop, backported from upstream + - upstream_asf-fix-GUID-reading-on-big-endian-platforms.patch: drop, + backported from upstream + - tests-do-not-hardcode-ENOENT.diff: drop, fixed upstream + * Backport the upstream PR https://github.com/Exiv2/exiv2/pull/2819 to fix + the installation of the CMake config files in the library directory; + cmake-config-installdir.diff. + + -- Pino Toscano Mon, 06 Nov 2023 22:41:59 +0100 + +exiv2 (0.28.0+dfsg-4) experimental; urgency=medium + + * Team upload. + * Replace patch asf-fix-GUID-reading-on-big-endian-platforms.diff with the + upstream commit 2d5a51b9ddcecaa747ef4de8b0de22a3e0e89dd1; patch + upstream_asf-fix-GUID-reading-on-big-endian-platforms.patch. + * Backport the upstream PR https://github.com/Exiv2/exiv2/pull/2700 to fix + a unit test on GNU/Hurd; patch tests-do-not-hardcode-ENOENT.diff. + * Update symbols files from the logs of buildds. + + -- Pino Toscano Tue, 18 Jul 2023 06:55:44 +0200 + +exiv2 (0.28.0+dfsg-3) experimental; urgency=medium + + * Team upload. + * Tweak AdditionOverflowInLoaderExifJpeg for 32bit platforms with + unsigned char, see https://github.com/Exiv2/exiv2/issues/933; + patch tests-overflow-skip-unsigned-char-23bit.diff. + * Update symbols files from the logs of buildds. + + -- Pino Toscano Sun, 16 Jul 2023 14:36:07 +0200 + +exiv2 (0.28.0+dfsg-2) experimental; urgency=medium + + * Team upload. + * Explicitly add the python3:any build dependency, used to run the test suite. + * Update symbols files from the logs of buildds. + * Backport upstream commit 7b51b7c97967eb45fe7cd0fbe55a8fc260fd1a46 to fix + issues when using LTO; patch upstream_avoid-LTO-issues.patch. + * Backport the upstream PR https://github.com/Exiv2/exiv2/pull/2694 to fix + big endian issues in the ASF format; patch + asf-fix-GUID-reading-on-big-endian-platforms.diff. + * Enable also the unit tests during build: + - add the libgmock-dev, and libgtest-dev build dependencies + - pass -DEXIV2_BUILD_UNIT_TESTS=ON to cmake + + -- Pino Toscano Sun, 16 Jul 2023 10:55:51 +0200 + +exiv2 (0.28.0+dfsg-1) experimental; urgency=medium + + * Team upload. + * New upstream release: + - fixes a regression on Olympus Maker notes (Closes: #1034641) + * Update the patches: + - xmpsdk-integer-typedef-x64.patch: drop, fixed upstream + * Update the build dependencies according to the upstream build system: + - bump cmake to 3.11.0 + - add libbrotli-dev, libinih-dev (Closes: #1036248) + * Update packages according to the upstream SONAME bump: + - rename libexiv2-27 to libexiv2-28 + - update install files & symbols file + * Do not run the tests in parallel, as there are path conflicts between the + tests. + * Update install files. + * Simplify the dh_auto_configure run to be one, enabling the documentation + depending on whether the doc package needs to be built. + * Split the data files (currently only translations) out of the library + package into a new arch:all libexiv2-data. + * Drop -Wno-deprecated-declarations from the CXXFLAGS: exiv2 no longer uses + std::auto_ptr<>. + * Drop the exclusion from dh_compress of .xls, .idx, .php, and .cpp, as they + either do not exist anymore or they are not compressed by dh_compress. + * Update copyright. + * Exclude test/data/issue_1934_poc4_ref.icc, as it is a copy of sRGB.icm + which is not free + - exclude also test/data/issue_1934_poc4.jpg, which contains the ICM file + - set the version suffix to +dfsg + - adapt watch file for repack + - add patch non-free.diff to drop the references to the excluded files in + the tests + * Drop the private/static markers from the exiv2.pc pkg-config file; patch + pkgconfig-no-private.diff. + + -- Pino Toscano Sat, 15 Jul 2023 10:55:38 +0200 + +exiv2 (0.27.6-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Update standards version to 4.6.2, no changes needed. + * Update Vcs-* fields. + * Use execute_after_dh_* to avoid invoking dh_* manually + * Execute chrpath right after dh_auto_install, rather than after dh_install. + * Update the build dependencies according to the upstream build system: + - bump cmake to 3.7.2 + * Remove non-existing file from copyright. + * Rename debian/docs to debian/exiv2.docs, to make it clearer (and consistent + with other files) to which package it refers to. + + -- Pino Toscano Sat, 28 Jan 2023 11:45:47 +0100 + +exiv2 (0.27.5-4) unstable; urgency=medium + + * Team upload. + + [ Sandro Knauß ] + * Update symbol file for gcc-12 (Closes: #1012920). + * Update Standards-Version to 4.6.1 (No changes needed). + * Update symbols for link time optimation (Closes: #1015399). + + -- Sandro Knauß Mon, 22 Aug 2022 14:33:14 +0200 + +exiv2 (0.27.5-3) unstable; urgency=medium + + * Team upload. + * Update symbols from buildds. + + -- Sandro Knauß Sat, 26 Mar 2022 18:35:36 +0100 + +exiv2 (0.27.5-2) unstable; urgency=medium + + * Team upload. + * Update Multi-Arch information for -dev and -doc. + * Enable BMFF support (Closes: #1000788) + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Fix day-of-week for changelog entry 0.10-1. + * Enable hardening. + * Update symbols from buildds. + * Register documentation via doc-base. + * Update symbols for BMFF support. + + -- Sandro Knauß Fri, 25 Mar 2022 01:00:00 +0100 + +exiv2 (0.27.5-1) unstable; urgency=medium + + * Team upload. + + [ Simon Schmeisser ] + * New upstream release (Closes: #1000788): + - fixes CVE-2021-29458 (Closes: #987277) + - fixes CVE-2021-29463 (Closes: #988241) + - fixes CVE-2021-29464 (Closes: #988242) + - fixes CVE-2021-29470 (Closes: #987450) + - fixes CVE-2021-29473 (Closes: #987736) + - fixes CVE-2021-29623 (Closes: #988481) + - fixes CVE-2021-32617 (Closes: #988731) + - fixes CVE-2021-32815 (Closes: #992705) + - fixes CVE-2021-34334 (Closes: #992706) + - fixes CVE-2021-34335 (Closes: #992707) + - fixes CVE-2021-3482 (Closes: #986888) + - fixes CVE-2021-37615 + - fixes CVE-2021-37616 + - fixes CVE-2021-37618 + - fixes CVE-2021-37619 + - fixes CVE-2021-37620 + - fixes CVE-2021-37621 + - fixes CVE-2021-37622 + - fixes CVE-2021-37623 + * Remove patches that have been fixed upstream: + - fix-man-page-table-formatting.patch + - fcf-protection-only-on-x86.diff + * Update symbols file + + [ Sandro Knauß ] + * Remove cruft dbg->dbgsym package dependency. + * Bump Standards-Version to 4.6.0 (No changes needed). + * Bump compat level to 13. + * Bring copyright file in line with DEP-5. + * Remove maxy from Uploaders list. + * Cleanup copyright file. + + -- Sandro Knauß Thu, 10 Feb 2022 20:05:47 +0100 + +exiv2 (0.27.3-3) unstable; urgency=medium + + * Team upload. + * Update symbols file from the logs of buildds. + + -- Pino Toscano Sun, 09 Aug 2020 07:15:23 +0200 + +exiv2 (0.27.3-2) unstable; urgency=medium + + * Team upload. + * Limit -fcf-protection only on x86 architectures, as it does not exist + elsewhere; patch fcf-protection-only-on-x86.diff. + + -- Pino Toscano Sun, 09 Aug 2020 00:51:27 +0200 + +exiv2 (0.27.3-1) unstable; urgency=medium + + * Team upload. + * New upstream release: + - fixes CVE-2019-17402 (Closes: #946341) + * Update the patches: + - fix-man-page-table-formatting.patch: refresh + - remove-execute-permission-bit-from-ini-test-sample.patch: not needed as + patch, it will be done with a simpler chmod + - Fix-issue-712.patch: drop, backported from upstream + - Add-comment-to-explain-choice-of-cut-off-value.patch: drop, backported + from upstream + - Fix-1011-fix_1011_jp2_readmetadata_loop.patch: drop, backported from + upstream + - drop debian/source/include-binaries, no more needed now + * Update symbols file. (Closes: #950631, #957188) + * Add Rules-Requires-Root: no. + * Append -Wno-deprecated-declarations to the CXXFLAGS: exiv2 uses + std::auto_ptr<> a lot, so avoid the lots of deprecation warnings. + * Remove the executable permissions from all the .ini files in libexiv2-doc. + * Explicitly add the gettext build dependency. + * Do not ship TODO in libexiv2-doc, as it is not useful for users. + + -- Pino Toscano Sat, 08 Aug 2020 23:23:52 +0200 + +exiv2 (0.27.2-8) unstable; urgency=medium + + * Team upload. + * Update symbols file from the logs of buildds. + * Merge useful changes from 0.25-4: + - add Maximiliano Curia as Uploader + - adjust version of dbgsym migration + * Drop the python:native build dependency, as it is not used. + (Closes: #936496) + * Sort install files. + * Move the static libexiv2-xmp.a from libexiv2-27 to libexiv2-dev, as it is + needed only for development + - add proper breaks/replaces + * The current way to build the API documentation is suboptimal: even in + -indep builds a an -arch build is forced; also the separate doc build + requires a custom patch, Instead: + - move the common arguments for cmake to a variable to avoid duplication + - pass -DEXIV2_BUILD_DOC=ON to enable the documentation build, unless on + -arch builds + - pass -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/exiv2/html to cmake to change + the installation directory of the documentation (mostly for the "html" + part), and change libexiv2-doc.docs to pick it from that location + - call the "doc" target in -indep builds + - drop patch 0001-doc-only-build-target.patch, no more needed now + * Remove patch numbers from patch files. + * Backport upstream commits 4c28673b641d7eacb50baafb5c286f6900ce2002, and + d4d4d766e9ade2376115eb41cc478eb195df1b39 to fix CVE-2019-9143 and + CVE-2019-9144; patches Fix-issue-712.patch, and + Add-comment-to-explain-choice-of-cut-off-value.patch. + (Closes: #923472, #923473) + * Backport upstream commit 1b917c3f7dd86336a9f6fda4456422c419dfe88c to fix + CVE-2019-20421; patch Fix-1011-fix_1011_jp2_readmetadata_loop.patch. + (Closes: #950183) + * Add debian/source/include-binaries for the patches Fix-issue-712.patch, and + Fix-1011-fix_1011_jp2_readmetadata_loop.patch, as they contain the binary + testcases for the fixes. + + -- Pino Toscano Thu, 30 Jan 2020 09:39:44 +0100 + +exiv2 (0.27.2-7) unstable; urgency=medium + + * Team upload. + * Update symbols file. + * Remove the dh_missing --list-missing invocation, as it is done by default + in debhelper compatibility 12. + * Switch from the debhelper build dependency to debhelper-compat + - remove debian/compat + * Bump Standards-Version to 4.5.0, no changes required. + * Remove trailing whitespaces in changelog. + * Update lintian overrides. + * Pass -DEXIV2_BUILD_SAMPLES=OFF to cmake to disable the build of samples, + as we do not ship them anyway. + * Remove debian/not-installed, no more needed now. + * Drop removal of .la files, as they are not shipped anymore. + * Add the configuration for the CI on salsa. + * Use https for Homepage. + * Tweak watch file to consider only digits and dots for versions. + * Move translations from libexiv2-dev to the main library package, as they + contain messages for the library and the exiv2 tool + - add proper breaks/replaces + + -- Pino Toscano Tue, 28 Jan 2020 09:32:57 +0100 + +exiv2 (0.27.2-6) unstable; urgency=medium + + [ Steve Robbins ] + * Source upload to unstable. Closes: #914006, #926880. + * Update symbols. + + -- Steve M. Robbins Mon, 27 Jan 2020 22:50:41 -0600 + +exiv2 (0.27.2-5) experimental; urgency=medium + + [ Steve Robbins ] + * Update symbols + + -- Steve M. Robbins Sun, 26 Jan 2020 09:57:00 -0600 + +exiv2 (0.27.2-4) experimental; urgency=medium + + [ Steve Robbins ] + * Add myself to uploaders + * Fix SOVERSION in symbols file. + + -- Steve M. Robbins Sat, 25 Jan 2020 22:42:34 -0600 + +exiv2 (0.27.2-3) experimental; urgency=medium + + [ Steve Robbins ] + * Updated symbol file from build server logs. + + -- Steve M. Robbins Wed, 06 Nov 2019 19:36:27 -0600 + +exiv2 (0.27.2-2) experimental; urgency=medium + + [ Jelmer Vernooij ] + * Fix Vcs-Git and Vcs-Browser URLs. + + [ Steven Robbins ] + * Revert symbols file to 0.25, in order to get diffs from build servers. + + -- Steve M. Robbins Mon, 04 Nov 2019 23:54:08 -0600 + +exiv2 (0.27.2-1) experimental; urgency=medium + + * Team upload. + + [ Maximiliano Curia ] + * New revision + * Update uploaders list as requested by MIA team (Closes: #879288) + + [ Simon Frei ] + * New upstream release (0.27.2) + * Drop upstream patches + * Follow upstream soversion bump + * Update build dependencies + * Reenable XMP support + * Bump debhelper from 9 to 12 + * Bump Standards-Version to 4.4.0 (no changes) + * Various fixes due to lintian + + -- Steve M. Robbins Tue, 10 Sep 2019 00:05:18 -0500 + +exiv2 (0.26-1) experimental; urgency=medium + + * Team upload. + + [ Helmut Grohne ] + * Fix FTCBFS: Annotate python build dependency with :native (Closes: + #843102) + + [ Maximiliano Curia ] + * Update watch file + * New upstream release (0.26). + * Bump Standards-Version to 4.0.0, no changes needed. + * Update Vcs fields + * Migrate to automatic dbgsym packages + * Update build-deps and deps with the info from cmake + * Drop patch: libtool_update.diff + * Drop upstream patches + * Follow upstream soversion bump + * Drop .a file + * Disable the static xmp lib + * Update symbols files. + * Add libssh-gcrypt-dev missing build dep + * Fix indep build + * Release to experimental + + -- Maximiliano Curia Thu, 13 Jul 2017 18:56:52 +0200 + +exiv2 (0.25-4) unstable; urgency=medium + + [ Roberto C. Sanchez ] + * CVE-2018-10958: denial of service through memory exhaustion and + application crash by a crafted PNG image. + * CVE-2018-10999: a heap-based buffer over-read via a crafted PNG image. + * CVE-2018-10998: denial of service through memory exhaustion and + application crash by a crafted image. + * CVE-2018-11531: a heap-based buffer overflow and application crash by a + crafted image. + * CVE-2018-12264: integer overflow leading to out of bounds read by a + crafted image. (Closes: #901707) + * CVE-2018-12265: integer overflow leading to out of bounds read by a + crafted image. (Closes: #901706) + + [ Maximiliano Curia ] + * Bump debhelper build-dep and compat to 11 + * Bump to Standards-Version 4.1.4 + * Update Vcs fields + * Migrate to automatic dbgsym packages + * Drop parallel and autotools_dev from dh call + * Update watch file + * Release to unstable + + -- Maximiliano Curia Thu, 28 Jun 2018 18:05:24 +0200 + +exiv2 (0.25-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * CVE-2017-9239 (Closes: #863410) + + -- Moritz Muehlenhoff Mon, 05 Jun 2017 22:42:20 +0200 + +exiv2 (0.25-3) unstable; urgency=medium + + [ Norbert Preining ] + * Fix crashes on Casio images files (upstream cherry pick) (Closes: #814051) + * mention XMP in the description (Closes: #790784) + + -- Norbert Preining Tue, 17 May 2016 23:08:21 +0900 + +exiv2 (0.25-2.1) unstable; urgency=medium + + * Non-maintainer upload + * Fix symbol files for amd64/mips64el/sparc64/sh4 (Closes: #799611). + + -- YunQiang Su Thu, 08 Oct 2015 14:39:02 +0800 + +exiv2 (0.25-2) unstable; urgency=medium + + * Update symbols files from buildds logs (0.25-1) (Closes: #794728) Thanks + to Aaron M. Ucko. + * Update symbols files. + + -- Maximiliano Curia Thu, 06 Aug 2015 12:37:59 +0200 + +exiv2 (0.25-1) unstable; urgency=medium + + [ Pino Toscano ] + * libexiv2-dev: stop again depending on pkg-config, as this is no more + needed now (for real this time). + + [ Maximiliano Curia ] + * New upstream release (0.25). (Closes: #789956) + * Refresh patch: libtool_update.diff + * Remove upstream applied patch: CVE-2014-9449.patch + * Bump Standards-Version to 3.9.6, no changes needed. + * Update copyright information. + + -- Maximiliano Curia Wed, 05 Aug 2015 13:07:18 +0200 + +exiv2 (0.24-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add CVE-2014-9449.patch patch. + CVE-2014-9449: buffer overflow in RiffVideo::infoTagsHandler + Thanks to Klaus Ethgen (Closes: #773846) + + -- Salvatore Bonaccorso Wed, 07 Jan 2015 20:25:48 +0100 + +exiv2 (0.24-4) unstable; urgency=medium + + * Team upload. + * Upload to unstable. (See #732957) + * Re-add the pkg-config dependency in libexiv2-dev, as there is still one + source relying on it. + + -- Pino Toscano Fri, 05 Sep 2014 23:22:40 +0200 + +exiv2 (0.24-3) experimental; urgency=medium + + * Team upload. + * Integrate 0.23-1.1 NMU (thanks Wookey). + * Move the libjs-jquery, doxygen, graphviz build dependencies as + Build-Depend-Indep, as they are needed in indep-build only. + * Update libtool files for ppc64el. (Closes: #757412) + + -- Pino Toscano Thu, 28 Aug 2014 23:00:16 +0200 + +exiv2 (0.24-2) experimental; urgency=low + + * Team upload. + * Update Vcs-* headers. + * Fix the replacement of the doxygen-generated jquery.js with a symlink to + the system copy: + - properly replace any version with a symlink + - remove usage of dh-linktree: drop libexiv2-doc.linktrees and the + dh-linktree build dependency + - make libexiv2-doc depend on libjs-jquery + * Improve the .install files: + - use exiv2.install to install the exiv2.1 man page + - make them a bit more explicit + - remove the "debian/tmp/" prefix from the installed files + - sort them + * Remove the libtool .la file instead of installing it; dependencies have to + be rebuilt for the SONAME bump anyway, so there is no risk for breakages. + * Remove the doxygen-generated *.map and *.md5 files from the -doc package. + * Add a lintian override in libexiv2-doc for the duplicated files + (image graphs, basically) generated by doxygen. + * Bump to the debhelper compatibility 9: + - bump compat to 9 + - bump the debhelper build dependency to >= 9~ + - stop manually specifying the build flags, they are handled automatically + - adjust the library paths in .install files and rules to the multiarch + paths + - add Pre-Depends: ${misc:Pre-Depends} in libexiv2-13 + * Mark libexiv2-13 and libexiv2-dbg as Multi-Arch: same. + * Tighten the exiv2 dependency on the same version of the libexiv2 library. + * Remove the extra "samples" subdirectory for the examples in libexiv2-dev. + * Bump Standards-Version to 3.9.5, no changes required. + * Do not compress .cpp files (found in examples). + * libexiv2-dev: stop depending on pkg-config, as this is no more needed now. + + -- Pino Toscano Fri, 17 Jan 2014 22:39:03 +0100 + +exiv2 (0.24-1) experimental; urgency=low + + * New upstream release + - support for Video metadata + - more cameras and accessories now recognised + - Numerous bugs fixes, build and test improvments + * NEW package libexiv2-13 - match soname + * Fix "libexiv2-doc documentation package seems to be lacking in + content" include patch from ~dancer (Closes: #687278) + * Update "config.{guess,sub}" --with autotools_dev (Closes: #727295, #548926) + * Drop 00_hyphens_used_as_minus.diff - included upstream + * Add specific +override_dh_auto_build-indep: target for doxygen build + + -- Mark Purcell Sun, 15 Dec 2013 11:12:34 +1100 + +exiv2 (0.23-1.1) unreleased; urgency=low + + * Non-maintainer upload. + * Ensure configurey is updated for new architectures (Closes: #727295) + + -- Wookey Wed, 18 Jun 2014 21:55:26 +0000 + +exiv2 (0.23-1) unstable; urgency=low + + * New upstream release + - Fixes "Support for .cr2 RAW files" (Closes: #665736) + * NEW package libexiv2-12 - match soname + * Drop spelling-error-in-binary.diff - included upstream + * Drop spelling-error-in-manpage.diff - included upstream + * Upload to unstable - coordinated through debian release + - Fixes "please package 0.21 or newer to unstable" (Closes: #650516) + * Update to Standard 3.9.3 - no changes necessary + + -- Mark Purcell Sat, 05 May 2012 09:31:28 +1000 + +exiv2 (0.22-2) experimental; urgency=low + + * dh_auto_configure $(shell dpkg-buildflags --export=configure) + - Fixes "Please enabled hardened build flags" (Closes: #656356) + * dh-linktree - fixes libexiv2-doc: embedded-javascript-library + * Update debian/copyright GPL-2 - copyright-refers-to-symlink-license + * Fix spelling-error-in-manpage exiv2.1.gz explicitely explicitly + * Fix spelling-error-in-binary + * Switch to dh_bugfiles + * Add samples/ to libexiv2-doc/examples + * Fixed "Lib not recommend exiv2" changes to Suggests: (Closes: #615137) + + -- Mark Purcell Wed, 25 Jan 2012 07:16:15 +1100 + +exiv2 (0.22-1) experimental; urgency=low + + * New upstream release + * NEW Package libexiv2-11 - soname bump + * Drop usr/lib/libexiv2.la non-empty-dependency_libs-in-la-file + * Ack NMU, Thanks Luk (Closes: #618747) + + -- Mark Purcell Sat, 24 Sep 2011 14:28:30 +1000 + +exiv2 (0.20-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove references to other libraries from dependency_libs field + (Closes: #618747) + + -- Luk Claes Sun, 29 May 2011 19:49:33 +0200 + +exiv2 (0.21.1-1) experimental; urgency=low + + * New upstream release + * Update upstream bug tracker in presubj + + -- Mark Purcell Fri, 25 Feb 2011 20:03:39 +1100 + +exiv2 (0.21-1) experimental; urgency=low + + * New upstream release (Closes: #556913, #486884, #511273) + - Samsung SRW and Makernote support, API Changes + * NEW package libexiv2-10 - soname bump + * Update debian/control Description: + + -- Mark Purcell Thu, 27 Jan 2011 00:05:42 +1100 + +exiv2 (0.20-2) unstable; urgency=low + + * Upload to unstable - cleared with debian-release + + -- Mark Purcell Fri, 09 Jul 2010 19:43:59 +1000 + +exiv2 (0.20-1) experimental; urgency=low + + * New upstream release + - NEW package libexiv2-9 - soname bump + - Makernote updates + - Nikon performance improvement (Closes: #579835) + + [ Michal Čihař ] + * Add -dbg package (Closes: #557088) + + [ Mark Purcell ] + * Siwtch to source/format = 3.0 (quilt) + * debian/control switch to '-' bullet marker (Closes: #564326) + * Dropped fuji from Maintainers - inactive + * Simplify get-orig-source target - uscan + + -- Mark Purcell Sun, 30 May 2010 14:45:46 +1000 + +exiv2 (0.19-1) unstable; urgency=low + + * New upstream release + - TIFF performance improvement and Nikon updates + * NEW package libexiv2-6 - soname bump + + -- Mark Purcell Fri, 01 Jan 2010 11:42:13 +1100 + +exiv2 (0.18.2-1) unstable; urgency=low + + * New upstream release + - Bugfix release + + [Ryan Kavanagh] + + * Add lintian overrides: + - libexiv2-dev: extended-description-is-probably-too-short + * Fix a typo in README.Debian (s/enviroment/environment/) + * Fix hyphens as minus signs in the manpage, 00_hyphens_used_as_minus.diff + + [Fathi Boudra] + + * Bump Standards-Version from 3.8.1 to 3.8.2 (no changes needed) + * Add quilt build dependency + * Remove cdbs build dependency - use dh and rewrite debian/rules + + -- Fathi Boudra Thu, 09 Jul 2009 18:50:32 -0400 + +exiv2 (0.18.1-1) unstable; urgency=low + + * New upstream release + - (Closes: #525535): "[libexiv2-5] New upstream version 0.18.1" + - write-support for Adobe Photoshop PSD images + - read-support for Panasonic RW2 images + - Panasonic and Nikon makernote update + * Upload to unstable - discussed on debian-release + - libexiv2-5 library transition + * Fix: package-lacks-versioned-build-depends-on-debhelper + * Add ${misc:Depends} + + -- Mark Purcell Wed, 29 Apr 2009 21:53:40 +1000 + +exiv2 (0.18-1) experimental; urgency=low + + * New upstream release + - Closes: #426274 - "Setting "Exif.Image.DateTime Date" error" + - Closes: #505023 - "FTBFS with GCC 4.4: missing #include" + + -- Mark Purcell Fri, 19 Dec 2008 07:39:10 +1100 + +exiv2 (0.18~pre2-1) experimental; urgency=low + + * New upstream release + * NEW package libexiv2-5 - match upstream soname + * Update Standards Version 3.8.0 - no changes + + -- Mark Purcell Sat, 08 Nov 2008 10:46:51 +1100 + +exiv2 (0.17.1-1) unstable; urgency=medium + + * New upstream release + - Library transition cleared on debian-release/ d-d-a + * Version 0.17 also fixes: + - CVE-2008-2696: DoS via metadata in images (Closes: #486328) + - crashes when fed with wrong file (Closes: #485670) + * Urgency medium for CVE fix + * debian/patches/gcc4.3.diff unecessary for gcc-4.3 + * Add /usr/share/bug/exiv2/presubj message for reportbug(1) + + -- Mark Purcell Sat, 21 Jun 2008 08:23:53 +1000 + +exiv2 (0.17-1) experimental; urgency=low + + * New upstream release + * Switch to simple-patchsys.mk + * Refresh & merge gcc4.3 patches + * New Package: libexiv2-4 - soname bump + * Add Build-Depends: libexpat1-dev + * Upload to experimental to clear NEW processing + + -- Mark Purcell Tue, 10 Jun 2008 23:05:33 +1000 + +exiv2 (0.16-4) unstable; urgency=low + + [Ana Beatriz Guerrero Lopez] + + * Team upload to address FTBFS with GCC 4.3. + * Apply patch by Cyril Brulebois to fix FTBFS with GCC 4.3. + (Closes: #466901) + + -- Debian KDE Extras Team Sun, 23 Mar 2008 15:42:16 +0100 + +exiv2 (0.16-3) unstable; urgency=low + + * Remove Conflicts/Replaces libexiv2-0 for libexiv2-2. (Closes: #463852) + + -- Fathi Boudra Tue, 05 Feb 2008 00:52:35 +0100 + +exiv2 (0.16-2) unstable; urgency=low + + * Remove Conflicts/Replaces libexiv2-0 for libexiv2-2. (Closes: #463852) + + -- Fathi Boudra Mon, 04 Feb 2008 15:39:20 +0100 + +exiv2 (0.16-1) unstable; urgency=low + + * New upstream release (Closes: #441524, #455633, #461009) + * Remove patches, merged upstream: + * CVE-2007-6353 + * Rev 1124 pull + * Add 01_gcc4.3.diff patch. Missing std:: removal not merged upstream yet + * Bump compat to 6 + * Update copyright file + * Add myself in Uploaders field + * Clean up build dependencies: + * Remove g++ and dpkg-dev + * Add quilt and libexpat1-dev + * Bump debhelper to 6 + * Bump Standard-Version to 3.7.3 + * Use Homepage field + * Add Conflicts/Replaces libexiv2-0 for libexiv2-2 + * Clean up rules + * Add clean target (Closes: 442560) + * Build with --no-undefined and --as-needed linker flags + + -- Fathi Boudra Wed, 16 Jan 2008 09:17:08 +0100 + +exiv2 (0.15-2) unstable; urgency=high + + [Ana Beatriz Guerrero Lopez] + * Team upload to fix security bug. + * Add patch to fix integer overflow in EXIF parsing. + CVE-2007-6353 (Closes: #456760) + + -- Debian KDE Extras Team Mon, 17 Dec 2007 19:13:11 +0100 + +exiv2 (0.15-1) unstable; urgency=low + + * New upstream release + - maintenance release, support for Minolta G500 RAW files + + -- Mark Purcell Sun, 22 Jul 2007 12:20:57 +0100 + +exiv2 (0.14-2) unstable; urgency=medium + + * DebConf7 release :-) + * Urgency medium as this fixes a number of crashes in digikam et al + * Pull in upstream fixes for jpeg/tiff MSC makernote crashes + (rev 1106/1124) + + -- Mark Purcell Tue, 19 Jun 2007 12:55:55 +0100 + +exiv2 (0.14-1) unstable; urgency=low + + * new upstream release (Closes: #414372) + + [ Achim Bohnet ] + * 0.14 changed API: rename libexiv2-0.12 to libexiv2-0 accordingly. + * libexiv2-dev: exiv2 has no exiv2-config script anymore. + * debian/control: + + Etch does not have a libexiv2 package. So remove Replaces/Conflict. + + libexiv2-dev: No need to depend on ${shlibs:Depends}, ${misc:Depends} + * debian/exiv2.1 removed: included upstream. + * debian/libexiv2-0: install message catalogs + + [ Mark Purcell ] + * FTBFS with GCC 4.3: missing #includes (Closes: #417176) + * Build-Depends: doxygen, graphviz, python, xsltproc + * Reinstate libexiv2-doc, better to build with doxygen than other tarball + * Add build/libexiv2-doc:: to debian/rules + * Rework debian/libexiv2-dev.install + * Rework debian/libexiv2-doc.docs + * Rework debian/libexiv2-0.install + + -- Mark Purcell Wed, 09 May 2007 22:28:37 +0100 + +exiv2 (0.12-1) unstable; urgency=low + + * Maintainer: Debian KDE Extras Team + * Switch to cdbs + * Add debian/watch + * Ack NMU fix: + - library package needs to be renamed (libstdc++ allocator change) + (Closes: #339163) + + -- Mark Purcell Wed, 14 Mar 2007 08:12:49 +0000 + +exiv2 (0.10-1.4) unstable; urgency=high + + * Non-Maintainer upload. Again :-( + * High-urgency upload for RC bugfix + * Apply Steve Langasek patch to overcome crashes on invalid input + - Image with corrupted metadata crashes Exiv2 (Closes: #401660) + * Move usr/lib/*.la libtool linkage information file to -dev package + - file conflict with libexiv2-0.10 (Closes: #405805) + * Move usr/lib/*.so development linkage file to -dev package + * Include upstream exiv2.pc in -dev package + - exiv2.pc is missing (Closes: #396060) + * Add libexiv2-dev Depends: pkg-config + + -- Mark Purcell Sun, 21 Jan 2007 21:06:27 +0000 + +exiv2 (0.12-0.2) experimental; urgency=low + + * Non-maintainer upload. (NMU) + * Add Build-Depends: zlib1g-dev, thanks Kurt + - FTBFS: checking zlib in /usr... failed (Closes: #405916) + + -- Mark Purcell Sun, 7 Jan 2007 12:22:39 +0000 + +exiv2 (0.12-0.1) experimental; urgency=medium + + * Non-mantainer upload. (NMU) + * Urgency medium as this fixes RC bugs + * New upstream bugfix release + - Image with corrupted metadata crashes Exiv2 (Closes: #401660) + - new upstream release 0.12 (Closes: #389711) + * Include upstream exiv2.pc in debian package + - exiv2.pc is missing (Closes: #396060) + * Bump soname + - file conflict with libexiv2 (Closes: #386934) + + -- Mark Purcell Sat, 23 Dec 2006 18:42:30 +1100 + +exiv2 (0.10-1.3) unstable; urgency=low + + * NMU. + * debian/rules dh_makeshlibs -V (Closes: #386899) + + -- Mark Purcell Thu, 21 Sep 2006 06:37:22 +0100 + +exiv2 (0.10-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix overly strict shlibs line. Closes: #386899 + * Also adding conflict,replaces from libexiv2-0.10 to libexiv2. + + -- Andreas Barth Mon, 11 Sep 2006 20:04:40 +0200 + +exiv2 (0.10-1.1) unstable; urgency=medium + + [ David Schmitt ] + * Non-maintainer upload. + * Medium-urgency upload for RC bugfix. + * Change package name from libexiv2 to libexiv2-0.10 to encode the full + SONAME as well as for the C++ mt allocator ABI change, and conflict/replace + libexiv2 accordingly. Closes: #339163, #382867. + * Remove unnecessary libexiv2.{postinst,postrm} scripts, as they don't do + anything that debhelper doesn't already do for us. + * replace shlibs.local by dh_makeshlibs -V + * make package bin-NMU-able by using ${binary:Version} and B-D on dpkg-dev + (>= 1.13.19) + + [ Andreas Barth ] + * Uploading NMU. + + -- Andreas Barth Sun, 10 Sep 2006 09:09:55 +0200 + +exiv2 (0.10-1) unstable; urgency=low + + * New Upstream Release. (Fixes: #370151) + + -- KELEMEN Peter Wed, 14 Jun 2006 00:02:57 +0200 + +exiv2 (0.9.1-1) unstable; urgency=low + + * New Upstream Release. + * debian/control: -dev Suggests: -doc. + + -- KELEMEN Peter Sat, 4 Feb 2006 07:45:00 +0100 + +exiv2 (0.9-1) unstable; urgency=low + + * New Upstream Release. + * debian/rules: Ship with upstream documentation by default. + * debian/control: relax build dependencies. + + -- KELEMEN Peter Fri, 27 Jan 2006 20:41:35 +0100 + +exiv2 (0.7-10) unstable; urgency=low + + * C++ allocator change. (Closes: #339163) + + -- KELEMEN Peter Fri, 18 Nov 2005 00:08:45 +0100 + +exiv2 (0.7-9) unstable; urgency=low + + * Added missing Build-Depends: sharutils (Closes: #328376) + * Standards-Version: 3.6.2 (no changes) + + -- KELEMEN Peter Thu, 15 Sep 2005 14:54:32 +0200 + +exiv2 (0.7-8) unstable; urgency=low + + * Upload to unstable. + + -- KELEMEN Peter Wed, 14 Sep 2005 15:11:33 +0200 + +exiv2 (0.7-7) experimental; urgency=low + + * Upload to Debian archive. + + -- KELEMEN Peter Mon, 18 Jul 2005 00:18:51 +0200 + +exiv2 (0.7-6) experimental; urgency=low + + * g++-4.0 rebuild. + + -- KELEMEN Peter Mon, 11 Jul 2005 03:36:38 +0200 + +exiv2 (0.7-5) experimental; urgency=low + + * fix multiple copyrights + * strengthen lib deps + + -- KELEMEN Peter Sun, 19 Jun 2005 16:24:51 +0200 + +exiv2 (0.7-4) experimental; urgency=low + + * doc fixes + + -- KELEMEN Peter Sun, 19 Jun 2005 14:43:46 +0200 + +exiv2 (0.7-3) experimental; urgency=low + + * Make the package non-native. + * Build with g++-4.0. + + -- KELEMEN Peter Sat, 18 Jun 2005 19:34:44 +0200 + +exiv2 (0.7-2) experimental; urgency=low + + * static libray to -dev + * clean up -doc + * cmd.txt as example in exiv2 + + -- KELEMEN Peter Thu, 16 Jun 2005 20:48:55 +0200 + +exiv2 (0.7-1) experimental; urgency=low + + * New upstream release. + + -- KELEMEN Peter Thu, 16 Jun 2005 10:46:37 +0200 + +exiv2 (0.6.2-1) experimental; urgency=low + + * Initial release. (Closes: #312490) + + -- KELEMEN Peter Wed, 8 Jun 2005 14:39:56 +0200 diff --git a/control b/control new file mode 100644 index 0000000..b0504a5 --- /dev/null +++ b/control @@ -0,0 +1,114 @@ +Source: exiv2 +Section: graphics +Priority: optional +Maintainer: Debian KDE Extras Team +Uploaders: Mark Purcell , + Steve M. Robbins +Build-Depends: chrpath, + cmake (>= 3.11.0~), + debhelper-compat (= 13), + gettext, + libbrotli-dev, + libgmock-dev, + libgtest-dev, + libinih-dev, + libexpat1-dev, + pkg-kde-tools, + python3:any, + zlib1g-dev, +Build-Depends-Indep: doxygen, graphviz, libjs-jquery, xsltproc +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://www.exiv2.org/ +Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/exiv2 +Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/exiv2.git + +Package: exiv2 +Architecture: any +Depends: libexiv2-28 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Description: EXIF/IPTC/XMP metadata manipulation tool + Exiv2 is a C++ library and a command line utility to manage image metadata. + It provides fast and easy read and write access to the Exif, IPTC and XMP + metadata of images in various formats + . + Exiv2 command line utility to: + . + * print Exif, IPTC and XMP image metadata in different formats: + - Exif summary info, interpreted values, or the plain data for each tag + * set, add and delete Exif, IPTC and XMP image metadata from command line + modify commands or command scripts + * adjust the Exif timestamp (that's how it all started...) + * rename Exif image files according to the Exif timestamp + * extract, insert and delete Exif, IPTC and XMP metadata and JPEG comments + * extract previews from RAW images and thumbnails from the Exif metadata + * insert and delete the thumbnail image embedded in the Exif metadata + * print, set and delete the JPEG comment of JPEG images + * fix the Exif ISO setting of picture taken with Canon and Nikon cameras + +Package: libexiv2-28 +Section: libs +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, + libexiv2-data (>= ${source:Version}), +Breaks: libexiv2-dev (<< 0.27.2-7~) +Replaces: libexiv2-dev (<< 0.27.2-7~) +Suggests: exiv2 +Multi-Arch: same +Description: EXIF/IPTC/XMP metadata manipulation library + Exiv2 is a C++ library and a command line utility to manage image metadata. + It provides fast and easy read and write access to the Exif, IPTC and XMP + metadata of images in various formats + . + Exiv2 library provides: + * fast read and write access to the Exif, IPTC, and XMP metadata of an image + * an easy to use and extensively documented API + * conversions of Exif and IPTC metadata to XMP and vice versa + * a smart IPTC implementation that does not affect data that programs like + Photoshop store in the same image segment + * Exif Makernote support: + - Makernote tags can be read and written just like any other metadata + - a sophisticated write algorithm avoids corrupting the Makernote + * a simple interface to extract previews embedded in RAW images and Exif + thumbnails + * set and delete methods for Exif thumbnails + +Package: libexiv2-data +Architecture: all +Depends: ${misc:Depends} +Breaks: libexiv2-27 (<< 0.28~) +Replaces: libexiv2-27 (<< 0.28~) +Multi-Arch: foreign +Description: EXIF/IPTC/XMP metadata manipulation library - shared data + Exiv2 is a C++ library and a command line utility to manage image metadata. + It provides fast and easy read and write access to the Exif, IPTC and XMP + metadata of images in various formats + . + This package provides the data files of the exiv2 library. + +Package: libexiv2-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libexiv2-28 (= ${binary:Version}), ${misc:Depends} +Breaks: libexiv2-27 (<< 0.27.2-8~) +Replaces: libexiv2-27 (<< 0.27.2-8~) +Suggests: libexiv2-doc +Description: EXIF/IPTC/XMP metadata manipulation library - development files + Exiv2 is a C++ library and a command line utility to manage image metadata. + It provides fast and easy read and write access to the Exif, IPTC and XMP + metadata of images in various formats + . + This package provides the development files for using exiv2. + +Package: libexiv2-doc +Depends: libjs-jquery, ${misc:Depends} +Section: doc +Architecture: all +Multi-Arch: foreign +Description: EXIF/IPTC/XMP metadata manipulation library - HTML documentation + Exiv2 is a C++ library and a command line utility to manage image metadata. + It provides fast and easy read and write access to the Exif, IPTC and XMP + metadata of images in various formats + . + This package provides the Exiv2 HTML documentation. diff --git a/copyright b/copyright new file mode 100644 index 0000000..7574cfe --- /dev/null +++ b/copyright @@ -0,0 +1,79 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: exiv2 +Source: https://www.exiv2.org +Files-Excluded: + test/data/issue_1934_poc4_ref.icc + test/data/issue_1934_poc4.jpg +Comment: + - issue_1934_poc4_ref.icc is a non-free sRGB.icm file, see + https://bugs.debian.org/657281 + - issue_1934_poc4.jpg contains the above non-free ICM file + +Files: * +Copyright: 2004-2015, Andreas Huggel + 2009, Brad Schick + 1989-1991, Free Software Foundation, Inc + 2005-2014, Robert Rottmerhusen +License: GPL-2+ + +Files: debian/* +Copyright: Kelemen Peter +License: GPL-2+ + +Files: CMakeLists.txt + contrib/coverity.sh + doc/templates/Makefile + po/CMakeLists.txt + samples/CMakeLists.txt + src/CMakeLists.txt + xmpsdk/CMakeLists.txt +Copyright: 1999-2008, Adobe Systems Incorporated + 2010, Alexander Neundorf + 2004-2015, Andreas Huggel + 2008-2015, Gilles Caulier + 2008, Patrick Spendrin + 2012, Robin Mills +License: BSD-3-clause + +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + -- + On Debian systems, the complete text of the GNU General Public License + version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/exiv2.bug-presub b/exiv2.bug-presub new file mode 100644 index 0000000..6e571c9 --- /dev/null +++ b/exiv2.bug-presub @@ -0,0 +1,9 @@ +If you know that the bug you want to report is in the "upstream" +code then please file a bug report in the exiv2 bug tracking system +on the web at http://dev.exiv2.org/projects/exiv2/issues + +If you feel that the bug is one that other Debian users should +know about then you are welcome to file a report in the Debian BTS +as well. Please keep in mind, however, that managing bug reports +is part of the maintainers' workload. + diff --git a/exiv2.docs b/exiv2.docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/exiv2.docs @@ -0,0 +1 @@ +README.md diff --git a/exiv2.install b/exiv2.install new file mode 100644 index 0000000..3f5cdfb --- /dev/null +++ b/exiv2.install @@ -0,0 +1,2 @@ +usr/bin/exiv2 +usr/share/man/man1/exiv2.1 diff --git a/libexiv2-28.install b/libexiv2-28.install new file mode 100644 index 0000000..08f8d2a --- /dev/null +++ b/libexiv2-28.install @@ -0,0 +1,2 @@ +usr/lib/*/libexiv2.so.0.28.* +usr/lib/*/libexiv2.so.28 diff --git a/libexiv2-28.symbols b/libexiv2-28.symbols new file mode 100644 index 0000000..62a0290 --- /dev/null +++ b/libexiv2-28.symbols @@ -0,0 +1,1365 @@ +# SymbolsHelper-Confirmed: 0.28.2 amd64 i386 +libexiv2.so.28 libexiv2-28 #MINVER# +* Build-Depends-Package: libexiv2-dev + _Z11_exvGettextPKc@Base 0.25 + _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb0EEclEcE5__nul@Base 0.28.0 + _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb1EEclEcE5__nul@Base 0.28.0 + _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb0EEclEcE5__nul@Base 0.28.0 + _ZGVZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb1EEclEcE5__nul@Base 0.28.0 + _ZN5Exiv210AsciiValue4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv210AsciiValueC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv210AsciiValueC1Ev@Base 0.25 + _ZN5Exiv210AsciiValueC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv210AsciiValueC2Ev@Base 0.25 + (subst)_ZN5Exiv210ExifParser6decodeERNS_8ExifDataEPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv210ExifParser6encodeERSt6vectorIhSaIhEEPKh{size_t}NS_9ByteOrderERNS_8ExifDataE@Base 0.28.0 + _ZN5Exiv210ExifThumbCC1ERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv210ExifThumbCC2ERKNS_8ExifDataE@Base 0.25 + (subst)_ZN5Exiv210IptcParser6decodeERNS_8IptcDataEPKh{size_t}@Base 0.28.0 + _ZN5Exiv210IptcParser6encodeERKNS_8IptcDataE@Base 0.25 + (subst)_ZN5Exiv210TiffParser6decodeERNS_8ExifDataERNS_8IptcDataERNS_7XmpDataEPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv210TiffParser6encodeERNS_7BasicIoEPKh{size_t}NS_9ByteOrderERNS_8ExifDataERNS_8IptcDataERNS_7XmpDataE@Base 0.28.0 + _ZN5Exiv210XmpSidecar10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv210XmpSidecar12readMetadataEv@Base 0.25 + _ZN5Exiv210XmpSidecar13writeMetadataEv@Base 0.25 + _ZN5Exiv210XmpSidecarC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv210XmpSidecarC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv210enableBMFFEb@Base 0.27.5 + _ZN5Exiv210exvGettextEPKc@Base 0.25 + _ZN5Exiv210fileExistsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.28.0 + _ZN5Exiv210isBmffTypeERNS_7BasicIoEb@Base 0.27.5 + _ZN5Exiv210isJpegTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv210isRiffTypeERNS_7BasicIoEb@Base 0.27.2 + _ZN5Exiv210isTiffTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv210isWebPTypeERNS_7BasicIoEb@Base 0.27.2 + _ZN5Exiv210parseFloatERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERb@Base 0.25 + _ZN5Exiv210parseInt64ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERb@Base 0.28.0 + _ZN5Exiv210saturationERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv211StringValueC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv211StringValueC1Ev@Base 0.25 + _ZN5Exiv211StringValueC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv211StringValueC2Ev@Base 0.25 + _ZN5Exiv211flashEnergyERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv211focalLengthERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv211getRationalEPKhNS_9ByteOrderE@Base 0.25 + _ZN5Exiv211isQTimeTypeERNS_7BasicIoEb@Base 0.27.2 + _ZN5Exiv211lightSourceERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv211orientationERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv211parseUint32ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERb@Base 0.28.0 + _ZN5Exiv211subjectAreaERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv211testVersionEjjj@Base 0.28.0 + _ZN5Exiv212CommentValue11CharsetInfo13charsetTable_E@Base 0.25 + _ZN5Exiv212CommentValue11CharsetInfo15charsetIdByCodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212CommentValue11CharsetInfo15charsetIdByNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212CommentValue11CharsetInfo4codeENS0_9CharsetIdE@Base 0.25 + _ZN5Exiv212CommentValue11CharsetInfo4nameENS0_9CharsetIdE@Base 0.25 + (subst)_ZN5Exiv212CommentValue4readEPKh{size_t}NS_9ByteOrderE@Base 0.28.0 + _ZN5Exiv212CommentValue4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212CommentValueC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212CommentValueC1Ev@Base 0.25 + _ZN5Exiv212CommentValueC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212CommentValueC2Ev@Base 0.25 + (subst)_ZN5Exiv212ImageFactory4openEPKh{size_t}@Base 0.28.0 + _ZN5Exiv212ImageFactory4openERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb@Base 0.25 + _ZN5Exiv212ImageFactory4openESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv212ImageFactory6createENS_9ImageTypeE@Base 0.28.0 + _ZN5Exiv212ImageFactory6createENS_9ImageTypeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.28.0 + _ZN5Exiv212ImageFactory6createENS_9ImageTypeESt10unique_ptrINS_7BasicIoESt14default_deleteIS3_EE@Base 0.28.0 + (subst)_ZN5Exiv212ImageFactory7getTypeEPKh{size_t}@Base 0.28.0 + _ZN5Exiv212ImageFactory7getTypeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212ImageFactory7getTypeERNS_7BasicIoE@Base 0.25 + _ZN5Exiv212ImageFactory8createIoERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb@Base 0.25 + _ZN5Exiv212ImageFactory9checkModeENS_9ImageTypeENS_10MetadataIdE@Base 0.28.0 + _ZN5Exiv212ImageFactory9checkTypeENS_9ImageTypeERNS_7BasicIoEb@Base 0.28.0 + _ZN5Exiv212IptcDataSets10dataSetIdxERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEt@Base 0.25 + _ZN5Exiv212IptcDataSets10dataSetIdxEtt@Base 0.25 + _ZN5Exiv212IptcDataSets10recordDescEt@Base 0.25 + _ZN5Exiv212IptcDataSets10recordNameB5cxx11Et@Base 0.25 + _ZN5Exiv212IptcDataSets11dataSetDescEtt@Base 0.25 + _ZN5Exiv212IptcDataSets11dataSetListERSo@Base 0.25 + _ZN5Exiv212IptcDataSets11dataSetNameB5cxx11Ett@Base 0.25 + _ZN5Exiv212IptcDataSets11dataSetTypeEtt@Base 0.25 + _ZN5Exiv212IptcDataSets12dataSetTitleEtt@Base 0.25 + _ZN5Exiv212IptcDataSets13dataSetPsNameEtt@Base 0.25 + _ZN5Exiv212IptcDataSets17dataSetRepeatableEtt@Base 0.25 + _ZN5Exiv212IptcDataSets18envelopeRecordListEv@Base 0.25 + _ZN5Exiv212IptcDataSets22application2RecordListEv@Base 0.25 + _ZN5Exiv212IptcDataSets7dataSetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEt@Base 0.25 + _ZN5Exiv212IptcDataSets8recordIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212IptcDataSets8records_E@Base 0.25 + _ZN5Exiv212LangAltValue4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212LangAltValueC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212LangAltValueC1Ev@Base 0.25 + _ZN5Exiv212LangAltValueC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212LangAltValueC2Ev@Base 0.25 + _ZN5Exiv212PreviewImageC1ENS_17PreviewPropertiesEONS_7DataBufE@Base 0.28.0 + _ZN5Exiv212PreviewImageC1ERKS0_@Base 0.25 + _ZN5Exiv212PreviewImageC2ENS_17PreviewPropertiesEONS_7DataBufE@Base 0.28.0 + _ZN5Exiv212PreviewImageC2ERKS0_@Base 0.25 + _ZN5Exiv212PreviewImageaSERKS0_@Base 0.25 + _ZN5Exiv212XmpTextValue4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212XmpTextValueC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212XmpTextValueC1Ev@Base 0.25 + _ZN5Exiv212XmpTextValueC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212XmpTextValueC2Ev@Base 0.25 + (subst)_ZN5Exiv212base64decodeEPKcPc{size_t}@Base 0.25 + (subst)_ZN5Exiv212base64encodeEPKv{size_t}Pc{size_t}@Base 0.25 + _ZN5Exiv212exposureModeERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv212exposureTimeERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv212fileProtocolERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv212getULongLongEPKhNS_9ByteOrderE@Base 0.27.2 + _ZN5Exiv212getURationalEPKhNS_9ByteOrderE@Base 0.25 + _ZN5Exiv212imageQualityERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv212meteringModeERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv212serialNumberERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv212whiteBalanceERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv213MatroskaVideo11decodeBlockEv@Base 0.27.2 + _ZN5Exiv213MatroskaVideo12readMetadataEv@Base 0.27.2 + _ZN5Exiv213MatroskaVideo13findBlockSizeEh@Base 0.27.2 + _ZN5Exiv213MatroskaVideo13writeMetadataEv@Base 0.27.2 + (subst)_ZN5Exiv213MatroskaVideo14decodeDateTagsEPKNS_8Internal11MatroskaTagEPKh{size_t}@Base 0.28.0 + _ZN5Exiv213MatroskaVideo15decodeFloatTagsEPKNS_8Internal11MatroskaTagEPKh@Base 0.28.0 + _ZN5Exiv213MatroskaVideo16decodeStringTagsEPKNS_8Internal11MatroskaTagEPKh@Base 0.28.0 + _ZN5Exiv213MatroskaVideo17decodeBooleanTagsEPKNS_8Internal11MatroskaTagEPKh@Base 0.28.0 + _ZN5Exiv213MatroskaVideo17decodeIntegerTagsEPKNS_8Internal11MatroskaTagEPKh@Base 0.28.0 + _ZN5Exiv213MatroskaVideo18decodeInternalTagsEPKNS_8Internal11MatroskaTagEPKh@Base 0.28.0 + _ZN5Exiv213MatroskaVideoC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv213MatroskaVideoC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv213XmpArrayValue4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv213XmpArrayValueC1ENS_6TypeIdE@Base 0.25 + _ZN5Exiv213XmpArrayValueC2ENS_6TypeIdE@Base 0.25 + _ZN5Exiv213XmpProperties10registerNsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_@Base 0.25 + _ZN5Exiv213XmpProperties11nsRegistry_B5cxx11E@Base 0.25 + _ZN5Exiv213XmpProperties12nsInfoUnsafeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.27.2 + _ZN5Exiv213XmpProperties12propertyDescERKNS_6XmpKeyE@Base 0.25 + _ZN5Exiv213XmpProperties12propertyInfoERKNS_6XmpKeyE@Base 0.25 + _ZN5Exiv213XmpProperties12propertyListERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv213XmpProperties12propertyTypeERKNS_6XmpKeyE@Base 0.25 + _ZN5Exiv213XmpProperties12unregisterNsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv213XmpProperties12unregisterNsEv@Base 0.25 + _ZN5Exiv213XmpProperties13printPropertyERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_5ValueE@Base 0.25 + _ZN5Exiv213XmpProperties13propertyTitleERKNS_6XmpKeyE@Base 0.25 + _ZN5Exiv213XmpProperties15printPropertiesERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv213XmpProperties16lookupNsRegistryERKNS_9XmpNsInfo6PrefixE@Base 0.25 + _ZN5Exiv213XmpProperties18unregisterNsUnsafeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.27.2 + _ZN5Exiv213XmpProperties20registeredNamespacesERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_St4lessIS7_ESaISt4pairIKS7_S7_EEE@Base 0.27.2 + _ZN5Exiv213XmpProperties22lookupNsRegistryUnsafeERKNS_9XmpNsInfo6PrefixE@Base 0.27.2 + _ZN5Exiv213XmpProperties2nsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv213XmpProperties6mutex_E@Base 0.28.0 + _ZN5Exiv213XmpProperties6nsDescERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv213XmpProperties6nsInfoERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv213XmpProperties6prefixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv213apertureValueERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv213copyExifToXmpERKNS_8ExifDataERNS_7XmpDataE@Base 0.25 + _ZN5Exiv213copyIptcToXmpERKNS_8IptcDataERNS_7XmpDataEPKc@Base 0.25 + _ZN5Exiv213copyXmpToExifERKNS_7XmpDataERNS_8ExifDataE@Base 0.25 + _ZN5Exiv213copyXmpToIptcERKNS_7XmpDataERNS_8IptcDataE@Base 0.25 + _ZN5Exiv213exposureIndexERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv213moveExifToXmpERNS_8ExifDataERNS_7XmpDataE@Base 0.25 + _ZN5Exiv213moveIptcToXmpERNS_8IptcDataERNS_7XmpDataEPKc@Base 0.25 + _ZN5Exiv213moveXmpToExifERNS_7XmpDataERNS_8ExifDataE@Base 0.25 + _ZN5Exiv213moveXmpToIptcERNS_7XmpDataERNS_8IptcDataE@Base 0.25 + _ZN5Exiv213parseRationalERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERb@Base 0.25 + _ZN5Exiv213sensingMethodERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv213versionNumberEv@Base 0.25 + _ZN5Exiv213versionStringB5cxx11Ev@Base 0.25 + _ZN5Exiv214PreviewManagerC1ERKNS_5ImageE@Base 0.25 + _ZN5Exiv214PreviewManagerC2ERKNS_5ImageE@Base 0.25 + (subst)_ZN5Exiv214QuickTimeVideo10sampleDescE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv214QuickTimeVideo10tagDecoderERNS_7DataBufE{size_t}{size_t}@Base 0.28.2 + (subst)_ZN5Exiv214QuickTimeVideo11decodeBlockE{size_t}RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.28.2 + _ZN5Exiv214QuickTimeVideo12readMetadataEv@Base 0.27.2 + _ZN5Exiv214QuickTimeVideo13writeMetadataEv@Base 0.27.2 + (subst)_ZN5Exiv214QuickTimeVideo14handlerDecoderE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv214QuickTimeVideo14keysTagDecoderE{size_t}@Base 0.28.0 + _ZN5Exiv214QuickTimeVideo14setMediaStreamEv@Base 0.27.2 + (subst)_ZN5Exiv214QuickTimeVideo15fileTypeDecoderE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv214QuickTimeVideo15userDataDecoderE{size_t}{size_t}@Base 0.28.2 + (subst)_ZN5Exiv214QuickTimeVideo16NikonTagsDecoderE{size_t}@Base 0.28.0 + _ZN5Exiv214QuickTimeVideo16audioDescDecoderEv@Base 0.27.2 + _ZN5Exiv214QuickTimeVideo16imageDescDecoderEv@Base 0.27.2 + (subst)_ZN5Exiv214QuickTimeVideo17CameraTagsDecoderE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv214QuickTimeVideo17previewTagDecoderE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv214QuickTimeVideo18mediaHeaderDecoderE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv214QuickTimeVideo18movieHeaderDecoderE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv214QuickTimeVideo18trackHeaderDecoderE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv214QuickTimeVideo18videoHeaderDecoderE{size_t}@Base 0.28.0 + _ZN5Exiv214QuickTimeVideo19timeToSampleDecoderEv@Base 0.27.2 + (subst)_ZN5Exiv214QuickTimeVideo22multipleEntriesDecoderE{size_t}@Base 0.28.2 + (subst)_ZN5Exiv214QuickTimeVideo23trackApertureTagDecoderE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv214QuickTimeVideo7discardE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv214QuickTimeVideoC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE{size_t}@Base 0.28.2 + (subst)_ZN5Exiv214QuickTimeVideoC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE{size_t}@Base 0.28.2 + _ZN5Exiv214getProcessPathB5cxx11Ev@Base 0.27.2 + _ZN5Exiv214newAsfInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newBmpInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newCr2InstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newCrwInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newEpsInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newExvInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newGifInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newJp2InstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newMkvInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newMrwInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newOrfInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newPgfInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newPngInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newPsdInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newRafInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newRw2InstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newTgaInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv214newXmpInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + (subst)_ZN5Exiv215StringValueBase4readEPKh{size_t}NS_9ByteOrderE@Base 0.28.0 + _ZN5Exiv215StringValueBase4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv215StringValueBaseC1ENS_6TypeIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv215StringValueBaseC2ENS_6TypeIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv215brightnessValueERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv215dumpLibraryInfoERSoRKSt6vectorINSt7__cxx1111basic_regexIcNS2_12regex_traitsIcEEEESaIS6_EE@Base 0.28.0 + _ZN5Exiv215newBmffInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv215newJpegInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv215newRiffInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv215newTiffInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv215newWebPInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv215subjectDistanceERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv215syncExifWithXmpERNS_8ExifDataERNS_7XmpDataE@Base 0.25 + _ZN5Exiv216cmpMetadataByKeyERKNS_9MetadatumES2_@Base 0.25 + _ZN5Exiv216cmpMetadataByTagERKNS_9MetadatumES2_@Base 0.25 + _ZN5Exiv216dateTimeOriginalERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv216maxApertureValueERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv216newQTimeInstanceESt10unique_ptrINS_7BasicIoESt14default_deleteIS1_EEb@Base 0.28.0 + _ZN5Exiv216sceneCaptureTypeERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv217exposureBiasValueERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv217shutterSpeedValueERKNS_8ExifDataE@Base 0.27.5 + _ZN5Exiv219floatToRationalCastEf@Base 0.25 + _ZN5Exiv220convertStringCharsetERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS8_@Base 0.25 + _ZN5Exiv222versionNumberHexStringB5cxx11Ev@Base 0.25 + _ZN5Exiv23Uri5ParseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv23Uri6DecodeERS0_@Base 0.25 + _ZN5Exiv24httpERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEESE_RS6_@Base 0.25 + _ZN5Exiv24makeERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv25Error6setMsgEi@Base 0.28.0 + _ZN5Exiv25ErrorC1ENS_9ErrorCodeE@Base 0.28.0 + _ZN5Exiv25ErrorC2ENS_9ErrorCodeE@Base 0.28.0 + _ZN5Exiv25Image10isLongTypeEt@Base 0.27.2 + _ZN5Exiv25Image10isPrintICCEtNS_20PrintStructureOptionE@Base 0.27.2 + _ZN5Exiv25Image10isPrintXMPEtNS_20PrintStructureOptionE@Base 0.27.2 + _ZN5Exiv25Image10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv25Image10setXmpDataERKNS_7XmpDataE@Base 0.25 + _ZN5Exiv25Image11is2ByteTypeEt@Base 0.27.2 + _ZN5Exiv25Image11is4ByteTypeEt@Base 0.27.2 + _ZN5Exiv25Image11is8ByteTypeEt@Base 0.27.2 + _ZN5Exiv25Image11isShortTypeEt@Base 0.27.2 + _ZN5Exiv25Image11setExifDataERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv25Image11setIptcDataERKNS_8IptcDataE@Base 0.25 + _ZN5Exiv25Image11setMetadataERKS0_@Base 0.25 + _ZN5Exiv25Image12clearCommentEv@Base 0.25 + _ZN5Exiv25Image12clearXmpDataEv@Base 0.25 + _ZN5Exiv25Image12isStringTypeEt@Base 0.27.2 + _ZN5Exiv25Image12setByteOrderENS_9ByteOrderE@Base 0.25 + _ZN5Exiv25Image12setXmpPacketERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv25Image13clearExifDataEv@Base 0.25 + _ZN5Exiv25Image13clearIptcDataEv@Base 0.25 + _ZN5Exiv25Image13clearMetadataEv@Base 0.25 + _ZN5Exiv25Image13setIccProfileEONS_7DataBufEb@Base 0.28.0 + _ZN5Exiv25Image14clearXmpPacketEv@Base 0.25 + _ZN5Exiv25Image14isLongLongTypeEt@Base 0.27.2 + _ZN5Exiv25Image14isRationalTypeEt@Base 0.27.2 + (subst)_ZN5Exiv25Image14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + _ZN5Exiv25Image15clearIccProfileEv@Base 0.27.2 + (subst)_ZN5Exiv25Image17printIFDStructureERNS_7BasicIoERSoNS_20PrintStructureOptionE{size_t}bc{size_t}@Base 0.28.0 + (subst)_ZN5Exiv25Image18printTiffStructureERNS_7BasicIoERSoNS_20PrintStructureOptionE{size_t}{size_t}@Base 0.28.0 + _ZN5Exiv25Image18writeXmpFromPacketEb@Base 0.25 + _ZN5Exiv25Image19isBigEndianPlatformEv@Base 0.27.2 + _ZN5Exiv25Image22isLittleEndianPlatformEv@Base 0.27.2 + _ZN5Exiv25Image7tagNameB5cxx11Et@Base 0.27.2 + _ZN5Exiv25Image7xmpDataEv@Base 0.25 + _ZN5Exiv25Image8byteSwapEjb@Base 0.28.0 + _ZN5Exiv25Image8byteSwapEtb@Base 0.28.0 + (subst)_ZN5Exiv25Image8byteSwapE{uint64_t}b@Base 0.28.0 + _ZN5Exiv25Image8exifDataEv@Base 0.25 + _ZN5Exiv25Image8iptcDataEv@Base 0.25 + _ZN5Exiv25Image8typeNameEt@Base 0.28.0 + (subst)_ZN5Exiv25Image9byteSwap2ERKNS_7DataBufE{size_t}b@Base 0.28.0 + (subst)_ZN5Exiv25Image9byteSwap4ERKNS_7DataBufE{size_t}b@Base 0.28.0 + (subst)_ZN5Exiv25Image9byteSwap8ERKNS_7DataBufE{size_t}b@Base 0.28.0 + _ZN5Exiv25Image9xmpPacketB5cxx11Ev@Base 0.25 + _ZN5Exiv25ImageC1ENS_9ImageTypeEtSt10unique_ptrINS_7BasicIoESt14default_deleteIS3_EE@Base 0.28.0 + _ZN5Exiv25ImageC2ENS_9ImageTypeEtSt10unique_ptrINS_7BasicIoESt14default_deleteIS3_EE@Base 0.28.0 + _ZN5Exiv25MemIo16populateFakeDataEv@Base 0.25 + (subst)_ZN5Exiv25MemIo4Impl7reserveE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv25MemIo4ImplC1EPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv25MemIo4ImplC2EPKh{size_t}@Base 0.28.0 + _ZN5Exiv25MemIo4getbEv@Base 0.25 + _ZN5Exiv25MemIo4mmapEb@Base 0.25 + _ZN5Exiv25MemIo4openEv@Base 0.25 + _ZN5Exiv25MemIo4putbEh@Base 0.25 + (subst)_ZN5Exiv25MemIo4readEPh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv25MemIo4readE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv25MemIo4seekE{int64_t}NS_7BasicIo8PositionE@Base 0.28.0 + _ZN5Exiv25MemIo5closeEv@Base 0.25 + (subst)_ZN5Exiv25MemIo5writeEPKh{size_t}@Base 0.28.0 + _ZN5Exiv25MemIo5writeERNS_7BasicIoE@Base 0.25 + _ZN5Exiv25MemIo6munmapEv@Base 0.25 + _ZN5Exiv25MemIo8transferERNS_7BasicIoE@Base 0.25 + (subst)_ZN5Exiv25MemIoC1EPKh{size_t}@Base 0.28.0 + _ZN5Exiv25MemIoC1Ev@Base 0.25 + (subst)_ZN5Exiv25MemIoC2EPKh{size_t}@Base 0.28.0 + _ZN5Exiv25MemIoC2Ev@Base 0.25 + _ZN5Exiv25MemIoD0Ev@Base 0.25 + _ZN5Exiv25MemIoD1Ev@Base 0.25 + _ZN5Exiv25MemIoD2Ev@Base 0.25 + (subst)_ZN5Exiv25Value11setDataAreaEPKh{size_t}@Base 0.28.0 + _ZN5Exiv25Value6createENS_6TypeIdE@Base 0.25 + _ZN5Exiv25ValueC1ENS_6TypeIdE@Base 0.25 + _ZN5Exiv25ValueC2ENS_6TypeIdE@Base 0.25 + _ZN5Exiv25flashERKNS_8ExifDataE@Base 0.27.5 + (subst)_ZN5Exiv25isHexERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE{size_t}S7_@Base 0.25 + _ZN5Exiv25modelERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv26FileIo16populateFakeDataEv@Base 0.25 + _ZN5Exiv26FileIo4Impl10switchModeENS1_6OpModeE@Base 0.25 + _ZN5Exiv26FileIo4ImplC1ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.28.0 + _ZN5Exiv26FileIo4ImplC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.28.0 + _ZN5Exiv26FileIo4getbEv@Base 0.25 + _ZN5Exiv26FileIo4mmapEb@Base 0.25 + _ZN5Exiv26FileIo4openERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv26FileIo4openEv@Base 0.25 + _ZN5Exiv26FileIo4putbEh@Base 0.25 + (subst)_ZN5Exiv26FileIo4readEPh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv26FileIo4readE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv26FileIo4seekE{int64_t}NS_7BasicIo8PositionE@Base 0.28.0 + _ZN5Exiv26FileIo5closeEv@Base 0.25 + (subst)_ZN5Exiv26FileIo5writeEPKh{size_t}@Base 0.28.0 + _ZN5Exiv26FileIo5writeERNS_7BasicIoE@Base 0.25 + _ZN5Exiv26FileIo6munmapEv@Base 0.25 + _ZN5Exiv26FileIo7setPathERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv26FileIo8transferERNS_7BasicIoE@Base 0.25 + _ZN5Exiv26FileIoC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv26FileIoC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv26FileIoD0Ev@Base 0.25 + _ZN5Exiv26FileIoD1Ev@Base 0.25 + _ZN5Exiv26FileIoD2Ev@Base 0.25 + (subst)_ZN5Exiv26HttpIo8HttpImpl11writeRemoteEPKh{size_t}{size_t}{size_t}@Base 0.28.0 + _ZN5Exiv26HttpIo8HttpImpl13getFileLengthEv@Base 0.25 + (subst)_ZN5Exiv26HttpIo8HttpImpl14getDataByRangeE{size_t}{size_t}RNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.28.0 + (subst)_ZN5Exiv26HttpIo8HttpImplC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE{size_t}@Base 0.25 + (subst)_ZN5Exiv26HttpIo8HttpImplC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE{size_t}@Base 0.25 + (subst)_ZN5Exiv26HttpIoC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE{size_t}@Base 0.25 + (subst)_ZN5Exiv26HttpIoC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE{size_t}@Base 0.25 + _ZN5Exiv26LogMsg10setHandlerEPFviPKcE@Base 0.27.2 + _ZN5Exiv26LogMsg14defaultHandlerEiPKc@Base 0.25 + _ZN5Exiv26LogMsg2osB5cxx11Ev@Base 0.27.2 + _ZN5Exiv26LogMsg5levelEv@Base 0.27.2 + _ZN5Exiv26LogMsg6level_E@Base 0.25 + _ZN5Exiv26LogMsg7handlerEv@Base 0.27.2 + _ZN5Exiv26LogMsg8handler_E@Base 0.25 + _ZN5Exiv26LogMsg8setLevelENS0_5LevelE@Base 0.27.2 + _ZN5Exiv26LogMsgC1ENS0_5LevelE@Base 0.27.2 + _ZN5Exiv26LogMsgC2ENS0_5LevelE@Base 0.27.2 + _ZN5Exiv26LogMsgD1Ev@Base 0.27.2 + _ZN5Exiv26LogMsgD2Ev@Base 0.27.2 + _ZN5Exiv26XmpKey4Impl12decomposeKeyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv26XmpKey4ImplC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_@Base 0.25 + _ZN5Exiv26XmpKey4ImplC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_@Base 0.25 + _ZN5Exiv26XmpKeyC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv26XmpKeyC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_@Base 0.25 + _ZN5Exiv26XmpKeyC1ERKS0_@Base 0.25 + _ZN5Exiv26XmpKeyC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv26XmpKeyC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_@Base 0.25 + _ZN5Exiv26XmpKeyC2ERKS0_@Base 0.25 + _ZN5Exiv26XmpKeyD0Ev@Base 0.25 + _ZN5Exiv26XmpKeyD1Ev@Base 0.25 + _ZN5Exiv26XmpKeyD2Ev@Base 0.25 + _ZN5Exiv26XmpKeyaSERKS0_@Base 0.25 + (subst)_ZN5Exiv26appendERSt6vectorIhSaIhEEPKh{size_t}@Base 0.28.0 + _ZN5Exiv26d2DataEPhdNS_9ByteOrderE@Base 0.25 + _ZN5Exiv26f2DataEPhfNS_9ByteOrderE@Base 0.25 + _ZN5Exiv26getEnvB5cxx11Ei@Base 0.27.2 + _ZN5Exiv26l2DataEPhiNS_9ByteOrderE@Base 0.25 + _ZN5Exiv26r2DataEPhSt4pairIiiENS_9ByteOrderE@Base 0.25 + _ZN5Exiv26s2DataEPhsNS_9ByteOrderE@Base 0.25 + (subst)_ZN5Exiv27BasicIo11readOrThrowEPh{size_t}NS_9ErrorCodeE@Base 0.28.0 + (subst)_ZN5Exiv27BasicIo11seekOrThrowE{int64_t}NS0_8PositionENS_9ErrorCodeE@Base 0.28.0 + (subst)_ZN5Exiv27DataBuf11write_uint8E{size_t}h@Base 0.28.0 + (subst)_ZN5Exiv27DataBuf12write_uint16E{size_t}tNS_9ByteOrderE@Base 0.28.0 + (subst)_ZN5Exiv27DataBuf12write_uint32E{size_t}jNS_9ByteOrderE@Base 0.28.0 + (subst)_ZN5Exiv27DataBuf12write_uint64E{size_t}{uint64_t}NS_9ByteOrderE@Base 0.28.0 + (subst)_ZN5Exiv27DataBuf4dataE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv27DataBuf5allocE{size_t}@Base 0.28.0 + _ZN5Exiv27DataBuf5resetEv@Base 0.28.0 + (subst)_ZN5Exiv27DataBuf6resizeE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv27DataBufC1EPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv27DataBufC1E{size_t}@Base 0.28.0 + (subst)_ZN5Exiv27DataBufC2EPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv27DataBufC2E{size_t}@Base 0.28.0 + _ZN5Exiv27ExifKey4Impl12decomposeKeyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv27ExifKey4Impl7makeKeyEtNS_5IfdIdEPKNS_7TagInfoE@Base 0.28.0 + _ZN5Exiv27ExifKeyC1ERKNS_7TagInfoE@Base 0.25 + _ZN5Exiv27ExifKeyC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv27ExifKeyC1ERKS0_@Base 0.25 + _ZN5Exiv27ExifKeyC1EtRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv27ExifKeyC2ERKNS_7TagInfoE@Base 0.25 + _ZN5Exiv27ExifKeyC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv27ExifKeyC2ERKS0_@Base 0.25 + _ZN5Exiv27ExifKeyC2EtRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv27ExifKeyD0Ev@Base 0.25 + _ZN5Exiv27ExifKeyD1Ev@Base 0.25 + _ZN5Exiv27ExifKeyD2Ev@Base 0.25 + _ZN5Exiv27ExifKeyaSERKS0_@Base 0.25 + _ZN5Exiv27IptcKey12decomposeKeyEv@Base 0.25 + _ZN5Exiv27IptcKey7makeKeyEv@Base 0.25 + _ZN5Exiv27IptcKeyC1ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.28.0 + _ZN5Exiv27IptcKeyC1Ett@Base 0.25 + _ZN5Exiv27IptcKeyC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.28.0 + _ZN5Exiv27IptcKeyC2Ett@Base 0.25 + _ZN5Exiv27XPathIo15writeDataToFileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv27XPathIo8transferERNS_7BasicIoE@Base 0.25 + _ZN5Exiv27XPathIoC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv27XPathIoC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv27XPathIoD0Ev@Base 0.25 + _ZN5Exiv27XPathIoD1Ev@Base 0.25 + _ZN5Exiv27XPathIoD2Ev@Base 0.25 + _ZN5Exiv27XmpData11eraseFamilyERN9__gnu_cxx17__normal_iteratorIPNS_8XmpdatumESt6vectorIS3_SaIS3_EEEE@Base 0.27.2 + _ZN5Exiv27XmpData3addERKNS_6XmpKeyEPKNS_5ValueE@Base 0.25 + _ZN5Exiv27XmpData3addERKNS_8XmpdatumE@Base 0.25 + _ZN5Exiv27XmpData3endEv@Base 0.25 + _ZN5Exiv27XmpData5beginEv@Base 0.25 + _ZN5Exiv27XmpData5clearEv@Base 0.25 + _ZN5Exiv27XmpData5eraseEN9__gnu_cxx17__normal_iteratorIPNS_8XmpdatumESt6vectorIS3_SaIS3_EEEE@Base 0.25 + _ZN5Exiv27XmpData7findKeyERKNS_6XmpKeyE@Base 0.25 + _ZN5Exiv27XmpData9sortByKeyEv@Base 0.25 + _ZN5Exiv27XmpDataixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv27afPointERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv27fNumberERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv27getLongEPKhNS_9ByteOrderE@Base 0.25 + (subst)_ZN5Exiv27hexdumpERSoPKh{size_t}{size_t}@Base 0.28.0 + _ZN5Exiv27ul2DataEPhjNS_9ByteOrderE@Base 0.25 + _ZN5Exiv27ur2DataEPhSt4pairIjjENS_9ByteOrderE@Base 0.25 + _ZN5Exiv27us2DataEPhtNS_9ByteOrderE@Base 0.25 + _ZN5Exiv27versionEv@Base 0.25 + _ZN5Exiv28AsfVideo11decodeBlockEv@Base 0.27.2 + _ZN5Exiv28AsfVideo12HeaderReaderC1ERKSt10unique_ptrINS_7BasicIoESt14default_deleteIS3_EE@Base 0.28.0 + _ZN5Exiv28AsfVideo12HeaderReaderC2ERKSt10unique_ptrINS_7BasicIoESt14default_deleteIS3_EE@Base 0.28.0 + _ZN5Exiv28AsfVideo12decodeHeaderEv@Base 0.28.0 + _ZN5Exiv28AsfVideo12readMetadataEv@Base 0.27.2 + _ZN5Exiv28AsfVideo13writeMetadataEv@Base 0.27.2 + _ZN5Exiv28AsfVideo14filePropertiesEv@Base 0.27.2 + _ZN5Exiv28AsfVideo16streamPropertiesEv@Base 0.27.2 + _ZN5Exiv28AsfVideo18contentDescriptionEv@Base 0.28.0 + _ZN5Exiv28AsfVideo19DegradableJPEGMediaEv@Base 0.28.0 + _ZN5Exiv28AsfVideo24extendedStreamPropertiesEv@Base 0.28.0 + _ZN5Exiv28AsfVideo26extendedContentDescriptionEv@Base 0.28.0 + _ZN5Exiv28AsfVideo7GUIDTag9to_stringB5cxx11Ev@Base 0.28.0 + _ZN5Exiv28AsfVideo7GUIDTagC1EPKh@Base 0.28.0 + (subst)_ZN5Exiv28AsfVideo7GUIDTagC1EjttSt5arrayIhL{size_t}8EE@Base 0.28.0 + _ZN5Exiv28AsfVideo7GUIDTagC2EPKh@Base 0.28.0 + (subst)_ZN5Exiv28AsfVideo7GUIDTagC2EjttSt5arrayIhL{size_t}8EE@Base 0.28.0 + _ZN5Exiv28AsfVideo9codecListEv@Base 0.27.2 + _ZN5Exiv28AsfVideoC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28AsfVideoC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28BmpImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28BmpImage11setExifDataERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv28BmpImage11setIptcDataERKNS_8IptcDataE@Base 0.25 + _ZN5Exiv28BmpImage12readMetadataEv@Base 0.25 + _ZN5Exiv28BmpImage13writeMetadataEv@Base 0.25 + _ZN5Exiv28BmpImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28BmpImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28Cr2Image10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28Cr2Image12readMetadataEv@Base 0.25 + _ZN5Exiv28Cr2Image13writeMetadataEv@Base 0.25 + (subst)_ZN5Exiv28Cr2Image14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + _ZN5Exiv28Cr2ImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28Cr2ImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28CrwImage11setIptcDataERKNS_8IptcDataE@Base 0.25 + _ZN5Exiv28CrwImage12readMetadataEv@Base 0.25 + _ZN5Exiv28CrwImage13writeMetadataEv@Base 0.25 + _ZN5Exiv28CrwImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28CrwImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28EpsImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28EpsImage12readMetadataEv@Base 0.25 + _ZN5Exiv28EpsImage13writeMetadataEv@Base 0.25 + _ZN5Exiv28EpsImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28EpsImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28ExifData3addERKNS_7ExifKeyEPKNS_5ValueE@Base 0.25 + _ZN5Exiv28ExifData3addERKNS_9ExifdatumE@Base 0.25 + _ZN5Exiv28ExifData5clearEv@Base 0.25 + _ZN5Exiv28ExifData5eraseESt14_List_iteratorINS_9ExifdatumEE@Base 0.25 + _ZN5Exiv28ExifData5eraseESt14_List_iteratorINS_9ExifdatumEES3_@Base 0.25 + _ZN5Exiv28ExifData7findKeyERKNS_7ExifKeyE@Base 0.25 + _ZN5Exiv28ExifData9sortByKeyEv@Base 0.25 + _ZN5Exiv28ExifData9sortByTagEv@Base 0.25 + _ZN5Exiv28ExifDataixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28ExifTags11isExifGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28ExifTags11sectionNameERKNS_7ExifKeyE@Base 0.25 + _ZN5Exiv28ExifTags12defaultCountERKNS_7ExifKeyE@Base 0.25 + _ZN5Exiv28ExifTags12isMakerGroupERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28ExifTags7ifdNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28ExifTags7tagListERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28ExifTags7taglistERSo@Base 0.25 + _ZN5Exiv28ExifTags7taglistERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28ExifTags9groupListEv@Base 0.25 + _ZN5Exiv28ExvImage6blank_E@Base 0.25 + _ZN5Exiv28ExvImage8exiv2Id_E@Base 0.25 + _ZN5Exiv28ExvImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28ExvImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28GifImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28GifImage11setExifDataERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv28GifImage11setIptcDataERKNS_8IptcDataE@Base 0.25 + _ZN5Exiv28GifImage12readMetadataEv@Base 0.25 + _ZN5Exiv28GifImage13writeMetadataEv@Base 0.25 + _ZN5Exiv28GifImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28GifImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + (subst)_ZN5Exiv28IptcData14printStructureERSoRKNS_5SliceIPhEE{size_t}@Base 0.28.0 + _ZN5Exiv28IptcData3addERKNS_7IptcKeyEPKNS_5ValueE@Base 0.28.0 + _ZN5Exiv28IptcData3addERKNS_9IptcdatumE@Base 0.25 + _ZN5Exiv28IptcData5eraseEN9__gnu_cxx17__normal_iteratorIPNS_9IptcdatumESt6vectorIS3_SaIS3_EEEE@Base 0.25 + _ZN5Exiv28IptcData6findIdEtt@Base 0.25 + _ZN5Exiv28IptcData7findKeyERKNS_7IptcKeyE@Base 0.25 + _ZN5Exiv28IptcData9sortByKeyEv@Base 0.25 + _ZN5Exiv28IptcData9sortByTagEv@Base 0.25 + _ZN5Exiv28IptcDataixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28Jp2Image10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28Jp2Image12readMetadataEv@Base 0.25 + _ZN5Exiv28Jp2Image13writeMetadataEv@Base 0.25 + (subst)_ZN5Exiv28Jp2Image14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + _ZN5Exiv28Jp2Image15doWriteMetadataERNS_7BasicIoE@Base 0.27.2 + _ZN5Exiv28Jp2Image15encodeJp2HeaderERKNS_7DataBufERS1_@Base 0.27.2 + _ZN5Exiv28Jp2Image7toAsciiB5cxx11Ej@Base 0.28.0 + _ZN5Exiv28Jp2ImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28Jp2ImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28JpegBase12readMetadataEv@Base 0.25 + _ZN5Exiv28JpegBase13writeMetadataEv@Base 0.25 + (subst)_ZN5Exiv28JpegBase14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + _ZN5Exiv28JpegBase15doWriteMetadataERNS_7BasicIoE@Base 0.27.2 + _ZN5Exiv28JpegBase15readNextSegmentEh@Base 0.28.0 + (subst)_ZN5Exiv28JpegBase9initImageEPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv28JpegBaseC1ENS_9ImageTypeESt10unique_ptrINS_7BasicIoESt14default_deleteIS3_EEbPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv28JpegBaseC2ENS_9ImageTypeESt10unique_ptrINS_7BasicIoESt14default_deleteIS3_EEbPKh{size_t}@Base 0.28.0 + _ZN5Exiv28MrwImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28MrwImage11setExifDataERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv28MrwImage11setIptcDataERKNS_8IptcDataE@Base 0.25 + _ZN5Exiv28MrwImage12readMetadataEv@Base 0.25 + _ZN5Exiv28MrwImage13writeMetadataEv@Base 0.25 + _ZN5Exiv28MrwImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28MrwImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28OrfImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28OrfImage12readMetadataEv@Base 0.25 + _ZN5Exiv28OrfImage13writeMetadataEv@Base 0.25 + (subst)_ZN5Exiv28OrfImage14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + _ZN5Exiv28OrfImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28OrfImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28PgfImage12readMetadataEv@Base 0.25 + _ZN5Exiv28PgfImage13writeMetadataEv@Base 0.25 + _ZN5Exiv28PgfImage15doWriteMetadataERNS_7BasicIoE@Base 0.27.2 + _ZN5Exiv28PgfImage18readPgfMagicNumberERNS_7BasicIoE@Base 0.25 + _ZN5Exiv28PgfImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28PgfImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28PngImage12readMetadataEv@Base 0.25 + _ZN5Exiv28PngImage13writeMetadataEv@Base 0.25 + (subst)_ZN5Exiv28PngImage14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + _ZN5Exiv28PngImage15doWriteMetadataERNS_7BasicIoE@Base 0.27.2 + _ZN5Exiv28PngImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28PngImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28PsdImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28PsdImage12readMetadataEv@Base 0.25 + _ZN5Exiv28PsdImage13writeExifDataERNS_8ExifDataERNS_7BasicIoE@Base 0.28.0 + _ZN5Exiv28PsdImage13writeIptcDataERKNS_8IptcDataERNS_7BasicIoE@Base 0.28.0 + _ZN5Exiv28PsdImage13writeMetadataEv@Base 0.25 + _ZN5Exiv28PsdImage15doWriteMetadataERNS_7BasicIoE@Base 0.27.2 + _ZN5Exiv28PsdImage17readResourceBlockEtj@Base 0.27.2 + _ZN5Exiv28PsdImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28PsdImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28RafImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28RafImage11setExifDataERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv28RafImage11setIptcDataERKNS_8IptcDataE@Base 0.25 + _ZN5Exiv28RafImage12readMetadataEv@Base 0.25 + _ZN5Exiv28RafImage13writeMetadataEv@Base 0.25 + (subst)_ZN5Exiv28RafImage14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + _ZN5Exiv28RafImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28RafImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv28RemoteIo16populateFakeDataEv@Base 0.25 + (subst)_ZN5Exiv28RemoteIo4Impl14populateBlocksE{size_t}{size_t}@Base 0.25 + (subst)_ZN5Exiv28RemoteIo4ImplC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE{size_t}@Base 0.25 + (subst)_ZN5Exiv28RemoteIo4ImplC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE{size_t}@Base 0.25 + _ZN5Exiv28RemoteIo4ImplD0Ev@Base 0.25 + _ZN5Exiv28RemoteIo4ImplD1Ev@Base 0.25 + _ZN5Exiv28RemoteIo4ImplD2Ev@Base 0.25 + _ZN5Exiv28RemoteIo4getbEv@Base 0.25 + _ZN5Exiv28RemoteIo4mmapEb@Base 0.25 + _ZN5Exiv28RemoteIo4openEv@Base 0.25 + _ZN5Exiv28RemoteIo4putbEh@Base 0.25 + (subst)_ZN5Exiv28RemoteIo4readEPh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv28RemoteIo4readE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv28RemoteIo4seekE{int64_t}NS_7BasicIo8PositionE@Base 0.28.0 + _ZN5Exiv28RemoteIo5closeEv@Base 0.25 + (subst)_ZN5Exiv28RemoteIo5writeEPKh{size_t}@Base 0.28.0 + _ZN5Exiv28RemoteIo5writeERNS_7BasicIoE@Base 0.25 + _ZN5Exiv28RemoteIo6munmapEv@Base 0.25 + _ZN5Exiv28RemoteIo8transferERNS_7BasicIoE@Base 0.25 + _ZN5Exiv28RemoteIoC1Ev@Base 0.28.0 + _ZN5Exiv28RemoteIoC2Ev@Base 0.28.0 + _ZN5Exiv28RemoteIoD0Ev@Base 0.25 + _ZN5Exiv28RemoteIoD1Ev@Base 0.25 + _ZN5Exiv28RemoteIoD2Ev@Base 0.25 + _ZN5Exiv28Rw2Image10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28Rw2Image11setExifDataERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv28Rw2Image11setIptcDataERKNS_8IptcDataE@Base 0.25 + _ZN5Exiv28Rw2Image12readMetadataEv@Base 0.25 + _ZN5Exiv28Rw2Image13writeMetadataEv@Base 0.25 + (subst)_ZN5Exiv28Rw2Image14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + _ZN5Exiv28Rw2ImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28Rw2ImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28TgaImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28TgaImage11setExifDataERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv28TgaImage11setIptcDataERKNS_8IptcDataE@Base 0.25 + _ZN5Exiv28TgaImage12readMetadataEv@Base 0.25 + _ZN5Exiv28TgaImage13writeMetadataEv@Base 0.25 + _ZN5Exiv28TgaImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28TgaImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv28TypeInfo6typeIdERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28TypeInfo8typeNameENS_6TypeIdE@Base 0.25 + _ZN5Exiv28TypeInfo8typeSizeENS_6TypeIdE@Base 0.25 + _ZN5Exiv28XmpValue12setXmpStructENS0_9XmpStructE@Base 0.25 + _ZN5Exiv28XmpValue12xmpArrayTypeENS_6TypeIdE@Base 0.25 + _ZN5Exiv28XmpValue15setXmpArrayTypeENS0_12XmpArrayTypeE@Base 0.25 + (subst)_ZN5Exiv28XmpValue4readEPKh{size_t}NS_9ByteOrderE@Base 0.28.0 + _ZN5Exiv28Xmpdatum4ImplC1ERKNS_6XmpKeyEPKNS_5ValueE@Base 0.25 + _ZN5Exiv28Xmpdatum4ImplC1ERKS1_@Base 0.25 + _ZN5Exiv28Xmpdatum4ImplC2ERKNS_6XmpKeyEPKNS_5ValueE@Base 0.25 + _ZN5Exiv28Xmpdatum4ImplC2ERKS1_@Base 0.25 + _ZN5Exiv28Xmpdatum4ImplaSERKS1_@Base 0.25 + _ZN5Exiv28Xmpdatum8setValueEPKNS_5ValueE@Base 0.25 + _ZN5Exiv28Xmpdatum8setValueERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28XmpdatumC1ERKNS_6XmpKeyEPKNS_5ValueE@Base 0.25 + _ZN5Exiv28XmpdatumC1ERKS0_@Base 0.25 + _ZN5Exiv28XmpdatumC2ERKNS_6XmpKeyEPKNS_5ValueE@Base 0.25 + _ZN5Exiv28XmpdatumC2ERKS0_@Base 0.25 + _ZN5Exiv28XmpdatumD0Ev@Base 0.25 + _ZN5Exiv28XmpdatumD1Ev@Base 0.25 + _ZN5Exiv28XmpdatumD2Ev@Base 0.25 + _ZN5Exiv28XmpdatumaSERKNS_5ValueE@Base 0.25 + _ZN5Exiv28XmpdatumaSERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28XmpdatumaSERKS0_@Base 0.25 + _ZN5Exiv28contrastERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv28exifTimeEPKcP2tm@Base 0.25 + _ZN5Exiv28getFloatEPKhNS_9ByteOrderE@Base 0.25 + _ZN5Exiv28getShortEPKhNS_9ByteOrderE@Base 0.25 + _ZN5Exiv28getULongEPKhNS_9ByteOrderE@Base 0.25 + _ZN5Exiv28isoSpeedERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv28lensNameERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv28readFileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv28strErrorB5cxx11Ev@Base 0.25 + (subst)_ZN5Exiv28ull2DataEPh{uint64_t}NS_9ByteOrderE@Base 0.28.0 + (subst)_ZN5Exiv29BmffImage10boxHandlerERSoNS_20PrintStructureOptionE{uint64_t}{size_t}@Base 0.28.0 + _ZN5Exiv29BmffImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.27.5 + _ZN5Exiv29BmffImage10setXmpDataERKNS_7XmpDataE@Base 0.28.0 + _ZN5Exiv29BmffImage11setExifDataERKNS_8ExifDataE@Base 0.28.0 + _ZN5Exiv29BmffImage11setIptcDataERKNS_8IptcDataE@Base 0.28.0 + _ZN5Exiv29BmffImage12readMetadataEv@Base 0.27.5 + _ZN5Exiv29BmffImage13writeMetadataEv@Base 0.27.5 + (subst)_ZN5Exiv29BmffImage14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + (subst)_ZN5Exiv29BmffImage15parseCr3PreviewERKNS_7DataBufERSobh{size_t}{size_t}{size_t}{size_t}@Base 0.28.0 + (subst)_ZN5Exiv29BmffImage16brotliUncompressEPKh{size_t}RNS_7DataBufE@Base 0.28.0 + _ZN5Exiv29BmffImage7fullBoxEj@Base 0.27.5 + _ZN5Exiv29BmffImage7toAsciiB5cxx11Ej@Base 0.28.0 + (subst)_ZN5Exiv29BmffImage8parseXmpE{uint64_t}{uint64_t}@Base 0.27.5 + _ZN5Exiv29BmffImage8superBoxEj@Base 0.27.5 + _ZN5Exiv29BmffImage8uuidNameB5cxx11ERKNS_7DataBufE@Base 0.28.0 + (subst)_ZN5Exiv29BmffImage9parseTiffEj{uint64_t}@Base 0.27.5 + (subst)_ZN5Exiv29BmffImage9parseTiffEj{uint64_t}{uint64_t}@Base 0.27.5 + (subst)_ZN5Exiv29BmffImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb{size_t}@Base 0.28.2 + (subst)_ZN5Exiv29BmffImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb{size_t}@Base 0.28.2 + (subst)_ZN5Exiv29Cr2Parser6decodeERNS_8ExifDataERNS_8IptcDataERNS_7XmpDataEPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv29Cr2Parser6encodeERNS_7BasicIoEPKh{size_t}NS_9ByteOrderERNS_8ExifDataERNS_8IptcDataERNS_7XmpDataE@Base 0.28.0 + (subst)_ZN5Exiv29CrwParser6decodeEPNS_8CrwImageEPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv29CrwParser6encodeERSt6vectorIhSaIhEEPKh{size_t}PKNS_8CrwImageE@Base 0.28.0 + (subst)_ZN5Exiv29DataValue4readEPKh{size_t}NS_9ByteOrderE@Base 0.28.0 + _ZN5Exiv29DataValue4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29DataValueC1ENS_6TypeIdE@Base 0.25 + (subst)_ZN5Exiv29DataValueC1EPKh{size_t}NS_9ByteOrderENS_6TypeIdE@Base 0.28.0 + _ZN5Exiv29DataValueC2ENS_6TypeIdE@Base 0.25 + (subst)_ZN5Exiv29DataValueC2EPKh{size_t}NS_9ByteOrderENS_6TypeIdE@Base 0.28.0 + (subst)_ZN5Exiv29DateValue4readEPKh{size_t}NS_9ByteOrderE@Base 0.28.0 + _ZN5Exiv29DateValue4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29DateValue7setDateERKNS0_4DateE@Base 0.25 + _ZN5Exiv29DateValueC1Eiii@Base 0.25 + _ZN5Exiv29DateValueC1Ev@Base 0.25 + _ZN5Exiv29DateValueC2Eiii@Base 0.25 + _ZN5Exiv29DateValueC2Ev@Base 0.25 + (subst)_ZN5Exiv29ExifThumb16setJpegThumbnailEPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv29ExifThumb16setJpegThumbnailEPKh{size_t}St4pairIjjES4_t@Base 0.28.0 + _ZN5Exiv29ExifThumb16setJpegThumbnailERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29ExifThumb16setJpegThumbnailERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIjjESA_t@Base 0.25 + _ZN5Exiv29ExifThumb5eraseEv@Base 0.25 + _ZN5Exiv29ExifThumbC1ERNS_8ExifDataE@Base 0.25 + _ZN5Exiv29ExifThumbC2ERNS_8ExifDataE@Base 0.25 + _ZN5Exiv29Exifdatum8setValueEPKNS_5ValueE@Base 0.25 + _ZN5Exiv29Exifdatum8setValueERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29ExifdatumC1ERKNS_7ExifKeyEPKNS_5ValueE@Base 0.25 + _ZN5Exiv29ExifdatumC1ERKS0_@Base 0.25 + _ZN5Exiv29ExifdatumC2ERKNS_7ExifKeyEPKNS_5ValueE@Base 0.25 + _ZN5Exiv29ExifdatumC2ERKS0_@Base 0.25 + _ZN5Exiv29ExifdatumaSERKNS_5ValueE@Base 0.25 + _ZN5Exiv29ExifdatumaSERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29ExifdatumaSERKS0_@Base 0.25 + _ZN5Exiv29ExifdatumaSERKSt4pairIiiE@Base 0.25 + _ZN5Exiv29ExifdatumaSERKSt4pairIjjE@Base 0.25 + _ZN5Exiv29ExifdatumaSERKi@Base 0.25 + _ZN5Exiv29ExifdatumaSERKj@Base 0.25 + _ZN5Exiv29ExifdatumaSERKs@Base 0.25 + _ZN5Exiv29ExifdatumaSERKt@Base 0.25 + _ZN5Exiv29Iptcdatum8setValueEPKNS_5ValueE@Base 0.25 + _ZN5Exiv29Iptcdatum8setValueERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29IptcdatumC1ERKNS_7IptcKeyEPKNS_5ValueE@Base 0.25 + _ZN5Exiv29IptcdatumC1ERKS0_@Base 0.25 + _ZN5Exiv29IptcdatumC2ERKNS_7IptcKeyEPKNS_5ValueE@Base 0.25 + _ZN5Exiv29IptcdatumC2ERKS0_@Base 0.25 + _ZN5Exiv29IptcdatumaSERKNS_5ValueE@Base 0.25 + _ZN5Exiv29IptcdatumaSERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29IptcdatumaSERKS0_@Base 0.25 + _ZN5Exiv29IptcdatumaSERKt@Base 0.25 + _ZN5Exiv29JpegImage6blank_E@Base 0.25 + _ZN5Exiv29JpegImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv29JpegImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + (subst)_ZN5Exiv29OrfParser6decodeERNS_8ExifDataERNS_8IptcDataERNS_7XmpDataEPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv29OrfParser6encodeERNS_7BasicIoEPKh{size_t}NS_9ByteOrderERNS_8ExifDataERNS_8IptcDataERNS_7XmpDataE@Base 0.28.0 + (subst)_ZN5Exiv29Photoshop10setIptcIrbEPKh{size_t}RKNS_8IptcDataE@Base 0.28.0 + (subst)_ZN5Exiv29Photoshop13locateIptcIrbEPKh{size_t}PS2_RjS4_@Base 0.28.0 + (subst)_ZN5Exiv29Photoshop16locatePreviewIrbEPKh{size_t}PS2_RjS4_@Base 0.28.0 + _ZN5Exiv29Photoshop5isIrbEPKh@Base 0.28.0 + (subst)_ZN5Exiv29Photoshop5validEPKh{size_t}@Base 0.28.0 + (subst)_ZN5Exiv29Photoshop9locateIrbEPKh{size_t}tPS2_RjS4_@Base 0.28.0 + _ZN5Exiv29RiffVideo12HeaderReaderC1ERKSt10unique_ptrINS_7BasicIoESt14default_deleteIS3_EE@Base 0.28.0 + _ZN5Exiv29RiffVideo12HeaderReaderC2ERKSt10unique_ptrINS_7BasicIoESt14default_deleteIS3_EE@Base 0.28.0 + _ZN5Exiv29RiffVideo12decodeBlocksEv@Base 0.28.0 + (subst)_ZN5Exiv29RiffVideo12fillDurationEd{size_t}@Base 0.28.0 + _ZN5Exiv29RiffVideo12readMetadataEv@Base 0.27.2 + _ZN5Exiv29RiffVideo13getStreamTypeB5cxx11Ej@Base 0.28.0 + _ZN5Exiv29RiffVideo13readAviHeaderEv@Base 0.28.0 + _ZN5Exiv29RiffVideo13writeMetadataEv@Base 0.27.2 + (subst)_ZN5Exiv29RiffVideo16readStreamFormatE{uint64_t}@Base 0.28.0 + _ZN5Exiv29RiffVideo16readStreamHeaderEv@Base 0.28.0 + (subst)_ZN5Exiv29RiffVideo17readInfoListChunkE{uint64_t}@Base 0.28.0 + _ZN5Exiv29RiffVideo5equalERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_@Base 0.28.0 + _ZN5Exiv29RiffVideo8readListERKNS0_12HeaderReaderE@Base 0.28.0 + _ZN5Exiv29RiffVideo9readChunkERKNS0_12HeaderReaderE@Base 0.28.0 + _ZN5Exiv29RiffVideoC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv29RiffVideoC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + (subst)_ZN5Exiv29Rw2Parser6decodeERNS_8ExifDataERNS_8IptcDataERNS_7XmpDataEPKh{size_t}@Base 0.28.0 + _ZN5Exiv29TiffImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29TiffImage12readMetadataEv@Base 0.25 + _ZN5Exiv29TiffImage13writeMetadataEv@Base 0.25 + (subst)_ZN5Exiv29TiffImage14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + _ZN5Exiv29TiffImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + _ZN5Exiv29TiffImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EEb@Base 0.28.0 + (subst)_ZN5Exiv29TimeValue4readEPKh{size_t}NS_9ByteOrderE@Base 0.28.0 + _ZN5Exiv29TimeValue4readERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29TimeValue7setTimeERKNS0_4TimeE@Base 0.25 + _ZN5Exiv29TimeValueC1Eiiiii@Base 0.25 + _ZN5Exiv29TimeValueC1Ev@Base 0.25 + _ZN5Exiv29TimeValueC2Eiiiii@Base 0.25 + _ZN5Exiv29TimeValueC2Ev@Base 0.25 + _ZN5Exiv29WebPImage10setCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.27.2 + _ZN5Exiv29WebPImage11setIptcDataERKNS_8IptcDataE@Base 0.27.2 + _ZN5Exiv29WebPImage12WEBP_PAD_ODDE@Base 0.27.2 + _ZN5Exiv29WebPImage12decodeChunksEj@Base 0.28.0 + _ZN5Exiv29WebPImage12readMetadataEv@Base 0.27.2 + _ZN5Exiv29WebPImage13equalsWebPTagERKNS_7DataBufEPKc@Base 0.28.0 + _ZN5Exiv29WebPImage13writeMetadataEv@Base 0.27.2 + (subst)_ZN5Exiv29WebPImage14printStructureERSoNS_20PrintStructureOptionE{size_t}@Base 0.28.0 + _ZN5Exiv29WebPImage15doWriteMetadataERNS_7BasicIoE@Base 0.27.2 + (subst)_ZN5Exiv29WebPImage15getHeaderOffsetEPKh{size_t}S2_{size_t}@Base 0.28.0 + _ZN5Exiv29WebPImageC1ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv29WebPImageC2ESt10unique_ptrINS_7BasicIoESt14default_deleteIS2_EE@Base 0.28.0 + _ZN5Exiv29XmpParser10initializeEPFvPvbES1_@Base 0.25 + _ZN5Exiv29XmpParser10pLockData_E@Base 0.25 + _ZN5Exiv29XmpParser10registerNsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_@Base 0.25 + _ZN5Exiv29XmpParser11xmpLockFct_E@Base 0.25 + _ZN5Exiv29XmpParser12initialized_E@Base 0.25 + _ZN5Exiv29XmpParser12unregisterNsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29XmpParser20registeredNamespacesERSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_St4lessIS7_ESaISt4pairIKS7_S7_EEE@Base 0.27.2 + _ZN5Exiv29XmpParser6decodeERNS_7XmpDataERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29XmpParser6encodeERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_7XmpDataEtj@Base 0.25 + _ZN5Exiv29XmpParser9terminateEv@Base 0.25 + _ZN5Exiv29flashBiasERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv29getDoubleEPKhNS_9ByteOrderE@Base 0.25 + _ZN5Exiv29getUShortEPKhNS_9ByteOrderE@Base 0.25 + _ZN5Exiv29isAsfTypeERNS_7BasicIoEb@Base 0.27.2 + _ZN5Exiv29isBmpTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isCr2TypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isCrwTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isEpsTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isExvTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isGifTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isJp2TypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isMkvTypeERNS_7BasicIoEb@Base 0.27.2 + _ZN5Exiv29isMrwTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isOrfTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isPgfTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isPngTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isPsdTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isRafTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isRw2TypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isTgaTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29isXmpTypeERNS_7BasicIoEb@Base 0.25 + _ZN5Exiv29macroModeERKNS_8ExifDataE@Base 0.25 + (subst)_ZN5Exiv29makeSliceERKNS_7DataBufE{size_t}{size_t}@Base 0.27.2 + (subst)_ZN5Exiv29makeSliceERNS_7DataBufE{size_t}{size_t}@Base 0.27.2 + _ZN5Exiv29sceneModeERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv29sharpnessERKNS_8ExifDataE@Base 0.25 + _ZN5Exiv29urldecodeERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv29urlencodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.28.0 + _ZN5Exiv29writeFileERKNS_7DataBufERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZN5Exiv2lsERSoRKNS_15XmpPropertyInfoE@Base 0.25 + _ZN5Exiv2lsERSoRKNS_7DataSetE@Base 0.25 + _ZN5Exiv2lsERSoRKNS_7TagInfoE@Base 0.25 + _ZN5Exiv2lsERSoRKSt4pairIiiE@Base 0.25 + _ZN5Exiv2lsERSoRKSt4pairIjjE@Base 0.25 + _ZN5Exiv2rsERSiRSt4pairIiiE@Base 0.25 + _ZN5Exiv2rsERSiRSt4pairIjjE@Base 0.25 + _ZNK5Exiv210AsciiValue5writeERSo@Base 0.25 + _ZNK5Exiv210AsciiValue6clone_Ev@Base 0.27.2 + _ZNK5Exiv210ExifThumbC4copyEv@Base 0.25 + _ZNK5Exiv210ExifThumbC8mimeTypeEv@Base 0.25 + _ZNK5Exiv210ExifThumbC9extensionEv@Base 0.25 + _ZNK5Exiv210ExifThumbC9writeFileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZNK5Exiv210XmpSidecar8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv211StringValue6clone_Ev@Base 0.27.2 + _ZNK5Exiv212CommentValue13detectCharsetERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZNK5Exiv212CommentValue4copyEPhNS_9ByteOrderE@Base 0.25 + _ZNK5Exiv212CommentValue5writeERSo@Base 0.25 + _ZNK5Exiv212CommentValue6clone_Ev@Base 0.27.2 + _ZNK5Exiv212CommentValue7commentB5cxx11EPKc@Base 0.25 + _ZNK5Exiv212CommentValue9charsetIdEv@Base 0.25 + (subst)_ZNK5Exiv212LangAltValue10toRationalE{size_t}@Base 0.28.0 + _ZNK5Exiv212LangAltValue5cloneEv@Base 0.25 + _ZNK5Exiv212LangAltValue5countEv@Base 0.25 + _ZNK5Exiv212LangAltValue5writeERSo@Base 0.25 + _ZNK5Exiv212LangAltValue6clone_Ev@Base 0.27.2 + (subst)_ZNK5Exiv212LangAltValue7toFloatE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv212LangAltValue7toInt64E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv212LangAltValue8toStringB5cxx11E{size_t}@Base 0.28.0 + _ZNK5Exiv212LangAltValue8toStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + (subst)_ZNK5Exiv212LangAltValue8toUint32E{size_t}@Base 0.28.0 + _ZNK5Exiv212PreviewImage2idEv@Base 0.25 + _ZNK5Exiv212PreviewImage4copyEv@Base 0.25 + _ZNK5Exiv212PreviewImage4sizeEv@Base 0.25 + _ZNK5Exiv212PreviewImage5pDataEv@Base 0.25 + _ZNK5Exiv212PreviewImage5widthEv@Base 0.25 + _ZNK5Exiv212PreviewImage6heightEv@Base 0.25 + _ZNK5Exiv212PreviewImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv212PreviewImage9extensionB5cxx11Ev@Base 0.25 + _ZNK5Exiv212PreviewImage9writeFileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + (subst)_ZNK5Exiv212XmpTextValue10toRationalE{size_t}@Base 0.28.0 + _ZNK5Exiv212XmpTextValue4sizeEv@Base 0.25 + _ZNK5Exiv212XmpTextValue5cloneEv@Base 0.25 + _ZNK5Exiv212XmpTextValue5countEv@Base 0.25 + _ZNK5Exiv212XmpTextValue5writeERSo@Base 0.25 + _ZNK5Exiv212XmpTextValue6clone_Ev@Base 0.27.2 + (subst)_ZNK5Exiv212XmpTextValue7toFloatE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv212XmpTextValue7toInt64E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv212XmpTextValue8toUint32E{size_t}@Base 0.28.0 + _ZNK5Exiv213MatroskaVideo8mimeTypeB5cxx11Ev@Base 0.27.2 + (subst)_ZNK5Exiv213XmpArrayValue10toRationalE{size_t}@Base 0.28.0 + _ZNK5Exiv213XmpArrayValue5cloneEv@Base 0.25 + _ZNK5Exiv213XmpArrayValue5countEv@Base 0.25 + _ZNK5Exiv213XmpArrayValue5writeERSo@Base 0.25 + _ZNK5Exiv213XmpArrayValue6clone_Ev@Base 0.27.2 + (subst)_ZNK5Exiv213XmpArrayValue7toFloatE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv213XmpArrayValue7toInt64E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv213XmpArrayValue8toStringB5cxx11E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv213XmpArrayValue8toUint32E{size_t}@Base 0.28.0 + _ZNK5Exiv214PreviewManager15getPreviewImageERKNS_17PreviewPropertiesE@Base 0.25 + _ZNK5Exiv214PreviewManager20getPreviewPropertiesEv@Base 0.25 + _ZNK5Exiv214QuickTimeVideo8mimeTypeB5cxx11Ev@Base 0.27.2 + (subst)_ZNK5Exiv215StringValueBase10toRationalE{size_t}@Base 0.28.0 + _ZNK5Exiv215StringValueBase4copyEPhNS_9ByteOrderE@Base 0.25 + _ZNK5Exiv215StringValueBase4sizeEv@Base 0.25 + _ZNK5Exiv215StringValueBase5countEv@Base 0.25 + _ZNK5Exiv215StringValueBase5writeERSo@Base 0.25 + (subst)_ZNK5Exiv215StringValueBase7toFloatE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv215StringValueBase7toInt64E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv215StringValueBase8toUint32E{size_t}@Base 0.28.0 + _ZNK5Exiv215XmpPropertyInfoeqERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.25 + _ZNK5Exiv23Key5cloneEv@Base 0.25 + _ZNK5Exiv25Error4codeEv@Base 0.28.0 + _ZNK5Exiv25Error4whatEv@Base 0.28.0 + _ZNK5Exiv25Image10pixelWidthEv@Base 0.25 + _ZNK5Exiv25Image11pixelHeightEv@Base 0.25 + _ZNK5Exiv25Image14nativePreviewsEv@Base 0.25 + _ZNK5Exiv25Image16supportsMetadataENS_10MetadataIdE@Base 0.25 + _ZNK5Exiv25Image18writeXmpFromPacketEv@Base 0.25 + _ZNK5Exiv25Image2ioEv@Base 0.25 + _ZNK5Exiv25Image4goodEv@Base 0.25 + _ZNK5Exiv25Image7commentB5cxx11Ev@Base 0.25 + _ZNK5Exiv25Image7xmpDataEv@Base 0.25 + _ZNK5Exiv25Image8exifDataEv@Base 0.25 + _ZNK5Exiv25Image8iptcDataEv@Base 0.25 + _ZNK5Exiv25Image9byteOrderEv@Base 0.25 + _ZNK5Exiv25Image9checkModeENS_10MetadataIdE@Base 0.25 + _ZNK5Exiv25Image9xmpPacketB5cxx11Ev@Base 0.25 + _ZNK5Exiv25MemIo3eofEv@Base 0.25 + _ZNK5Exiv25MemIo4pathB5cxx11Ev@Base 0.25 + _ZNK5Exiv25MemIo4sizeEv@Base 0.25 + _ZNK5Exiv25MemIo4tellEv@Base 0.25 + _ZNK5Exiv25MemIo5errorEv@Base 0.25 + _ZNK5Exiv25MemIo6isopenEv@Base 0.25 + _ZNK5Exiv25Value12sizeDataAreaEv@Base 0.25 + _ZNK5Exiv25Value8dataAreaEv@Base 0.25 + _ZNK5Exiv25Value8toStringB5cxx11Ev@Base 0.25 + (subst)_ZNK5Exiv25Value8toStringB5cxx11E{size_t}@Base 0.28.0 + _ZNK5Exiv26FileIo3eofEv@Base 0.25 + _ZNK5Exiv26FileIo4Impl4statERNS1_10StructStatE@Base 0.25 + _ZNK5Exiv26FileIo4pathB5cxx11Ev@Base 0.25 + _ZNK5Exiv26FileIo4sizeEv@Base 0.25 + _ZNK5Exiv26FileIo4tellEv@Base 0.25 + _ZNK5Exiv26FileIo5errorEv@Base 0.25 + _ZNK5Exiv26FileIo6isopenEv@Base 0.25 + _ZNK5Exiv26XmpKey10familyNameEv@Base 0.25 + _ZNK5Exiv26XmpKey2nsB5cxx11Ev@Base 0.25 + _ZNK5Exiv26XmpKey3keyB5cxx11Ev@Base 0.25 + _ZNK5Exiv26XmpKey3tagEv@Base 0.25 + _ZNK5Exiv26XmpKey5cloneEv@Base 0.25 + _ZNK5Exiv26XmpKey6clone_Ev@Base 0.27.2 + _ZNK5Exiv26XmpKey7tagDescB5cxx11Ev@Base 0.28.0 + _ZNK5Exiv26XmpKey7tagNameB5cxx11Ev@Base 0.25 + _ZNK5Exiv26XmpKey8tagLabelB5cxx11Ev@Base 0.25 + _ZNK5Exiv26XmpKey9groupNameB5cxx11Ev@Base 0.25 + (subst)_ZNK5Exiv27DataBuf10read_uint8E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv27DataBuf11read_uint16E{size_t}NS_9ByteOrderE@Base 0.28.0 + (subst)_ZNK5Exiv27DataBuf11read_uint32E{size_t}NS_9ByteOrderE@Base 0.28.0 + (subst)_ZNK5Exiv27DataBuf11read_uint64E{size_t}NS_9ByteOrderE@Base 0.28.0 + (subst)_ZNK5Exiv27DataBuf5c_strE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv27DataBuf6c_dataE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv27DataBuf8cmpBytesE{size_t}PKv{size_t}@Base 0.28.0 + _ZNK5Exiv27ExifKey10familyNameEv@Base 0.25 + _ZNK5Exiv27ExifKey13defaultTypeIdEv@Base 0.25 + _ZNK5Exiv27ExifKey3idxEv@Base 0.25 + _ZNK5Exiv27ExifKey3keyB5cxx11Ev@Base 0.25 + _ZNK5Exiv27ExifKey3tagEv@Base 0.25 + _ZNK5Exiv27ExifKey4Impl7tagNameB5cxx11Ev@Base 0.25 + _ZNK5Exiv27ExifKey5cloneEv@Base 0.25 + _ZNK5Exiv27ExifKey5ifdIdEv@Base 0.25 + _ZNK5Exiv27ExifKey6clone_Ev@Base 0.27.2 + _ZNK5Exiv27ExifKey6setIdxEi@Base 0.28.0 + _ZNK5Exiv27ExifKey7tagDescB5cxx11Ev@Base 0.25 + _ZNK5Exiv27ExifKey7tagNameB5cxx11Ev@Base 0.25 + _ZNK5Exiv27ExifKey8tagLabelB5cxx11Ev@Base 0.25 + _ZNK5Exiv27ExifKey9groupNameB5cxx11Ev@Base 0.25 + _ZNK5Exiv27IptcKey10familyNameEv@Base 0.25 + _ZNK5Exiv27IptcKey10recordNameB5cxx11Ev@Base 0.25 + _ZNK5Exiv27IptcKey3keyB5cxx11Ev@Base 0.25 + _ZNK5Exiv27IptcKey3tagEv@Base 0.25 + _ZNK5Exiv27IptcKey5cloneEv@Base 0.25 + _ZNK5Exiv27IptcKey6clone_Ev@Base 0.27.2 + _ZNK5Exiv27IptcKey6recordEv@Base 0.25 + _ZNK5Exiv27IptcKey7tagDescB5cxx11Ev@Base 0.28.0 + _ZNK5Exiv27IptcKey7tagNameB5cxx11Ev@Base 0.25 + _ZNK5Exiv27IptcKey8tagLabelB5cxx11Ev@Base 0.25 + _ZNK5Exiv27IptcKey9groupNameB5cxx11Ev@Base 0.25 + _ZNK5Exiv27XmpData3endEv@Base 0.25 + _ZNK5Exiv27XmpData5beginEv@Base 0.25 + _ZNK5Exiv27XmpData5countEv@Base 0.25 + _ZNK5Exiv27XmpData5emptyEv@Base 0.25 + _ZNK5Exiv27XmpData7findKeyERKNS_6XmpKeyE@Base 0.25 + _ZNK5Exiv28AsfVideo15headerExtensionEv@Base 0.28.0 + _ZNK5Exiv28AsfVideo7GUIDTageqERKS1_@Base 0.28.0 + _ZNK5Exiv28AsfVideo7GUIDTagltERKS1_@Base 0.28.0 + _ZNK5Exiv28AsfVideo8mimeTypeB5cxx11Ev@Base 0.27.2 + _ZNK5Exiv28BmpImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28Cr2Image10pixelWidthEv@Base 0.25 + _ZNK5Exiv28Cr2Image11pixelHeightEv@Base 0.25 + _ZNK5Exiv28Cr2Image8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28CrwImage10pixelWidthEv@Base 0.25 + _ZNK5Exiv28CrwImage11pixelHeightEv@Base 0.25 + _ZNK5Exiv28CrwImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28EpsImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28ExifData7findKeyERKNS_7ExifKeyE@Base 0.25 + _ZNK5Exiv28ExvImage10isThisTypeERNS_7BasicIoEb@Base 0.25 + _ZNK5Exiv28ExvImage11writeHeaderERNS_7BasicIoE@Base 0.25 + _ZNK5Exiv28ExvImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28GifImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28IptcData13detectCharsetEv@Base 0.25 + _ZNK5Exiv28IptcData4sizeEv@Base 0.25 + _ZNK5Exiv28IptcData6findIdEtt@Base 0.25 + _ZNK5Exiv28IptcData7findKeyERKNS_7IptcKeyE@Base 0.25 + _ZNK5Exiv28Jp2Image8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28JpegBase15advanceToMarkerENS_9ErrorCodeE@Base 0.28.0 + _ZNK5Exiv28MrwImage10pixelWidthEv@Base 0.25 + _ZNK5Exiv28MrwImage11pixelHeightEv@Base 0.25 + _ZNK5Exiv28MrwImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28OrfImage10pixelWidthEv@Base 0.25 + _ZNK5Exiv28OrfImage11pixelHeightEv@Base 0.25 + _ZNK5Exiv28OrfImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28PgfImage17readPgfHeaderSizeERNS_7BasicIoE@Base 0.28.0 + _ZNK5Exiv28PgfImage22readPgfHeaderStructureERNS_7BasicIoERjS3_@Base 0.28.0 + _ZNK5Exiv28PngImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28PsdImage12writeXmpDataERKNS_7XmpDataERNS_7BasicIoE@Base 0.27.2 + _ZNK5Exiv28PsdImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28RafImage10pixelWidthEv@Base 0.25 + _ZNK5Exiv28RafImage11pixelHeightEv@Base 0.25 + _ZNK5Exiv28RafImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28RemoteIo3eofEv@Base 0.25 + _ZNK5Exiv28RemoteIo4pathB5cxx11Ev@Base 0.25 + _ZNK5Exiv28RemoteIo4sizeEv@Base 0.25 + _ZNK5Exiv28RemoteIo4tellEv@Base 0.25 + _ZNK5Exiv28RemoteIo5errorEv@Base 0.25 + _ZNK5Exiv28RemoteIo6isopenEv@Base 0.25 + _ZNK5Exiv28Rw2Image10pixelWidthEv@Base 0.25 + _ZNK5Exiv28Rw2Image11pixelHeightEv@Base 0.25 + _ZNK5Exiv28Rw2Image8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28TgaImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv28XmpValue12xmpArrayTypeEv@Base 0.25 + _ZNK5Exiv28XmpValue4copyEPhNS_9ByteOrderE@Base 0.25 + _ZNK5Exiv28XmpValue4sizeEv@Base 0.25 + _ZNK5Exiv28XmpValue9xmpStructEv@Base 0.25 + _ZNK5Exiv28Xmpdatum10familyNameEv@Base 0.25 + (subst)_ZNK5Exiv28Xmpdatum10toRationalE{size_t}@Base 0.28.0 + _ZNK5Exiv28Xmpdatum3keyB5cxx11Ev@Base 0.25 + _ZNK5Exiv28Xmpdatum3tagEv@Base 0.25 + _ZNK5Exiv28Xmpdatum4copyEPhNS_9ByteOrderE@Base 0.25 + _ZNK5Exiv28Xmpdatum4sizeEv@Base 0.25 + _ZNK5Exiv28Xmpdatum5countEv@Base 0.25 + _ZNK5Exiv28Xmpdatum5valueEv@Base 0.25 + _ZNK5Exiv28Xmpdatum5writeERSoPKNS_8ExifDataE@Base 0.25 + _ZNK5Exiv28Xmpdatum6typeIdEv@Base 0.25 + _ZNK5Exiv28Xmpdatum7tagDescB5cxx11Ev@Base 0.28.0 + _ZNK5Exiv28Xmpdatum7tagNameB5cxx11Ev@Base 0.25 + (subst)_ZNK5Exiv28Xmpdatum7toFloatE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv28Xmpdatum7toInt64E{size_t}@Base 0.28.0 + _ZNK5Exiv28Xmpdatum8getValueEv@Base 0.25 + _ZNK5Exiv28Xmpdatum8tagLabelB5cxx11Ev@Base 0.25 + _ZNK5Exiv28Xmpdatum8toStringB5cxx11Ev@Base 0.25 + (subst)_ZNK5Exiv28Xmpdatum8toStringB5cxx11E{size_t}@Base 0.28.0 + _ZNK5Exiv28Xmpdatum8typeNameEv@Base 0.25 + _ZNK5Exiv28Xmpdatum8typeSizeEv@Base 0.25 + _ZNK5Exiv28Xmpdatum9groupNameB5cxx11Ev@Base 0.25 + _ZNK5Exiv29BmffImage10pixelWidthEv@Base 0.27.5 + _ZNK5Exiv29BmffImage11openOrThrowEv@Base 0.28.0 + _ZNK5Exiv29BmffImage11pixelHeightEv@Base 0.27.5 + _ZNK5Exiv29BmffImage8mimeTypeB5cxx11Ev@Base 0.27.5 + (subst)_ZNK5Exiv29DataValue10toRationalE{size_t}@Base 0.28.0 + _ZNK5Exiv29DataValue4copyEPhNS_9ByteOrderE@Base 0.25 + _ZNK5Exiv29DataValue4sizeEv@Base 0.25 + _ZNK5Exiv29DataValue5countEv@Base 0.25 + _ZNK5Exiv29DataValue5writeERSo@Base 0.25 + _ZNK5Exiv29DataValue6clone_Ev@Base 0.27.2 + (subst)_ZNK5Exiv29DataValue7toFloatE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29DataValue7toInt64E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29DataValue8toStringB5cxx11E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29DataValue8toUint32E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29DateValue10toRationalE{size_t}@Base 0.28.0 + _ZNK5Exiv29DateValue4copyEPhNS_9ByteOrderE@Base 0.25 + _ZNK5Exiv29DateValue4sizeEv@Base 0.25 + _ZNK5Exiv29DateValue5countEv@Base 0.25 + _ZNK5Exiv29DateValue5writeERSo@Base 0.25 + _ZNK5Exiv29DateValue6clone_Ev@Base 0.27.2 + _ZNK5Exiv29DateValue7getDateEv@Base 0.25 + (subst)_ZNK5Exiv29DateValue7toFloatE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29DateValue7toInt64E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29DateValue8toUint32E{size_t}@Base 0.28.0 + _ZNK5Exiv29Exifdatum10familyNameEv@Base 0.25 + (subst)_ZNK5Exiv29Exifdatum10toRationalE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29Exifdatum11setDataAreaEPKh{size_t}@Base 0.28.0 + _ZNK5Exiv29Exifdatum12sizeDataAreaEv@Base 0.25 + _ZNK5Exiv29Exifdatum3idxEv@Base 0.25 + _ZNK5Exiv29Exifdatum3keyB5cxx11Ev@Base 0.25 + _ZNK5Exiv29Exifdatum3tagEv@Base 0.25 + _ZNK5Exiv29Exifdatum4copyEPhNS_9ByteOrderE@Base 0.25 + _ZNK5Exiv29Exifdatum4sizeEv@Base 0.25 + _ZNK5Exiv29Exifdatum5countEv@Base 0.25 + _ZNK5Exiv29Exifdatum5ifdIdEv@Base 0.25 + _ZNK5Exiv29Exifdatum5valueEv@Base 0.25 + _ZNK5Exiv29Exifdatum5writeERSoPKNS_8ExifDataE@Base 0.25 + _ZNK5Exiv29Exifdatum6typeIdEv@Base 0.25 + _ZNK5Exiv29Exifdatum7ifdNameEv@Base 0.25 + _ZNK5Exiv29Exifdatum7tagDescB5cxx11Ev@Base 0.28.0 + _ZNK5Exiv29Exifdatum7tagNameB5cxx11Ev@Base 0.25 + (subst)_ZNK5Exiv29Exifdatum7toFloatE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29Exifdatum7toInt64E{size_t}@Base 0.28.0 + _ZNK5Exiv29Exifdatum8dataAreaEv@Base 0.25 + _ZNK5Exiv29Exifdatum8getValueEv@Base 0.25 + _ZNK5Exiv29Exifdatum8tagLabelB5cxx11Ev@Base 0.25 + _ZNK5Exiv29Exifdatum8toStringB5cxx11Ev@Base 0.25 + (subst)_ZNK5Exiv29Exifdatum8toStringB5cxx11E{size_t}@Base 0.28.0 + _ZNK5Exiv29Exifdatum8typeNameEv@Base 0.25 + _ZNK5Exiv29Exifdatum8typeSizeEv@Base 0.25 + _ZNK5Exiv29Exifdatum9groupNameB5cxx11Ev@Base 0.25 + _ZNK5Exiv29GroupInfoeqENS_5IfdIdE@Base 0.28.0 + _ZNK5Exiv29GroupInfoeqERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 0.28.0 + _ZNK5Exiv29Iptcdatum10familyNameEv@Base 0.25 + _ZNK5Exiv29Iptcdatum10recordNameB5cxx11Ev@Base 0.25 + (subst)_ZNK5Exiv29Iptcdatum10toRationalE{size_t}@Base 0.28.0 + _ZNK5Exiv29Iptcdatum3keyB5cxx11Ev@Base 0.25 + _ZNK5Exiv29Iptcdatum3tagEv@Base 0.25 + _ZNK5Exiv29Iptcdatum4copyEPhNS_9ByteOrderE@Base 0.25 + _ZNK5Exiv29Iptcdatum4sizeEv@Base 0.25 + _ZNK5Exiv29Iptcdatum5countEv@Base 0.25 + _ZNK5Exiv29Iptcdatum5valueEv@Base 0.25 + _ZNK5Exiv29Iptcdatum5writeERSoPKNS_8ExifDataE@Base 0.25 + _ZNK5Exiv29Iptcdatum6recordEv@Base 0.25 + _ZNK5Exiv29Iptcdatum6typeIdEv@Base 0.25 + _ZNK5Exiv29Iptcdatum7tagDescB5cxx11Ev@Base 0.28.0 + _ZNK5Exiv29Iptcdatum7tagNameB5cxx11Ev@Base 0.25 + (subst)_ZNK5Exiv29Iptcdatum7toFloatE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29Iptcdatum7toInt64E{size_t}@Base 0.28.0 + _ZNK5Exiv29Iptcdatum8getValueEv@Base 0.25 + _ZNK5Exiv29Iptcdatum8tagLabelB5cxx11Ev@Base 0.25 + _ZNK5Exiv29Iptcdatum8toStringB5cxx11Ev@Base 0.25 + (subst)_ZNK5Exiv29Iptcdatum8toStringB5cxx11E{size_t}@Base 0.28.0 + _ZNK5Exiv29Iptcdatum8typeNameEv@Base 0.25 + _ZNK5Exiv29Iptcdatum8typeSizeEv@Base 0.25 + _ZNK5Exiv29Iptcdatum9groupNameB5cxx11Ev@Base 0.25 + _ZNK5Exiv29JpegImage10isThisTypeERNS_7BasicIoEb@Base 0.25 + _ZNK5Exiv29JpegImage11writeHeaderERNS_7BasicIoE@Base 0.25 + _ZNK5Exiv29JpegImage8mimeTypeB5cxx11Ev@Base 0.25 + _ZNK5Exiv29Metadatum5printB5cxx11EPKNS_8ExifDataE@Base 0.25 + (subst)_ZNK5Exiv29Metadatum8toUint32E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29RiffVideo10StreamNameE{uint64_t}@Base 0.28.0 + (subst)_ZNK5Exiv29RiffVideo12readMoviListE{uint64_t}@Base 0.28.0 + (subst)_ZNK5Exiv29RiffVideo13readDataChunkE{uint64_t}@Base 0.28.0 + (subst)_ZNK5Exiv29RiffVideo13readVPRPChunkE{uint64_t}@Base 0.28.0 + (subst)_ZNK5Exiv29RiffVideo14readIndexChunkE{uint64_t}@Base 0.28.0 + (subst)_ZNK5Exiv29RiffVideo14readStreamDataE{uint64_t}@Base 0.28.0 + _ZNK5Exiv29RiffVideo8mimeTypeB5cxx11Ev@Base 0.27.2 + (subst)_ZNK5Exiv29RiffVideo8readJunkE{uint64_t}@Base 0.28.0 + _ZNK5Exiv29TiffImage10pixelWidthEv@Base 0.25 + _ZNK5Exiv29TiffImage11pixelHeightEv@Base 0.25 + _ZNK5Exiv29TiffImage12primaryGroupB5cxx11Ev@Base 0.25 + _ZNK5Exiv29TiffImage8mimeTypeB5cxx11Ev@Base 0.25 + (subst)_ZNK5Exiv29TimeValue10toRationalE{size_t}@Base 0.28.0 + _ZNK5Exiv29TimeValue4copyEPhNS_9ByteOrderE@Base 0.25 + _ZNK5Exiv29TimeValue4sizeEv@Base 0.25 + _ZNK5Exiv29TimeValue5countEv@Base 0.25 + _ZNK5Exiv29TimeValue5writeERSo@Base 0.25 + _ZNK5Exiv29TimeValue6clone_Ev@Base 0.27.2 + _ZNK5Exiv29TimeValue7getTimeEv@Base 0.25 + (subst)_ZNK5Exiv29TimeValue7toFloatE{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29TimeValue7toInt64E{size_t}@Base 0.28.0 + (subst)_ZNK5Exiv29TimeValue8toUint32E{size_t}@Base 0.28.0 + _ZNK5Exiv29WebPImage11inject_VP8XERNS_7BasicIoEbbbbjj@Base 0.28.0 + _ZNK5Exiv29WebPImage8mimeTypeB5cxx11Ev@Base 0.27.2 + _ZNK5Exiv29XmpNsInfoeqERKNS0_2NsE@Base 0.25 + _ZNK5Exiv29XmpNsInfoeqERKNS0_6PrefixE@Base 0.25 + (optional=templinst)_ZNSt8__detail8_ScannerIcE18_M_eat_escape_ecmaEv@Base 0.28.0 + (optional=templinst)_ZNSt8__detail8_ScannerIcE19_M_eat_escape_posixEv@Base 0.28.0 + (optional=lto)_ZSt19piecewise_construct@Base 0.27.5 + _ZTIN5Exiv210AsciiValueE@Base 0.25 + _ZTIN5Exiv210XmpSidecarE@Base 0.25 + _ZTIN5Exiv211StringValueE@Base 0.25 + _ZTIN5Exiv212CommentValueE@Base 0.25 + _ZTIN5Exiv212LangAltValueE@Base 0.25 + _ZTIN5Exiv212XmpTextValueE@Base 0.25 + _ZTIN5Exiv213MatroskaVideoE@Base 0.27.2 + _ZTIN5Exiv213XmpArrayValueE@Base 0.25 + _ZTIN5Exiv214QuickTimeVideoE@Base 0.27.2 + _ZTIN5Exiv215StringValueBaseE@Base 0.25 + _ZTIN5Exiv23KeyE@Base 0.25 + _ZTIN5Exiv25ErrorE@Base 0.28.0 + _ZTIN5Exiv25ImageE@Base 0.25 + _ZTIN5Exiv25MemIoE@Base 0.25 + _ZTIN5Exiv25ValueE@Base 0.25 + _ZTIN5Exiv26FileIoE@Base 0.25 + _ZTIN5Exiv26HttpIo8HttpImplE@Base 0.25 + _ZTIN5Exiv26XmpKeyE@Base 0.25 + _ZTIN5Exiv27BasicIoE@Base 0.25 + _ZTIN5Exiv27ExifKeyE@Base 0.25 + _ZTIN5Exiv27IptcKeyE@Base 0.25 + _ZTIN5Exiv27XPathIoE@Base 0.25 + _ZTIN5Exiv28AsfVideoE@Base 0.27.2 + _ZTIN5Exiv28BmpImageE@Base 0.25 + _ZTIN5Exiv28Cr2ImageE@Base 0.25 + _ZTIN5Exiv28CrwImageE@Base 0.25 + _ZTIN5Exiv28EpsImageE@Base 0.25 + _ZTIN5Exiv28ExvImageE@Base 0.25 + _ZTIN5Exiv28GifImageE@Base 0.25 + _ZTIN5Exiv28Jp2ImageE@Base 0.25 + _ZTIN5Exiv28JpegBaseE@Base 0.25 + _ZTIN5Exiv28MrwImageE@Base 0.25 + _ZTIN5Exiv28OrfImageE@Base 0.25 + _ZTIN5Exiv28PgfImageE@Base 0.25 + _ZTIN5Exiv28PngImageE@Base 0.25 + _ZTIN5Exiv28PsdImageE@Base 0.25 + _ZTIN5Exiv28RafImageE@Base 0.25 + _ZTIN5Exiv28RemoteIo4ImplE@Base 0.25 + _ZTIN5Exiv28RemoteIoE@Base 0.25 + _ZTIN5Exiv28Rw2ImageE@Base 0.25 + _ZTIN5Exiv28TgaImageE@Base 0.25 + _ZTIN5Exiv28XmpValueE@Base 0.25 + _ZTIN5Exiv28XmpdatumE@Base 0.25 + _ZTIN5Exiv29BmffImageE@Base 0.27.5 + _ZTIN5Exiv29DataValueE@Base 0.25 + _ZTIN5Exiv29DateValueE@Base 0.25 + _ZTIN5Exiv29ExifdatumE@Base 0.25 + _ZTIN5Exiv29IptcdatumE@Base 0.25 + _ZTIN5Exiv29JpegImageE@Base 0.25 + _ZTIN5Exiv29MetadatumE@Base 0.25 + _ZTIN5Exiv29RiffVideoE@Base 0.27.2 + _ZTIN5Exiv29TiffImageE@Base 0.25 + _ZTIN5Exiv29TimeValueE@Base 0.25 + _ZTIN5Exiv29WebPImageE@Base 0.27.2 + (arch=armel riscv64)_ZTIN9__gnu_cxx7__mutexE@Base 0.28.0 + _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb0EEE@Base 0.28.0 + _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb1EEE@Base 0.28.0 + _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb0EEE@Base 0.28.0 + _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb1EEE@Base 0.28.0 + _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb0EEE@Base 0.28.0 + _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb1EEE@Base 0.28.0 + _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1ELb0EEE@Base 0.28.0 + _ZTINSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1ELb1EEE@Base 0.28.0 + _ZTINSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0EEE@Base 0.28.0 + _ZTINSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1EEE@Base 0.28.0 + _ZTINSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0EEE@Base 0.28.0 + _ZTINSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1EEE@Base 0.28.0 + _ZTINSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0EEE@Base 0.28.0 + _ZTINSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1EEE@Base 0.28.0 + _ZTINSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0EEE@Base 0.28.0 + _ZTINSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1EEE@Base 0.28.0 + (arch=armel riscv64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 0.28.0 + (optional=notarmelnotrisvandprobabllynotraspbian)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 0.28.0 + (arch=armel riscv64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 0.28.0 + (optional=notarmelnotrisvandprobabllynotraspbian)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 0.28.0 + _ZTISt19_Sp_make_shared_tag@Base 0.28.0 + _ZTSN5Exiv210AsciiValueE@Base 0.25 + _ZTSN5Exiv210XmpSidecarE@Base 0.25 + _ZTSN5Exiv211StringValueE@Base 0.25 + _ZTSN5Exiv212CommentValueE@Base 0.25 + _ZTSN5Exiv212LangAltValueE@Base 0.25 + _ZTSN5Exiv212XmpTextValueE@Base 0.25 + _ZTSN5Exiv213MatroskaVideoE@Base 0.27.2 + _ZTSN5Exiv213XmpArrayValueE@Base 0.25 + _ZTSN5Exiv214QuickTimeVideoE@Base 0.27.2 + _ZTSN5Exiv215StringValueBaseE@Base 0.25 + _ZTSN5Exiv23KeyE@Base 0.25 + _ZTSN5Exiv25ErrorE@Base 0.28.0 + _ZTSN5Exiv25ImageE@Base 0.25 + _ZTSN5Exiv25MemIoE@Base 0.25 + _ZTSN5Exiv25ValueE@Base 0.25 + _ZTSN5Exiv26FileIoE@Base 0.25 + _ZTSN5Exiv26HttpIo8HttpImplE@Base 0.25 + _ZTSN5Exiv26HttpIoE@Base 0.25 + _ZTSN5Exiv26XmpKeyE@Base 0.25 + _ZTSN5Exiv27BasicIoE@Base 0.25 + _ZTSN5Exiv27ExifKeyE@Base 0.25 + _ZTSN5Exiv27IptcKeyE@Base 0.25 + _ZTSN5Exiv27XPathIoE@Base 0.25 + _ZTSN5Exiv28AsfVideoE@Base 0.27.2 + _ZTSN5Exiv28BmpImageE@Base 0.25 + _ZTSN5Exiv28Cr2ImageE@Base 0.25 + _ZTSN5Exiv28CrwImageE@Base 0.25 + _ZTSN5Exiv28EpsImageE@Base 0.25 + _ZTSN5Exiv28ExvImageE@Base 0.25 + _ZTSN5Exiv28GifImageE@Base 0.25 + _ZTSN5Exiv28IoCloserE@Base 0.25 + _ZTSN5Exiv28Jp2ImageE@Base 0.25 + _ZTSN5Exiv28JpegBaseE@Base 0.25 + _ZTSN5Exiv28MrwImageE@Base 0.25 + _ZTSN5Exiv28OrfImageE@Base 0.25 + _ZTSN5Exiv28PgfImageE@Base 0.25 + _ZTSN5Exiv28PngImageE@Base 0.25 + _ZTSN5Exiv28PsdImageE@Base 0.25 + _ZTSN5Exiv28RafImageE@Base 0.25 + _ZTSN5Exiv28RemoteIo4ImplE@Base 0.25 + _ZTSN5Exiv28RemoteIoE@Base 0.25 + _ZTSN5Exiv28Rw2ImageE@Base 0.25 + _ZTSN5Exiv28TgaImageE@Base 0.25 + _ZTSN5Exiv28XmpValueE@Base 0.25 + _ZTSN5Exiv28XmpdatumE@Base 0.25 + _ZTSN5Exiv29BmffImageE@Base 0.27.5 + _ZTSN5Exiv29DataValueE@Base 0.25 + _ZTSN5Exiv29DateValueE@Base 0.25 + _ZTSN5Exiv29ExifdatumE@Base 0.25 + _ZTSN5Exiv29IptcdatumE@Base 0.25 + _ZTSN5Exiv29JpegImageE@Base 0.25 + _ZTSN5Exiv29MetadatumE@Base 0.25 + _ZTSN5Exiv29RiffVideoE@Base 0.27.2 + _ZTSN5Exiv29TiffImageE@Base 0.25 + _ZTSN5Exiv29TimeValueE@Base 0.25 + _ZTSN5Exiv29WebPImageE@Base 0.27.2 + (arch=armel riscv64)_ZTSN9__gnu_cxx7__mutexE@Base 0.28.0 + _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb0EEE@Base 0.28.0 + _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb1EEE@Base 0.28.0 + _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb0EEE@Base 0.28.0 + _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb1EEE@Base 0.28.0 + _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb0EEE@Base 0.28.0 + _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb1EEE@Base 0.28.0 + _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1ELb0EEE@Base 0.28.0 + _ZTSNSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1ELb1EEE@Base 0.28.0 + _ZTSNSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0EEE@Base 0.28.0 + _ZTSNSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1EEE@Base 0.28.0 + _ZTSNSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0EEE@Base 0.28.0 + _ZTSNSt8__detail12_CharMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1EEE@Base 0.28.0 + _ZTSNSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0EEE@Base 0.28.0 + _ZTSNSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1EEE@Base 0.28.0 + _ZTSNSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0EEE@Base 0.28.0 + _ZTSNSt8__detail15_BracketMatcherINSt7__cxx1112regex_traitsIcEELb1ELb1EEE@Base 0.28.0 + (arch=armel riscv64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 0.28.0 + (optional=notarmelnotrisvandprobabllynotraspbian)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 0.28.0 + (arch=armel riscv64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 0.28.0 + (optional=notarmelnotrisvandprobabllynotraspbian)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 0.28.0 + _ZTSSt19_Sp_make_shared_tag@Base 0.28.0 + (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceIN5Exiv27DataBufESaIvELN9__gnu_cxx12_Lock_policyE1EE@Base 0.28.0 + (optional=notarmelnotrisvandprobabllynotraspbian)_ZTSSt23_Sp_counted_ptr_inplaceIN5Exiv27DataBufESaIvELN9__gnu_cxx12_Lock_policyE2EE@Base 0.28.0 + (arch=armel riscv64)_ZTSSt23_Sp_counted_ptr_inplaceINSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEEESaIvELN9__gnu_cxx12_Lock_policyE1EE@Base 0.28.0 + (optional=notarmelnotrisvandprobabllynotraspbian)_ZTSSt23_Sp_counted_ptr_inplaceINSt8__detail4_NFAINSt7__cxx1112regex_traitsIcEEEESaIvELN9__gnu_cxx12_Lock_policyE2EE@Base 0.28.0 + _ZTVN5Exiv210AsciiValueE@Base 0.25 + _ZTVN5Exiv210XmpSidecarE@Base 0.25 + _ZTVN5Exiv211StringValueE@Base 0.25 + _ZTVN5Exiv212CommentValueE@Base 0.25 + _ZTVN5Exiv212LangAltValueE@Base 0.25 + _ZTVN5Exiv212XmpTextValueE@Base 0.25 + _ZTVN5Exiv213MatroskaVideoE@Base 0.27.2 + _ZTVN5Exiv213XmpArrayValueE@Base 0.25 + _ZTVN5Exiv214QuickTimeVideoE@Base 0.27.2 + _ZTVN5Exiv215StringValueBaseE@Base 0.25 + _ZTVN5Exiv25ErrorE@Base 0.28.0 + _ZTVN5Exiv25ImageE@Base 0.25 + _ZTVN5Exiv25MemIoE@Base 0.25 + _ZTVN5Exiv25ValueE@Base 0.25 + _ZTVN5Exiv26FileIoE@Base 0.25 + _ZTVN5Exiv26HttpIo8HttpImplE@Base 0.25 + _ZTVN5Exiv26XmpKeyE@Base 0.25 + _ZTVN5Exiv27ExifKeyE@Base 0.25 + _ZTVN5Exiv27IptcKeyE@Base 0.25 + _ZTVN5Exiv27XPathIoE@Base 0.25 + _ZTVN5Exiv28AsfVideoE@Base 0.27.2 + _ZTVN5Exiv28BmpImageE@Base 0.25 + _ZTVN5Exiv28Cr2ImageE@Base 0.25 + _ZTVN5Exiv28CrwImageE@Base 0.25 + _ZTVN5Exiv28EpsImageE@Base 0.25 + _ZTVN5Exiv28ExvImageE@Base 0.25 + _ZTVN5Exiv28GifImageE@Base 0.25 + _ZTVN5Exiv28Jp2ImageE@Base 0.25 + _ZTVN5Exiv28JpegBaseE@Base 0.25 + _ZTVN5Exiv28MrwImageE@Base 0.25 + _ZTVN5Exiv28OrfImageE@Base 0.25 + _ZTVN5Exiv28PgfImageE@Base 0.25 + _ZTVN5Exiv28PngImageE@Base 0.25 + _ZTVN5Exiv28PsdImageE@Base 0.25 + _ZTVN5Exiv28RafImageE@Base 0.25 + _ZTVN5Exiv28RemoteIo4ImplE@Base 0.25 + _ZTVN5Exiv28RemoteIoE@Base 0.25 + _ZTVN5Exiv28Rw2ImageE@Base 0.25 + _ZTVN5Exiv28TgaImageE@Base 0.25 + _ZTVN5Exiv28XmpValueE@Base 0.25 + _ZTVN5Exiv28XmpdatumE@Base 0.25 + _ZTVN5Exiv29BmffImageE@Base 0.27.5 + _ZTVN5Exiv29DataValueE@Base 0.25 + _ZTVN5Exiv29DateValueE@Base 0.25 + _ZTVN5Exiv29ExifdatumE@Base 0.25 + _ZTVN5Exiv29IptcdatumE@Base 0.25 + _ZTVN5Exiv29JpegImageE@Base 0.25 + _ZTVN5Exiv29RiffVideoE@Base 0.27.2 + _ZTVN5Exiv29TiffImageE@Base 0.25 + _ZTVN5Exiv29TimeValueE@Base 0.25 + _ZTVN5Exiv29WebPImageE@Base 0.27.2 + (optional=templinst)_ZZNKSt7__cxx1112regex_traitsIcE16lookup_classnameIPKcEENS1_10_RegexMaskET_S6_bE12__classnames@Base 0.28.0 + (optional=templinst)_ZZNKSt7__cxx1112regex_traitsIcE18lookup_collatenameIPKcEENS_12basic_stringIcSt11char_traitsIcESaIcEEET_SA_E14__collatenames@Base 0.28.0 + (optional=templinst)_ZZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb0EEclEcE5__nul@Base 0.28.0 + (optional=templinst)_ZZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb0ELb1EEclEcE5__nul@Base 0.28.0 + (optional=templinst)_ZZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb0EEclEcE5__nul@Base 0.28.0 + (optional=templinst)_ZZNKSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb0ELb1ELb1EEclEcE5__nul@Base 0.28.0 + (optional=templinst)_ZZNKSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb0EE10_M_is_wordEcE3__s@Base 0.28.0 + (optional=templinst)_ZZNKSt8__detail9_ExecutorIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESaINS5_9sub_matchISB_EEENS5_12regex_traitsIcEELb1EE10_M_is_wordEcE3__s@Base 0.28.0 + (optional=templinst)_ZZNKSt8__detail9_ExecutorIPKcSaINSt7__cxx119sub_matchIS2_EEENS3_12regex_traitsIcEELb0EE10_M_is_wordEcE3__s@Base 0.28.0 + (optional=templinst)_ZZNKSt8__detail9_ExecutorIPKcSaINSt7__cxx119sub_matchIS2_EEENS3_12regex_traitsIcEELb1EE10_M_is_wordEcE3__s@Base 0.28.0 + _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 0.28.0 diff --git a/libexiv2-data.install b/libexiv2-data.install new file mode 100644 index 0000000..3270a48 --- /dev/null +++ b/libexiv2-data.install @@ -0,0 +1 @@ +usr/share/locale/* diff --git a/libexiv2-dev.install b/libexiv2-dev.install new file mode 100644 index 0000000..ee7d674 --- /dev/null +++ b/libexiv2-dev.install @@ -0,0 +1,4 @@ +usr/include/exiv2/* +usr/lib/*/cmake/exiv2/*.cmake +usr/lib/*/libexiv2.so +usr/lib/*/pkgconfig/exiv2.pc diff --git a/libexiv2-doc.doc-base b/libexiv2-doc.doc-base new file mode 100644 index 0000000..03d5f8f --- /dev/null +++ b/libexiv2-doc.doc-base @@ -0,0 +1,10 @@ +Document: exiv2-c++-api +Title: Exiv2 - C++ API +Author: Exiv2 developers +Abstract: Exiv2 comprises of a C++ library and a command line utility to access + image metadata. This document the API in detail. +Section: Programming/C++ + +Format: HTML +Index: /usr/share/doc/libexiv2-doc/html/index.html +Files: /usr/share/doc/libexiv2-doc/html/*.html diff --git a/libexiv2-doc.docs b/libexiv2-doc.docs new file mode 100644 index 0000000..9ce8e88 --- /dev/null +++ b/libexiv2-doc.docs @@ -0,0 +1,3 @@ +doc/*.txt +doc/include +usr/share/doc/exiv2/html diff --git a/libexiv2-doc.examples b/libexiv2-doc.examples new file mode 100644 index 0000000..781fb73 --- /dev/null +++ b/libexiv2-doc.examples @@ -0,0 +1 @@ +samples/* diff --git a/patches/cmake-no-private.diff b/patches/cmake-no-private.diff new file mode 100644 index 0000000..0adedfb --- /dev/null +++ b/patches/cmake-no-private.diff @@ -0,0 +1,25 @@ +Author: Pino Toscano +Description: Remove private dependencies from the cmake config file + The cmake config file requires the private dependencies used by exiv2; since + those are needed only for static linking, and that there are no static + libraries, simply stop requiring them in the cmake config file. +Forwarded: no +Last-Update: 2023-11-15 + +--- a/cmake/exiv2Config.cmake.in ++++ b/cmake/exiv2Config.cmake.in +@@ -3,14 +3,6 @@ + cmake_minimum_required(VERSION 3.5) + include(CMakeFindDependencyMacro) + +-if(@EXIV2_ENABLE_PNG@) # if(EXIV2_ENABLE_PNG) +- find_dependency(ZLIB REQUIRED) +-endif() +- +-if(@EXIV2_ENABLE_XMP@) # if(EXIV2_ENABLE_XMP) +- find_dependency(EXPAT REQUIRED) +-endif() +- + include("${CMAKE_CURRENT_LIST_DIR}/exiv2Export.cmake") + + check_required_components(exiv2) diff --git a/patches/non-free.diff b/patches/non-free.diff new file mode 100644 index 0000000..841e295 --- /dev/null +++ b/patches/non-free.diff @@ -0,0 +1,228 @@ +Author: Pino Toscano +Description: Remove references to non-free excluded content +Forwarded: not-needed +Last-Update: 2023-07-15 + +--- a/tests/bugfixes/github/test_pr_2000.py ++++ /dev/null +@@ -1,220 +0,0 @@ +-# -*- coding: utf-8 -*- +- +-import system_tests +-from system_tests import CaseMeta, path, check_no_ASAN_UBSAN_errors +- +-class TestVerboseExtractXmpSidecarToStdout(metaclass=CaseMeta): +- """ +- Regression test for 'verbose extracting XMP sidecar to stdout' bug described in: +- https://github.com/Exiv2/exiv2/issues/1934 +- """ +- url = "https://github.com/Exiv2/exiv2/issues/1934" +- +- filename = path("$data_path/issue_1934_poc4.jpg") +- commands = ["$exiv2 --verbose --extract X- $filename"] +- +- stdout = [""" +- +- +- +- +- +- Value 1 +- +- +- +- +- Value 1 +- +- +- +- +- +-"""] +- +- stderr = [""] +- retval = [0] +- +-class TestVerboseModifyRegAddExtractXmpSidecarToStdout(metaclass=CaseMeta): +- """ +- Regression test for 'verbose with modify register and add when extracting XMP sidecar to stdout' +- bug described in: +- https://github.com/Exiv2/exiv2/issues/1934 +- """ +- url = "https://github.com/Exiv2/exiv2/issues/1934" +- +- filename = path("$data_path/issue_1934_poc4.jpg") +- commands = ["""$exiv2 --verbose --Modify "reg TempGroup tempgroup/" --Modify "add Xmp.TempGroup.val Value 1" --extract X- $filename"""] +- +- stdout = [""" +- +- +- +- +- +- Value 1 +- +- +- +- +- Value 1 +- +- +- +- +- +-"""] +- +- stderr = [""] +- retval = [0] +- +-class TestVerboseModifySetExtractXmpSidecarToStdout(metaclass=CaseMeta): +- """ +- Regression test for 'verbose modify set when extracting XMP sidecar to stdout' bug described in: +- https://github.com/Exiv2/exiv2/issues/1934 +- """ +- url = "https://github.com/Exiv2/exiv2/issues/1934" +- +- filename = path("$data_path/issue_1934_poc4.jpg") +- commands = ["""$exiv2 --verbose --Modify "set Xmp.dc.subject Value 2" --extract X- $filename"""] +- +- stdout = [""" +- +- +- +- +- +- Value 1 +- Value 2 +- +- +- +- +- Value 1 +- +- +- +- +- +-"""] +- +- stderr = [""] +- retval = [0] +- +-class TestVerboseModifyDelExtractXmpSidecarToStdout(metaclass=CaseMeta): +- """ +- Regression test for 'verbose modify delete when extracting XMP sidecar to stdout' bug described in: +- https://github.com/Exiv2/exiv2/issues/1934 +- """ +- url = "https://github.com/Exiv2/exiv2/issues/1934" +- +- filename = path("$data_path/issue_1934_poc4.jpg") +- commands = ["""$exiv2 --verbose --Modify "del Xmp.dc.subject" --extract X- $filename"""] +- +- stdout = [""" +- +- +- +- +- +- Value 1 +- +- +- +- +- +-"""] +- +- stderr = [""] +- retval = [0] +- +-class TestVerboseExtractRawMetadataToStdout(metaclass=CaseMeta): +- """ +- Regression test for 'verbose extracting raw metadata to stdout' bug described in: +- https://github.com/Exiv2/exiv2/issues/1934 +- """ +- url = "https://github.com/Exiv2/exiv2/issues/1934" +- +- encodings = [bytes] +- +- def setUp(self): +- self.stdout = [bytes(open(self.expand_variables("$filename_ref"),'rb').read())] +- +- filename = path("$data_path/issue_1934_poc4.jpg") +- filename_ref = path("$data_path/issue_1934_poc4_ref.exv") +- +- commands = ["$exiv2 --verbose --extract XXeix- $filename"] +- +- stderr = [bytes([])] +- retval = [0] +- +-class TestVerboseExtractThumbnailToStdout(metaclass=CaseMeta): +- """ +- Regression test for 'verbose extracting the thumbnail to stdout' bug described in: +- https://github.com/Exiv2/exiv2/issues/1934 +- """ +- url = "https://github.com/Exiv2/exiv2/issues/1934" +- +- encodings = [bytes] +- +- def setUp(self): +- self.stdout = [bytes(open(self.expand_variables("$filename_ref"),'rb').read())] +- +- filename = path("$data_path/issue_1934_poc4.jpg") +- filename_ref = path("$data_path/issue_1934_poc4-thumb_ref.jpg") +- +- commands = ["$exiv2 --verbose --extract t- $filename"] +- +- stderr = [bytes([])] +- retval = [0] +- +-class TestVerboseExtractICCProfileToStdout(metaclass=CaseMeta): +- """ +- Regression test for 'verbose extracting the ICC profile to stdout' bug described in: +- https://github.com/Exiv2/exiv2/issues/1934 +- """ +- url = "https://github.com/Exiv2/exiv2/issues/1934" +- +- encodings = [bytes] +- +- def setUp(self): +- self.stdout = [bytes(open(self.expand_variables("$filename_ref"),'rb').read())] +- +- filename = path("$data_path/issue_1934_poc4.jpg") +- filename_ref = path("$data_path/issue_1934_poc4_ref.icc") +- +- commands = ["$exiv2 --verbose --extract C- $filename"] +- +- stderr = [bytes([])] +- retval = [0] +- +- compare_stdout = check_no_ASAN_UBSAN_errors +- +-class TestVerboseExtractCommentToStdout(metaclass=CaseMeta): +- """ +- Regression test for 'verbose extracting the comment to stdout' bug described in: +- https://github.com/Exiv2/exiv2/issues/1934 +- """ +- url = "https://github.com/Exiv2/exiv2/issues/1934" +- +- encodings = [bytes] +- +- def setUp(self): +- self.stdout = [bytes(open(self.expand_variables("$filename_ref"),'rb').read())] +- +- filename = path("$data_path/issue_1934_poc4.jpg") +- filename_ref = path("$data_path/issue_1934_poc4_comment_ref.txt") +- +- commands = ["$exiv2 --verbose --extract c- $filename"] +- +- stderr = [bytes([])] +- retval = [0] diff --git a/patches/pkgconfig-no-private.diff b/patches/pkgconfig-no-private.diff new file mode 100644 index 0000000..9bd4ca0 --- /dev/null +++ b/patches/pkgconfig-no-private.diff @@ -0,0 +1,20 @@ +Author: Pino Toscano +Description: Remove private/static markers from the pkg-config file + The pkg-config file lists as as private the internal libraries used by exiv2. + The problem is that those private markers require the availability of those + other pkg-config files to make exiv2.pc usable; since those are needed only + for static linking, and that there are no static libraries, simply delete them + to make exiv2.pc usable again. +Forwarded: no +Last-Update: 2023-06-21 + +--- a/cmake/exiv2.pc.in ++++ b/cmake/exiv2.pc.in +@@ -7,7 +7,5 @@ Name: exiv2 + Description: @PROJECT_DESCRIPTION@ + Version: @PROJECT_VERSION@ + URL: @PACKAGE_URL@ +-Requires.private: @requires_private_for_pc_file@ + Libs: -L${libdir} -lexiv2 +-Libs.private: @libs_private_for_pc_file@ + Cflags: -I${includedir} diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..7f06c18 --- /dev/null +++ b/patches/series @@ -0,0 +1,4 @@ +non-free.diff +pkgconfig-no-private.diff +tests-overflow-skip-unsigned-char-23bit.diff +cmake-no-private.diff diff --git a/patches/tests-overflow-skip-unsigned-char-23bit.diff b/patches/tests-overflow-skip-unsigned-char-23bit.diff new file mode 100644 index 0000000..a6a5292 --- /dev/null +++ b/patches/tests-overflow-skip-unsigned-char-23bit.diff @@ -0,0 +1,33 @@ +Author: Pino Toscano +Description: Tweak AdditionOverflowInLoaderExifJpeg for 32bit unsigned char OSes + AdditionOverflowInLoaderExifJpeg expects an overflow to happen on 32bit + architectures; due to the way LoaderExifJpeg & StringValueBase work and the + test data is fabricated, the overflow happens only architectures with signed + char. + . + Tweak AdditionOverflowInLoaderExifJpeg to account for this, by not expecting an + overflow in case the architecture has unsigned char (e.g. ARM and POWER). + . + For more discussion and notes, see: https://github.com/Exiv2/exiv2/issues/933 +Last-Update: 2023-07-16 +Forwarded: not-needed + +--- a/tests/bugfixes/github/test_CVE_2018_12265.py ++++ b/tests/bugfixes/github/test_CVE_2018_12265.py +@@ -1,5 +1,7 @@ + # -*- coding: utf-8 -*- + ++import platform ++ + import system_tests + + class AdditionOverflowInLoaderExifJpeg(metaclass=system_tests.CaseMeta): +@@ -17,6 +19,6 @@ class AdditionOverflowInLoaderExifJpeg(m + Warning: Directory Image, entry 0x0201: Strip 0 is outside of the data area; ignored. + Warning: Directory Image, entry 0x0201: Strip 7 is outside of the data area; ignored. + """ + +- ("" if system_tests.BT.Config.is_64bit else "Uncaught exception: Overflow in addition\n") ++ ("" if system_tests.BT.Config.is_64bit or any(i for i in ["arm", "ppc"] if i in platform.uname().machine) else "Uncaught exception: Overflow in addition\n") + ] +- retval = [0 if system_tests.BT.Config.is_64bit else 1] ++ retval = [0 if system_tests.BT.Config.is_64bit or any(i for i in ["arm", "ppc"] if i in platform.uname().machine) else 1] diff --git a/rules b/rules new file mode 100755 index 0000000..ca10419 --- /dev/null +++ b/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto + +CMAKE_COMMON_ARGS = \ + -DEXIV2_ENABLE_BMFF=ON \ + -DEXIV2_ENABLE_NLS=ON \ + -DEXIV2_ENABLE_VIDEO=ON \ + -DEXIV2_ENABLE_WEBREADY=ON \ + -DEXIV2_BUILD_UNIT_TESTS=ON \ + -DEXIV2_BUILD_SAMPLES=OFF + +%: + dh $@ --with pkgkde_symbolshelper --buildsystem cmake + +override_dh_auto_configure: + dh_auto_configure -- \ + $(CMAKE_COMMON_ARGS) \ + -DEXIV2_BUILD_DOC=$(if $(filter libexiv2-doc, $(shell dh_listpackages)),ON,OFF) \ + -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/exiv2/html + +execute_after_dh_auto_install: + find $(CURDIR)/debian -type f -name exiv2 | xargs /usr/bin/chrpath -d + +execute_after_dh_auto_build-indep: + dh_auto_build -- doc + +override_dh_auto_test: + # path conflicts between the tests + dh_auto_test --no-parallel + +override_dh_installdocs: + dh_installdocs -A -Xcmd.txt -XMakefile -Xtemplates -XChangeLog + find $(CURDIR)/debian -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \; + find $(CURDIR)/debian \( -name '*.map' -o -name '*.md5' \) -delete + +override_dh_installchangelogs: + dh_installchangelogs -A doc/ChangeLog + +override_dh_compress: + dh_compress -X.js -X.xml + +execute_after_dh_fixperms-indep: + find $(CURDIR)/debian/libexiv2-doc -name '*.ini' -exec chmod -x {} \; diff --git a/salsa-ci.yml b/salsa-ci.yml new file mode 100644 index 0000000..f71bdf3 --- /dev/null +++ b/salsa-ci.yml @@ -0,0 +1,7 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml +variables: + SALSA_CI_DISABLE_MISSING_BREAKS: 'no' + SALSA_CI_DISABLE_RC_BUGS: 'no' + SALSA_CI_REPROTEST_ARGS: '--variations=-build-path' diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..5c516b2 --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/Exiv2/exiv2/issues +Bug-Submit: https://github.com/Exiv2/exiv2/issues/new +Repository: https://github.com/Exiv2/exiv2.git +Repository-Browse: https://github.com/Exiv2/exiv2 diff --git a/watch b/watch new file mode 100644 index 0000000..4e745f0 --- /dev/null +++ b/watch @@ -0,0 +1,4 @@ +version=4 + +opts="repacksuffix=+dfsg, dversionmangle=auto, filenamemangle=s/.+\/v?([\d\.]+)\.tar\.gz/exiv2-$1\.tar\.gz/" \ + https://github.com/Exiv2/exiv2/tags .*/v?([\d\.]+)\.tar\.gz