mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/zimg to 2.9.3-1
This commit is contained in:
parent
81ea3b33f1
commit
90eba203d3
1 changed files with 16 additions and 10 deletions
|
@ -5,17 +5,23 @@
|
|||
# - remove --enable-x86simd from configure
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=2.9.2
|
||||
pkgver=2.9.3
|
||||
pkgrel=1
|
||||
pkgdesc='Scaling, colorspace conversion, and dithering library'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/sekrit-twc/zimg'
|
||||
license=('custom:WTFPL')
|
||||
makedepends=('git')
|
||||
provides=('libzimg.so')
|
||||
options=('!emptydirs')
|
||||
source=("git+https://github.com/sekrit-twc/zimg.git#tag=release-${pkgver}")
|
||||
sha256sums=('SKIP')
|
||||
arch=(x86_64)
|
||||
url=https://github.com/sekrit-twc/zimg
|
||||
license=(custom:WTFPL)
|
||||
makedepends=(git)
|
||||
provides=(libzimg.so)
|
||||
options=(!emptydirs)
|
||||
source=(git+https://github.com/sekrit-twc/zimg.git#tag=527dd55fd5221bd223bf019456da215759073c6f)
|
||||
sha256sums=(SKIP)
|
||||
|
||||
pkgver() {
|
||||
cd zimg
|
||||
|
||||
git describe --tags | sed 's/^release-//'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd zimg
|
||||
|
@ -27,7 +33,7 @@ build() {
|
|||
cd zimg
|
||||
|
||||
./configure \
|
||||
--prefix='/usr' \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue