kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / libavif
Commits:
95ae37b2 by kpcyrd at 2023-10-11T19:19:22+02:00
upgpkg: 1.0.1-3: cargo-c rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libavif
pkgdesc = Library for encoding and decoding .avif files
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/AOMediaCodec/libavif
arch = x86_64
license = BSD
@@ -12,7 +12,7 @@ pkgbase = libavif
depends = glibc
depends = aom
depends = dav1d
- depends = rav1e
+ depends = librav1e.so
depends = svt-av1
depends = libpng
depends = libjpeg
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
pkgname=libavif
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Library for encoding and decoding .avif files"
arch=(x86_64)
url="https://github.com/AOMediaCodec/libavif"
license=(BSD)
-depends=(glibc aom dav1d rav1e svt-av1 libpng libjpeg libyuv)
+depends=(glibc aom dav1d librav1e.so svt-av1 libpng libjpeg libyuv)
makedepends=(cmake nasm pkgconf gdk-pixbuf2)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('398fe7039ce35db80fe7da8d116035924f2c02ea4a4aa9f4903df6699287599c')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libavif/-/commit/95ae37b2fba7141c86940a4fd4885776c0a47606
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libavif/-/commit/95ae37b2fba7141c86940a4fd4885776c0a47606
You're receiving this email because of your account on gitlab.archlinux.org.