[arch-commits] Commit in dssi-vst/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 14:57:54 UTC 2015


    Date: Monday, December 7, 2015 @ 15:57:54
  Author: foutrelis
Revision: 149934

archrelease: copy trunk to community-staging-i686

Added:
  dssi-vst/repos/community-staging-i686/
  dssi-vst/repos/community-staging-i686/PKGBUILD
    (from rev 149933, dssi-vst/trunk/PKGBUILD)
  dssi-vst/repos/community-staging-i686/dssi-vst-winexec.patch
    (from rev 149933, dssi-vst/trunk/dssi-vst-winexec.patch)

------------------------+
 PKGBUILD               |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 dssi-vst-winexec.patch |   23 +++++++++++++++++++++++
 2 files changed, 69 insertions(+)

Copied: dssi-vst/repos/community-staging-i686/PKGBUILD (from rev 149933, dssi-vst/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 14:57:54 UTC (rev 149934)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Ray Rashif <schivmeister at gmail.com>
+
+pkgname=dssi-vst
+pkgver=0.9.2
+pkgrel=5
+pkgdesc="DSSI adapter/wrapper for win32 VST plug-ins"
+arch=('i686' 'x86_64')
+url="http://www.breakfastquay.com/dssi-vst/"
+license=('GPL')
+depends=('wine' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa')
+source=("http://code.breakfastquay.com/attachments/download/10/$pkgname-$pkgver.tar.bz2"
+	"$pkgname-winexec.patch")
+md5sums=('5c569200571de76dac18be4eb6fbd9c8'
+         '3e445482c8c5302de43be806f0c7506f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix executable extension issue
+  patch -p1 -i ../$pkgname-winexec.patch
+
+  # use CXXFLAGS in build
+  sed -i "/m32/! s/CXXFLAGS)/& $CXXFLAGS/" Makefile
+
+  # [x86_64] use /usr/lib32/dssi
+  if [[ $CARCH = x86_64 ]]; then
+    sed -i '/\/dssi-vst/s|DSSIDIR|&32|' Makefile
+    sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|&:\132\2|' remotevstclient.cpp
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make	BINDIR="$pkgdir/usr/bin" \
+  	DSSIDIR="$pkgdir/usr/lib/dssi" \
+  	DSSIDIR32="$pkgdir/usr/lib32/dssi" \
+	LADSPADIR="$pkgdir/usr/lib/ladspa" install
+}

Copied: dssi-vst/repos/community-staging-i686/dssi-vst-winexec.patch (from rev 149933, dssi-vst/trunk/dssi-vst-winexec.patch)
===================================================================
--- community-staging-i686/dssi-vst-winexec.patch	                        (rev 0)
+++ community-staging-i686/dssi-vst-winexec.patch	2015-12-07 14:57:54 UTC (rev 149934)
@@ -0,0 +1,23 @@
+Thanks to Fernando Lopez-Lezcano <nando at ccrma.stanford.edu>
+Reviewed by speps <speps at aur dot archlinux dot org>
+
+diff -aur dssi-vst-0.9.2/Makefile dssi-vst-0.9.2.patched/Makefile
+--- dssi-vst-0.9.2/Makefile	2010-05-04 11:01:29.000000000 +0200
++++ dssi-vst-0.9.2.patched/Makefile	2014-03-28 18:24:41.128287015 +0100
+@@ -38,12 +38,15 @@
+ all:		$(TARGETS)
+ 
+ install:	all
++		mkdir -p $(DSSIDIR)
+ 		mkdir -p $(DSSIDIR)/dssi-vst
+ 		mkdir -p $(LADSPADIR)
+ 		mkdir -p $(BINDIR)
+ 		install dssi-vst.so $(DSSIDIR)
+ 		install dssi-vst.so $(LADSPADIR)
+-		install dssi-vst-server.exe.so dssi-vst-server dssi-vst-scanner.exe.so dssi-vst-scanner dssi-vst_gui $(DSSIDIR)/dssi-vst
++		install dssi-vst-server.exe.so dssi-vst-scanner.exe.so dssi-vst_gui $(DSSIDIR)/dssi-vst
++		install dssi-vst-server.exe $(DSSIDIR)/dssi-vst/dssi-vst-server
++		install dssi-vst-scanner.exe $(DSSIDIR)/dssi-vst/dssi-vst-scanner
+ 		install vsthost $(BINDIR)
+ 
+ clean:



More information about the arch-commits mailing list