mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-27 00:10:29 +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
|
# - disable NEON, broken assembly
|
||||||
|
|
||||||
pkgname=libyuv
|
pkgname=libyuv
|
||||||
pkgver=r2266+eb6e7bb6
|
pkgver=r2322+3aebf69d
|
||||||
pkgrel=1.1
|
pkgrel=1.1
|
||||||
pkgdesc="Library for YUV scaling"
|
pkgdesc="Library for YUV scaling"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -12,8 +12,8 @@ url="https://chromium.googlesource.com/libyuv/libyuv/"
|
||||||
license=(custom)
|
license=(custom)
|
||||||
depends=(gcc-libs libjpeg)
|
depends=(gcc-libs libjpeg)
|
||||||
makedepends=(cmake git)
|
makedepends=(cmake git)
|
||||||
# Latest commit in https://chromium.googlesource.com/libyuv/libyuv/+log/refs/heads/stable
|
# Version required by libavif
|
||||||
_commit=eb6e7bb63738e29efd82ea3cf2a115238a89fa51
|
_commit=3aebf69d668177e7ee6dbbe0025e5c3dbb525ff2
|
||||||
source=(git+${url}#commit=${_commit})
|
source=(git+${url}#commit=${_commit})
|
||||||
sha512sums=(SKIP)
|
sha512sums=(SKIP)
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ pkgver() {
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
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() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue