mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/zimg to 2.0.4-1
This commit is contained in:
parent
2879af734f
commit
1c7ca8f0c2
1 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
# - remove --enable-x86simd from configure
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=2.0.3
|
||||
pkgver=2.0.4
|
||||
pkgrel=1
|
||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,7 +16,7 @@ depends=('gcc-libs' 'glibc')
|
|||
provides=('libzimg.so')
|
||||
options=('!emptydirs')
|
||||
source=("zimg-${pkgver}.tar.gz::https://github.com/sekrit-twc/zimg/archive/release-${pkgver}.tar.gz")
|
||||
|
||||
sha256sums=('e3b1f5b9f8ce750f96b9bc9801ff5d6aa931d35300d67711826e397df43c5245')
|
||||
|
||||
build() {
|
||||
cd zimg-release-${pkgver}
|
||||
|
@ -34,11 +34,10 @@ package(){
|
|||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
|
||||
mv "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
|
||||
ln -s "${pkgdir}"/usr/lib/{zimg/,vapoursynth/lib}vszimg.so
|
||||
|
||||
install -dm 755 "${pkgdir}"/usr/share/licenses/zimg
|
||||
install -m 644 COPYING "${pkgdir}"/usr/share/licenses/zimg/
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
sha256sums=('521b109348d4570e5b9a313b8549caaf882062740f4a20acd036d033149ae125')
|
||||
|
|
Loading…
Reference in a new issue