mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/zimg to 2.2.1-1
This commit is contained in:
parent
2b4fc33d0d
commit
b084dc660b
1 changed files with 2 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
# - remove --enable-x86simd from configure
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=2.1
|
||||
pkgver=2.2.1
|
||||
pkgrel=1
|
||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,14 +16,11 @@ 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=('e6d6c6c60b38ebaf74e2ab934b5b90b54e61f34e0a3f111c9da82958335f25da')
|
||||
sha256sums=('0ac3004f7612f91e2eda1aaaf170c2ceef4f90f881647b8e248f36b0e6954f54')
|
||||
|
||||
build() {
|
||||
cd zimg-release-${pkgver}
|
||||
|
||||
# GCC 6
|
||||
export CXXFLAGS="$CXXFLAGS -std=c++1z"
|
||||
|
||||
./autogen.sh
|
||||
./configure \
|
||||
--prefix='/usr' \
|
||||
|
|
Loading…
Reference in a new issue