summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-08-06 17:00:21 +0200
committerGustavo Alvarez2016-08-06 17:00:21 +0200
commit7c455349d8b972dccc077aa6bf5f19797449e6e7 (patch)
treebbdd39afbe18b50f21fde25c62796930e44b0e25
parentb0f1354af825f0ef75e77193882cdacc01ed6a05 (diff)
downloadaur-7c455349d8b972dccc077aa6bf5f19797449e6e7.tar.gz
GPL -> MIT
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 486db6b5ce51..226a1ebe41b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Aug 6 15:00:01 UTC 2016
pkgbase = vapoursynth-plugin-sangnommod-git
pkgdesc = Plugin for Vapoursynth: sangnommod (GIT version)
pkgver = v0.1.fix.2.g61674a9
@@ -5,7 +7,7 @@ pkgbase = vapoursynth-plugin-sangnommod-git
url = http://homeofvapoursynthevolution.github.io
arch = i686
arch = x86_64
- license = GPL
+ license = MIT
makedepends = git
depends = vapoursynth
provides = vapoursynth-plugin-sangnommod
diff --git a/PKGBUILD b/PKGBUILD
index ee1fe13fa9ff..7dcb99ff8b67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
url='http://homeofvapoursynthevolution.github.io'
-license=('GPL')
+license=('MIT')
depends=('vapoursynth')
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
@@ -22,9 +22,10 @@ pkgver() {
build() {
cd "${_plug}"
- ./configure --install="${pkgdir}/usr/lib/vapoursynth" \
- --extra-cxxflags="${CXXFLAGS}" \
- --extra-ldflags="${LDFLAGS}"
+ ./configure \
+ --install="${pkgdir}/usr/lib/vapoursynth" \
+ --extra-cxxflags="${CXXFLAGS} ${CPPFLAGS}" \
+ --extra-ldflags="${LDFLAGS}"
make
}