commit:     32f9e6c2c4784e363a23618c0821bfa5fe6e5290
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  6 03:51:53 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  6 03:51:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f9e6c2

media-libs/exiftool: add 13.30

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/exiftool/Manifest              |  1 +
 media-libs/exiftool/exiftool-13.30.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index cefa7cda9593..741d5d820fb6 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,2 +1,3 @@
 DIST Image-ExifTool-12.76.tar.gz 5320564 BLAKE2B 
caaacf4e04246c42ea12f0f491c60a95ed0c55a6e68b5007c2b265ba3b04da661bea53f374f3f66903bd9c086bab7526be63145544d3763c41c3437b4a504654
 SHA512 
3e00718663cf1eb8f9b93ad2bdcaf7beb31d20d40ad7b131cb70155c660795afc8ba430610ece5e2949773667ea27d57eb417b8bf64a108409b336daffa99db7
 DIST Image-ExifTool-13.10.tar.gz 7230651 BLAKE2B 
7d4ed8c97719093661485ce375a3e21edbae6d6abadefb9b6ee684941d8b4339ad89ec074bdec7db1d82b36be7f521837936006721120ee1b7dab21977764cc8
 SHA512 
6364459939e99d76850207f04428d07ec83173c90917f039a5fe6f4029aff03acb370393404b2a5276b89eba4e49eefe7659bff868d9304e69286f80311f2714
+DIST Image-ExifTool-13.30.tar.gz 7371772 BLAKE2B 
fd69f079d0d14f0b10517d0aea4ec498090d2ec33daf2d1897a38a814e5e86b9ea883779070937dc4b32c1e1315c7ef40bc74655bf3c09e3801cc2aafa7d7f68
 SHA512 
0fdff2ce6a8a19dfd969c1d0abd2d0e5d07e16bb6371374621d52afc09d370aa56e964145da6827c5b1c9fbfe2368e70385dbe4dca91f31346e0bf860fff7ca3

diff --git a/media-libs/exiftool/exiftool-13.30.ebuild 
b/media-libs/exiftool/exiftool-13.30.ebuild
new file mode 100644
index 000000000000..065a42ee9ba5
--- /dev/null
+++ b/media-libs/exiftool/exiftool-13.30.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 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.
+#
+# We fetch from CPAN because it only has production releases and the tarballs
+# are kept around for longer (see bug #924106).
+
+DIST_AUTHOR=EXIFTOOL
+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";
+
+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
+}

Reply via email to