mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/libyuv to r2322+3aebf69d-1.1
This commit is contained in:
parent
60086db40f
commit
9d0dc035d4
1 changed files with 4 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue