diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2015-05-28 11:29:47 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2015-05-28 11:29:47 -0300 |
commit | fcb2d26cfa3b265200b5ae9e949d787a56bd4f14 (patch) | |
tree | 60bf5147d7608e6217b37e6807c386b3a43a2b36 /pcr/xsynth-dssi/PKGBUILD | |
parent | 19fe7e7da672746eea0c2cae0307cea5e54fb23e (diff) | |
parent | b0bb663657922f0154dd8d60a6d5455f9a2bfe3c (diff) | |
download | abslibre-fcb2d26cfa3b265200b5ae9e949d787a56bd4f14.tar.gz abslibre-fcb2d26cfa3b265200b5ae9e949d787a56bd4f14.tar.bz2 abslibre-fcb2d26cfa3b265200b5ae9e949d787a56bd4f14.zip |
Merge branch 'master' of git://projects.parabola.nu/abslibre/abslibre
Diffstat (limited to 'pcr/xsynth-dssi/PKGBUILD')
-rw-r--r-- | pcr/xsynth-dssi/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pcr/xsynth-dssi/PKGBUILD b/pcr/xsynth-dssi/PKGBUILD index f353b9bfa..9b214d00f 100644 --- a/pcr/xsynth-dssi/PKGBUILD +++ b/pcr/xsynth-dssi/PKGBUILD @@ -1,13 +1,15 @@ +# $Id$ +# Maintainer (Arch): Sean Bolton musound at jps dot net +# Contributor (Arch): Thomas Karmann <thomas@karmann-paf.de> # Maintainer: Guest One <theguestone at gmail dot com> - pkgname=xsynth-dssi pkgver=0.9.4 -pkgrel=1 +pkgrel=2 pkgdesc="An analog-style (VCOs-VCF-VCA) synth plugin for DSSI" -arch=('i686') +arch=('i686' 'x86_64') url="http://dssi.sourceforge.net/download.html#Xsynth-DSSI" license=('GPL') -depends=('gtk2' 'liblo') +depends=('gtk2' 'liblo>=0.22') makedepends=('dssi' 'ladspa') options=('!libtool') source=(http://downloads.sourceforge.net/project/dssi/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz |