Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
perl-image-exiftool
Commits:
5189a911 by Levente Polyak at 2025-06-22T23:26:53+02:00
fix SPDX license identifier
- - - - -
f3bacb26 by Levente Polyak at 2025-06-22T23:29:15+02:00
provides: add exiftool for cli callers instead of only perl lib name
This helps tools that just call the CLI interface instead of using the
perl library interface to have an appropriate depends declaration that
does not required the language specific library pkgname.
- - - - -
a9df3c56 by Levente Polyak at 2025-06-22T23:48:36+02:00
upgpkg: 13.30-2: SPDX license and exiftool provides
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
pkgbase = perl-image-exiftool
pkgdesc = Reader and rewriter of EXIF information that supports raw
files
pkgver = 13.30
- pkgrel = 1
+ pkgrel = 2
url = https://exiftool.org/
arch = any
- license = GPL
+ license = Artistic-1.0-Perl OR GPL-3.0-or-later
makedepends = git
depends = perl
optdepends = perl-archive-zip: Support for zip files, including epub
optdepends = perl-io-compress-brotli: Support for brotli-compressed
metadata
+ provides = exiftool
provides = perl-exiftool=13.30
replaces = perl-exiftool
options = !emptydirs
=====================================
PKGBUILD
=====================================
@@ -6,16 +6,19 @@
pkgname=perl-image-exiftool
pkgver=13.30
-pkgrel=1
+pkgrel=2
pkgdesc="Reader and rewriter of EXIF information that supports raw files"
arch=('any')
url="https://exiftool.org/"
-license=('GPL')
+license=('Artistic-1.0-Perl OR GPL-3.0-or-later')
makedepends=('git')
depends=('perl')
optdepends=('perl-archive-zip: Support for zip files, including epub'
'perl-io-compress-brotli: Support for brotli-compressed metadata')
-provides=("perl-exiftool=${pkgver}")
+provides=(
+ exiftool
+ "perl-exiftool=${pkgver}"
+)
replaces=("perl-exiftool")
options=('!emptydirs')
source=("git+https://github.com/exiftool/exiftool.git#tag=${pkgver}")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-image-exiftool/-/compare/e277e3f9fadc31a413155bc27888aa5bf5460ed9...a9df3c56b583906fad54f36a841049cb1611991d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-image-exiftool/-/compare/e277e3f9fadc31a413155bc27888aa5bf5460ed9...a9df3c56b583906fad54f36a841049cb1611991d
You're receiving this email because of your account on gitlab.archlinux.org.