summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas F2016-03-11 17:02:14 +0100
committerNicolas F2016-03-11 17:02:14 +0100
commitc43110142cf6f77976d68d1f524fe279e4c9cae7 (patch)
treee5b908590f404d9f918ccafcf1a2ae216076e38e
parent2f2220eac86560b6c0a3be480f8d56492cab3146 (diff)
downloadaur-c43110142cf6f77976d68d1f524fe279e4c9cae7.tar.gz
Add --enable-snowmixglut
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93eaa5ce27ed..c4650ee3c1ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Mar 11 15:26:57 UTC 2016
+# Fri Mar 11 16:02:02 UTC 2016
pkgbase = snowmix
pkgdesc = Dynamic audio and video feed mixer
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://snowmix.sourceforge.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 52cdffd9d174..210345267513 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas F. <aur@fratti.ch>
pkgname=snowmix
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic audio and video feed mixer"
arch=('i686' 'x86_64')
url="https://snowmix.sourceforge.net"
@@ -25,7 +25,7 @@ build() {
automake --add-missing
./configure --prefix=/usr --enable-snowmixosmesa --enable-snowmixx11 \
- --enable-snowmixglu --enable-snowmixgui
+ --enable-snowmixglu --enable-snowmixglut --enable-snowmixgui
export SNOWMIX="/usr/lib/Snowmix-$pkgver"
make
}