* update exiv2 to 0.28.3-1

This commit is contained in:
Alexander Baldeck 2024-08-09 14:44:57 +02:00
parent 1d58c95670
commit 0646fd8a26
3 changed files with 39 additions and 4 deletions

30
exiv2/.SRCINFO Normal file
View File

@ -0,0 +1,30 @@
pkgbase = exiv2
pkgdesc = Exif, Iptc and XMP metadata manipulation library and tools
pkgver = 0.28.3
pkgrel = 1
url = https://exiv2.org
arch = x86_64
license = GPL2
checkdepends = python
makedepends = cmake
makedepends = gtest
makedepends = ninja
depends = brotli
depends = libbrotlidec.so
depends = curl
depends = expat
depends = libexpat.so
depends = gcc-libs
depends = gettext
depends = glibc
depends = libcurl.so
depends = libinih
depends = libINIReader.so
depends = zlib
depends = libz.so
provides = libexiv2.so
source = https://github.com/Exiv2/exiv2/archive/v0.28.3/exiv2-0.28.3.tar.gz
sha512sums = c8338a118feefa104d73932890c732247c884ab9ce1d170c43a22ab5884517a0e2a7fd1febde7705b8290fbbbc29e64738610404816e4db2b56a70fc444ca049
b2sums = 73ebdca376d69514a89261d2f78604c5d7ccbc6e73e5c5d61f8caa596fd6b60dd4d06df19cb9f93e402d9a76f1511955f77cfd74b407310a13952092ecfbf0ef
pkgname = exiv2

5
exiv2/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[exiv2]
source = "git"
git = "https://github.com/Exiv2/exiv2.git"
prefix = "v"
exclude_regex = ".*(pre|alpha|beta|rc|RC).*"

View File

@ -4,8 +4,8 @@
# Contributor: tobias <tobias@arhlinux.org>
pkgname=exiv2
pkgver=0.28.2
pkgrel=4
pkgver=0.28.3
pkgrel=1
pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools"
url="https://exiv2.org"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -23,8 +23,8 @@ makedepends=('cmake' 'gtest' 'ninja')
checkdepends=('python')
provides=('libexiv2.so')
source=(https://github.com/Exiv2/exiv2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('197cc607c0271b5731714713283756250031cef81ba7ed5d9c3e222b4c2397966cc2bbdbceaae706598329dde6f8a9729597d0ae4c36ac264c76546942e4e37b')
b2sums=('9d1d05c99804032dfb9b740e543d1e3cceae011b17853c8565ccad87e726ce1d0f410c13bf4fa8839bc8e0fecdf170a3acac568f14aad4628b3b844f6c21dd7e')
sha512sums=('c8338a118feefa104d73932890c732247c884ab9ce1d170c43a22ab5884517a0e2a7fd1febde7705b8290fbbbc29e64738610404816e4db2b56a70fc444ca049')
b2sums=('73ebdca376d69514a89261d2f78604c5d7ccbc6e73e5c5d61f8caa596fd6b60dd4d06df19cb9f93e402d9a76f1511955f77cfd74b407310a13952092ecfbf0ef')
build() {
cd ${pkgname}-${pkgver}