community/libyuv to r2322+3aebf69d-1.1

This commit is contained in:
Kevin Mihelich 2022-05-06 18:07:29 +00:00
parent 60086db40f
commit 9d0dc035d4

View file

@ -4,7 +4,7 @@
# - disable NEON, broken assembly
pkgname=libyuv
pkgver=r2266+eb6e7bb6
pkgver=r2322+3aebf69d
pkgrel=1.1
pkgdesc="Library for YUV scaling"
arch=(x86_64)
@ -12,8 +12,8 @@ url="https://chromium.googlesource.com/libyuv/libyuv/"
license=(custom)
depends=(gcc-libs libjpeg)
makedepends=(cmake git)
# Latest commit in https://chromium.googlesource.com/libyuv/libyuv/+log/refs/heads/stable
_commit=eb6e7bb63738e29efd82ea3cf2a115238a89fa51
# Version required by libavif
_commit=3aebf69d668177e7ee6dbbe0025e5c3dbb525ff2
source=(git+${url}#commit=${_commit})
sha512sums=(SKIP)
@ -23,7 +23,7 @@ pkgver() {
}
prepare() {
sed -i 's|yuvconvert ${JPEG_LIBRARY}|${ly_lib_shared} ${JPEG_LIBRARY}|g' ${pkgname}/CMakeLists.txt
sed -i 's|yuvconvert ${JPEG_LIBRARY}|${ly_lib_shared} ${JPEG_LIBRARY}|' ${pkgname}/CMakeLists.txt
}
build() {