summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38d99348c9c2..3a8fe1630ed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = friture
pkgdesc = An application to visualize and analyze live audio data in real-time.
pkgver = 0.14
- pkgrel = 2
+ pkgrel = 3
url = http://tlecomte.github.com/friture/
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = friture
depends = python2-scipy
depends = python2-psutil
depends = python2-pyaudio
+ depends = python2-opengl
optdepends = jack: for JACK I/O support
source = http://pypi.python.org/packages/source/f/friture/friture-0.14.tar.gz
md5sums = 866407aefd359ae16015f4ce6a2cd212
diff --git a/PKGBUILD b/PKGBUILD
index ccdaae709513..9f4bf37dc61c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=friture
pkgver=0.14
-pkgrel=2
+pkgrel=3
pkgdesc="An application to visualize and analyze live audio data in real-time."
arch=(i686 x86_64)
url="http://tlecomte.github.com/friture/"
license=('GPL3')
-depends=('pyqwt' 'python2-scipy' 'python2-psutil' 'python2-pyaudio')
+depends=('pyqwt' 'python2-scipy' 'python2-psutil' 'python2-pyaudio' 'python2-opengl')
optdepends=('jack: for JACK I/O support')
makedepends=('cython2')
source=("http://pypi.python.org/packages/source/f/$pkgname/$pkgname-$pkgver.tar.gz")