Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libheif
Commits:
a8a5c7da by Antonio Rojas at 2024-10-31T23:19:08+01:00
upgpkg: 1.19.0-1: Update to 1.19.0
- - - - -
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.18.2
- pkgrel = 3
+ pkgver = 1.19.0
+ pkgrel = 1
url = https://github.com/strukturag/libheif
arch = x86_64
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = libheif
makedepends = dav1d
makedepends = ffmpeg
makedepends = gdk-pixbuf2
+ makedepends = git
makedepends = libjpeg-turbo
makedepends = libpng
makedepends = rav1e
@@ -26,7 +27,7 @@ pkgbase = libheif
optdepends = rav1e: rav1e encoder
optdepends = svt-av1: svt-av1 encoder
provides = libheif.so
- source =
https://github.com/strukturag/libheif/releases/download/v1.18.2/libheif-1.18.2.tar.gz
- sha256sums =
c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf
+ source = git+https://github.com/strukturag/libheif#tag=v1.19.0
+ sha256sums =
a662fd3a8459b51446176855d160d0cce90ae9d4b740d5018291fb1b00a060f0
pkgname = libheif
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Adam Fontenot <[email protected]>
pkgname=libheif
-pkgver=1.18.2
-pkgrel=3
+pkgver=1.19.0
+pkgrel=1
pkgdesc='An HEIF and AVIF file format decoder and encoder'
arch=(x86_64)
url='https://github.com/strukturag/libheif'
@@ -13,6 +13,7 @@ makedepends=(cmake
dav1d
ffmpeg
gdk-pixbuf2
+ git
libjpeg-turbo
libpng
rav1e
@@ -29,13 +30,11 @@ optdepends=('libjpeg-turbo: for heif-convert and heif-enc'
'ffmpeg: hardware decode'
'rav1e: rav1e encoder'
'svt-av1: svt-av1 encoder')
-source=(
-
https://github.com/strukturag/libheif/releases/download/v$pkgver/libheif-$pkgver.tar.gz
-)
-sha256sums=('c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf')
+source=(git+https://github.com/strukturag/libheif#tag=v$pkgver)
+sha256sums=('a662fd3a8459b51446176855d160d0cce90ae9d4b740d5018291fb1b00a060f0')
build() {
- cmake -B build -S $pkgname-$pkgver \
+ cmake -B build -S $pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_DAV1D=ON \
-DWITH_RAV1E=ON \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libheif/-/commit/a8a5c7da56d0360f89051f501681a6cf906428f9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libheif/-/commit/a8a5c7da56d0360f89051f501681a6cf906428f9
You're receiving this email because of your account on gitlab.archlinux.org.