Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libheif
Commits:
807b9e30 by Antonio Rojas at 2025-04-28T00:18:41+02:00
upgpkg: 1.19.8-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libheif
pkgdesc = An HEIF and AVIF file format decoder and encoder
- pkgver = 1.19.7
- pkgrel = 3
+ pkgver = 1.19.8
+ pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
license = GPL3
@@ -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.7
- sha256sums =
d0286fc91459872716ac6ac352b8f49c612d77ab2b4269786eebe01c14ae8559
+ source = git+https://github.com/strukturag/libheif#tag=v1.19.8
+ sha256sums =
b77dfccd82588bcce71615d55d731aca5452d36b70c4127102ac0798cf022970
pkgname = libheif
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Adam Fontenot <[email protected]>
pkgname=libheif
-pkgver=1.19.7
-pkgrel=3
+pkgver=1.19.8
+pkgrel=1
pkgdesc='An HEIF and AVIF file format decoder and encoder'
arch=(x86_64)
url='https://github.com/strukturag/libheif'
@@ -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=('d0286fc91459872716ac6ac352b8f49c612d77ab2b4269786eebe01c14ae8559')
+sha256sums=('b77dfccd82588bcce71615d55d731aca5452d36b70c4127102ac0798cf022970')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libheif/-/commit/807b9e306379444548b2685b3779147ae7ef852c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libheif/-/commit/807b9e306379444548b2685b3779147ae7ef852c
You're receiving this email because of your account on gitlab.archlinux.org.