summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-03-26 10:06:35 -0300
committerDaniel Bermond2017-03-26 10:06:35 -0300
commit75f902984f545c761d50a147bd5b282d0b4c6fe4 (patch)
tree95ed2690326d512769e2829f9923bc7d7d7a671f
parent9414fddcc313c82783b7ba62a40f2935c9eefb17 (diff)
downloadaur-75f902984f545c761d50a147bd5b282d0b4c6fe4.tar.gz
Minor changes in configure script arguments
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3fb8df20410..e888e359c76a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 26 13:04:28 UTC 2017
+# Sun Mar 26 13:06:11 UTC 2017
pkgbase = frei0r-plugins-git
pkgdesc = A minimalistic plugin API for video sources and filters (Git version)
pkgver = 1.5.r5.gb63f5db
- pkgrel = 3
+ pkgrel = 4
url = https://www.dyne.org/software/frei0r/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e7b820065d3d..6cb4202b1ee1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=frei0r-plugins-git
pkgver=1.5.r5.gb63f5db
-pkgrel=3
+pkgrel=4
pkgdesc="A minimalistic plugin API for video sources and filters (Git version)"
arch=('i686' 'x86_64')
url="https://www.dyne.org/software/frei0r/"
@@ -33,7 +33,9 @@ build() {
./configure \
--prefix=/usr \
--enable-static=no \
- --enable-shared=yes
+ --enable-shared=yes \
+ --enable-fast-install=yes \
+ --enable-cpuflags
make
}