mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/zimg to 2.8-1
This commit is contained in:
parent
888b95d778
commit
39fdeb6fe3
1 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
||||
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
|
||||
|
||||
|
@ -6,7 +5,7 @@
|
|||
# - remove --enable-x86simd from configure
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=2.7.5
|
||||
pkgver=2.8
|
||||
pkgrel=1
|
||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||
arch=('x86_64')
|
||||
|
@ -18,10 +17,15 @@ options=('!emptydirs')
|
|||
source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
build() {
|
||||
prepare() {
|
||||
cd zimg
|
||||
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
build() {
|
||||
cd zimg
|
||||
|
||||
./configure \
|
||||
--prefix='/usr' \
|
||||
--disable-static
|
||||
|
|
Loading…
Reference in a new issue