Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libheif
Commits:
f780164d by Antonio Rojas at 2026-01-16T11:57:14+01:00
upgpkg: 1.21.2-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.21.1
- pkgrel = 3
+ pkgver = 1.21.2
+ pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
license = LGPL-3.0-or-later
@@ -23,15 +23,16 @@ pkgbase = libheif
depends = openh264
depends = x264
depends = x265
- optdepends = libjpeg-turbo: for heif-convert and heif-enc
- optdepends = libpng: for heif-convert and heif-enc
+ optdepends = libjpeg-turbo: for heif-dec and heif-enc
+ optdepends = libpng: for heif-dec and heif-enc
+ optdepends = libtiff: for heif-dec and hei-enc
optdepends = dav1d: dav1d encoder
optdepends = ffmpeg: hardware decode
optdepends = openjpeg2: JPEG2000 decoder
optdepends = rav1e: rav1e encoder
optdepends = svt-av1: svt-av1 encoder
provides = libheif.so
- source = git+https://github.com/strukturag/libheif#tag=v1.21.1
- sha256sums =
c65e12cbd8351faa11af579229d5bdb4dae610680f0a21f86c194dfed72d7123
+ source = git+https://github.com/strukturag/libheif#tag=v1.21.2
+ sha256sums =
2eb27d784c24061f996af7d578af25282de08802d56bfaa674a1a3ae9e86acda
pkgname = libheif
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Adam Fontenot <[email protected]>
pkgname=libheif
-pkgver=1.21.1
-pkgrel=3
+pkgver=1.21.2
+pkgrel=1
pkgdesc='An HEIF and AVIF file format decoder and encoder'
arch=(x86_64)
url='https://github.com/strukturag/libheif'
@@ -36,7 +36,7 @@ optdepends=('libjpeg-turbo: for heif-dec and heif-enc'
'rav1e: rav1e encoder'
'svt-av1: svt-av1 encoder')
source=(git+https://github.com/strukturag/libheif#tag=v$pkgver)
-sha256sums=('c65e12cbd8351faa11af579229d5bdb4dae610680f0a21f86c194dfed72d7123')
+sha256sums=('2eb27d784c24061f996af7d578af25282de08802d56bfaa674a1a3ae9e86acda')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libheif/-/commit/f780164d03c087e4d4f7166269e172bd043053ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libheif/-/commit/f780164d03c087e4d4f7166269e172bd043053ba
You're receiving this email because of your account on gitlab.archlinux.org.