Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libheif
Commits:
f2619e25 by Antonio Rojas at 2024-11-19T22:30:25+01:00
upgpkg: 1.19.5-1: Update to 1.19.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libheif
pkgdesc = An HEIF and AVIF file format decoder and encoder
- pkgver = 1.19.4
+ pkgver = 1.19.5
pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = libheif
optdepends = rav1e: rav1e encoder
optdepends = svt-av1: svt-av1 encoder
provides = libheif.so
- source = git+https://github.com/strukturag/libheif#tag=v1.19.4
- sha256sums =
eab79628a280e267b3c0a3f9c0992781f2ee796d5402145aaa287b66f13b9add
+ source = git+https://github.com/strukturag/libheif#tag=v1.19.5
+ sha256sums =
321c30e21eb2c28748df227b852916656b6bb9786e7c4cb4cfc6df29dfa73c0d
pkgname = libheif
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Adam Fontenot <[email protected]>
pkgname=libheif
-pkgver=1.19.4
+pkgver=1.19.5
pkgrel=1
pkgdesc='An HEIF and AVIF file format decoder and encoder'
arch=(x86_64)
@@ -31,7 +31,7 @@ optdepends=('libjpeg-turbo: for heif-convert and heif-enc'
'rav1e: rav1e encoder'
'svt-av1: svt-av1 encoder')
source=(git+https://github.com/strukturag/libheif#tag=v$pkgver)
-sha256sums=('eab79628a280e267b3c0a3f9c0992781f2ee796d5402145aaa287b66f13b9add')
+sha256sums=('321c30e21eb2c28748df227b852916656b6bb9786e7c4cb4cfc6df29dfa73c0d')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libheif/-/commit/f2619e25ed2638a292c86abc65e071b50ae3158f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libheif/-/commit/f2619e25ed2638a292c86abc65e071b50ae3158f
You're receiving this email because of your account on gitlab.archlinux.org.