commit: cd0c6e2c255161e63e0995cfd45c907bd5e32664 Author: Michael Vetter <jubalh <AT> iodoru <DOT> org> AuthorDate: Sat Dec 30 12:58:47 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 20 12:34:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0c6e2c
media-libs/exiftool: add 12.72 Signed-off-by: Michael Vetter <jubalh <AT> iodoru.org> Closes: https://github.com/gentoo/gentoo/pull/34560 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/exiftool/Manifest | 1 + media-libs/exiftool/exiftool-12.72.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest index 7b65def9e653..cc0a8c299fa3 100644 --- a/media-libs/exiftool/Manifest +++ b/media-libs/exiftool/Manifest @@ -2,3 +2,4 @@ DIST Image-ExifTool-12.50.tar.gz 5088286 BLAKE2B bfc0eae786e1443df5f741f5deed339 DIST Image-ExifTool-12.60.tar.gz 5204922 BLAKE2B 6b4012d722153756a1bb289422d5546395d0be185fcbdc9b954aa3a4d6814ca36fbfc19053889ec864bebe229b4857dc0f9b00b551d1d369de3b97facb7e6117 SHA512 3a581bfd5a75b48b13063f4d169cc167fd027c029bf5d05111d51e789ce9344dcec40b3b7e4f6a9e10ce5599ece514bc0689e93b3aef6bd7db1498537d10899f DIST Image-ExifTool-12.64.tar.gz 5244559 BLAKE2B fffa18a00b87bee679469c5a83851760f600f34131528ad5638a18fbffd9116b1350553681bb0e05eff86fb129cd7eeae30af82c53d00d72c01e2be6ffad485d SHA512 d643787b4c279271b01cee800fd554707cacb57e42955d58c68d4eb4de93b75d8628d724307e812d61a5b780af3f555680d6f3617080c649d532d2492fe67dcf DIST Image-ExifTool-12.68.tar.gz 5275783 BLAKE2B 3a04a8371a9e24da350b999ea1a11e2df2910a8e6274e684dc57ea5239a1eab371e4c42e1e1d2cf98dd2bbd436627c8a916322ab9f06fde78e406e28ae9758db SHA512 7b1eeb7854d5dabec5736ec9420abd539655d060abf40f0690a90864829606e1a1e4bf6a2c1c4589a3283aec8e271d983e55a788f919093b65465872da798e6a +DIST Image-ExifTool-12.72.tar.gz 5310864 BLAKE2B 3ad4b03ba234e45d1eaf8b8b4724d213286e6ef106854a75eb6a2f044fa9641f82b253ca01f3d88adf9999045015b9328ef4140ea3efe47845f73089fd297e0b SHA512 332f34550fca9bf155f4500d10409eecffb40bbbcbca6a88b2872662a03edcaf86c0fd177b81e1cc820587dbe5bac96c8cb8736d9f42f6dc53309a9ab1a801fd diff --git a/media-libs/exiftool/exiftool-12.72.ebuild b/media-libs/exiftool/exiftool-12.72.ebuild new file mode 100644 index 000000000000..be671cae8267 --- /dev/null +++ b/media-libs/exiftool/exiftool-12.72.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Check https://exiftool.org/history.html for whether a release is 'production' +# Ideally don't bump to non-production at all, but certainly don't stable. + +DIST_NAME=Image-ExifTool +inherit perl-module + +DESCRIPTION="Read and write meta information in image, audio and video files" +HOMEPAGE="https://exiftool.org/ https://exiftool.sourceforge.net" +SRC_URI="https://exiftool.org/${DIST_P}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos" +IUSE="doc" + +src_install() { + perl-module_src_install + use doc && dodoc -r html/ + + insinto /usr/share/${PN} + doins -r fmt_files config_files arg_files +}
