summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-12-24 22:30:21 +0100
committersl1pkn072015-12-24 22:30:21 +0100
commitc1fd3a1639cb369651866afbe43ef29c5c7b618c (patch)
tree73e1a077fc086d1a0a7ae22cffbe76b07e38d1c0
parentabeca53e5c9eced4621e543ce986410c088a6767 (diff)
downloadaur-c1fd3a1639cb369651866afbe43ef29c5c7b618c.tar.gz
add -mno-xop to CXXFLAGS
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f99e04c8658..881f2ba8e3f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Dec 24 21:30:15 UTC 2015
pkgbase = vapoursynth-plugin-yadifmod-git
pkgdesc = Plugin for Vapoursynth: yadifmod (GIT Version)
- pkgver = r8.1.g2fbfe3b
+ pkgver = r8.6.g9fb9467
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=171028
arch = i686
@@ -8,7 +10,7 @@ pkgbase = vapoursynth-plugin-yadifmod-git
license = GPL
makedepends = git
depends = vapoursynth
- provides = vapoursynth--plugin-yadifmod
+ provides = vapoursynth-plugin-yadifmod
conflicts = vapoursynth-plugin-yadifmod
source = yadifmod::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Yadifmod.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1499993587d7..f944934e7aca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=yadifmod
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r8.1.g2fbfe3b
+pkgver=r8.6.g9fb9467
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT Version)"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='http://forum.doom9.org/showthread.php?t=171028'
license=('GPL')
depends=('vapoursynth')
makedepends=('git')
-provides=("vapoursynth--plugin-${_plug}")
+provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Yadifmod.git")
sha1sums=('SKIP')
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd "${_plug}"
./configure --install="${pkgdir}/usr/lib/vapoursynth" \
- --extra-cxxflags="${CXXFLAGS}" \
+ --extra-cxxflags="${CXXFLAGS} ${CPPFLAGS} -mno-xop" \
--extra-ldflags="${LDFLAGS}"
make
}