summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-02-02 19:56:05 +0100
committerGustavo Alvarez2016-02-02 19:56:05 +0100
commit35ea89e759142b855ee55cc363b33c8c2cfd672f (patch)
treeda0c401b44334cfcba2d5115633eb05133230a0f
parentfbfdee5c1060063b4cde66321315ee3f864322f2 (diff)
downloadaur-35ea89e759142b855ee55cc363b33c8c2cfd672f.tar.gz
Some tweaks
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a25879fa73a5..84e8e0647fcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 18:55:40 UTC 2016
pkgbase = zimg-git
pkgdesc = Scaling, colorspace conversion, and dithering library. (GIT version)
- pkgver = 2.0.2.30.gfc9fee8
+ pkgver = 2.0.2.41.g6726c7a
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171334
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b6bc293b7c5e..da863aaba7a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=zimg-git
-pkgver=2.0.2.30.gfc9fee8
+pkgver=2.0.2.41.g6726c7a
pkgrel=1
pkgdesc="Scaling, colorspace conversion, and dithering library. (GIT version)"
arch=('i686' 'x86_64')
@@ -14,7 +14,10 @@ makedepends=('git')
provides=('zimg'
'libzimg.so'
)
-conflicts=('zimg' 'vapoursynth-plugin-zimg' 'vapoursynth-plugin-zimg-git')
+conflicts=('zimg'
+ 'vapoursynth-plugin-zimg'
+ 'vapoursynth-plugin-zimg-git'
+ )
source=('git+https://github.com/sekrit-twc/zimg.git')
sha1sums=('SKIP')
@@ -30,8 +33,10 @@ prepare() {
build() {
cd zimg
- ./configure --prefix=/usr \
- --enable-x86simd
+ ./configure \
+ --prefix=/usr \
+ --enable-x86simd \
+ --disable-static
make
}