Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
libheif
Commits:
fde3d501 by Christian Hesse at 2023-12-20T13:31:11+01:00
upgpkg: 1.17.6-1: new upstream release
- - - - -
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.17.5
- pkgrel = 2
+ pkgver = 1.17.6
+ pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
license = GPL3
@@ -25,7 +25,7 @@ pkgbase = libheif
optdepends = ffmpeg: hardware decode
optdepends = rav1e: rav1e encoder
optdepends = svt-av1: svt-av1 encoder
- source =
https://github.com/strukturag/libheif/releases/download/v1.17.5/libheif-1.17.5.tar.gz
- sha256sums =
38ab01938ef419dbebb98346dc0b1c8bb503a0449ea61a0e409a988786c2af5b
+ source =
https://github.com/strukturag/libheif/releases/download/v1.17.6/libheif-1.17.6.tar.gz
+ sha256sums =
8390baf4913eda0a183e132cec62b875fb2ef507ced5ddddc98dfd2f17780aee
pkgname = libheif
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Adam Fontenot <[email protected]>
pkgname=libheif
-pkgver=1.17.5
-pkgrel=2
+pkgver=1.17.6
+pkgrel=1
pkgdesc='An HEIF and AVIF file format decoder and encoder'
arch=(x86_64)
url='https://github.com/strukturag/libheif'
@@ -29,7 +29,7 @@ optdepends=('libjpeg: for heif-convert and heif-enc'
'rav1e: rav1e encoder'
'svt-av1: svt-av1 encoder')
source=(https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz)
-sha256sums=('38ab01938ef419dbebb98346dc0b1c8bb503a0449ea61a0e409a988786c2af5b')
+sha256sums=('8390baf4913eda0a183e132cec62b875fb2ef507ced5ddddc98dfd2f17780aee')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libheif/-/commit/fde3d50133e85714904886379428830446a3a03b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libheif/-/commit/fde3d50133e85714904886379428830446a3a03b
You're receiving this email because of your account on gitlab.archlinux.org.