mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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>
|
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
||||||
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
|
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
|
||||||
|
|
||||||
|
@ -6,7 +5,7 @@
|
||||||
# - remove --enable-x86simd from configure
|
# - remove --enable-x86simd from configure
|
||||||
|
|
||||||
pkgname=zimg
|
pkgname=zimg
|
||||||
pkgver=2.7.5
|
pkgver=2.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -18,10 +17,15 @@ options=('!emptydirs')
|
||||||
source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}")
|
source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
build() {
|
prepare() {
|
||||||
cd zimg
|
cd zimg
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd zimg
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix='/usr' \
|
--prefix='/usr' \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
Loading…
Reference in a new issue