summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2016-06-24 06:36:40 +0200
committerAlbert Graef2016-06-24 06:36:40 +0200
commitadb82ac3220e41ddc3dd7899e706aee18abc28a7 (patch)
tree101edd6ae5c61cdd291587b673625e01cfabe747
parent7306c79c6d2c0ee8e7c21c55e560ce5c9d16eabf (diff)
downloadaur-adb82ac3220e41ddc3dd7899e706aee18abc28a7.tar.gz
Add missing nw.js dependencies.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b087e1abdaf..5d204b72c7dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 22 18:25:45 UTC 2016
+# Fri Jun 24 04:35:41 UTC 2016
pkgbase = purr-data-git
pkgdesc = Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)
- pkgver = r2727.fe96b91
+ pkgver = r2729.0e83b4c
pkgrel = 1
url = https://git.purrdata.net/jwilkes/purr-data
install = purr-data.install
@@ -54,6 +54,12 @@ pkgbase = purr-data-git
depends = vlc
depends = xapian-tcl-bindings
depends = zlib
+ depends = alsa-lib
+ depends = gconf
+ depends = gtk2
+ depends = nss
+ depends = libxtst
+ depends = libxss
provides = purr-data
provides = pd-l2ork
conflicts = purr-data
diff --git a/PKGBUILD b/PKGBUILD
index dd675f4619ee..5125e2834435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
# under /usr/include/pd-l2ork.
pkgname=purr-data-git
-pkgver=r2727.fe96b91
+pkgver=r2729.0e83b4c
pkgrel=1
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://git.purrdata.net/jwilkes/purr-data"
@@ -29,7 +29,8 @@ depends=('bluez-libs' 'desktop-file-utils' 'dssi' 'fftw'
'libdc1394' 'libdv' 'libgl' 'libiec61883' 'libjpeg' 'libquicktime'
'libxxf86vm' 'libtiff' 'libiec61883' 'libunicap' 'libraw1394'
'libsndobj-git' 'libv4l' 'libvorbis' 'lua51' 'portaudio'
- 'smpeg' 'speex' 'stk' 'tk' 'tkpng' 'vlc' 'xapian-tcl-bindings' 'zlib')
+ 'smpeg' 'speex' 'stk' 'tk' 'tkpng' 'vlc' 'xapian-tcl-bindings' 'zlib'
+ 'alsa-lib' 'gconf' 'gtk2' 'nss' 'libxtst' 'libxss')
makedepends=('autoconf' 'automake' 'libtool' 'git')
provides=('purr-data' 'pd-l2ork')
conflicts=('purr-data' 'pd-l2ork' 'pd-l2ork-git')