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

Ray Rashif schiv at nymeria.archlinux.org
Tue Feb 4 18:22:53 UTC 2014


    Date: Tuesday, February 4, 2014 @ 19:22:53
  Author: schiv
Revision: 105290

archrelease: copy trunk to community-testing-i686

Added:
  dssi-vst/repos/community-testing-i686/
  dssi-vst/repos/community-testing-i686/ChangeLog
    (from rev 105289, dssi-vst/trunk/ChangeLog)
  dssi-vst/repos/community-testing-i686/PKGBUILD
    (from rev 105289, dssi-vst/trunk/PKGBUILD)
  dssi-vst/repos/community-testing-i686/winexec.patch
    (from rev 105289, dssi-vst/trunk/winexec.patch)

---------------+
 ChangeLog     |   11 +++++++++++
 PKGBUILD      |   43 +++++++++++++++++++++++++++++++++++++++++++
 winexec.patch |   14 ++++++++++++++
 3 files changed, 68 insertions(+)

Copied: dssi-vst/repos/community-testing-i686/ChangeLog (from rev 105289, dssi-vst/trunk/ChangeLog)
===================================================================
--- community-testing-i686/ChangeLog	                        (rev 0)
+++ community-testing-i686/ChangeLog	2014-02-04 18:22:53 UTC (rev 105290)
@@ -0,0 +1,11 @@
+6 May 2010 (GMT+8) Ray Rashif <schivmeister at gmail.com>
+
+	* 0.9.2
+	upstream release
+	gcc 4.4 patch no longer required
+	file extension issue still unsolved; winexec patch required
+
+26 Dec 2009 (GMT+8) Ray Rashif <schivmeister at gmail.com>
+
+	* 0.8-1
+	initial commit

Copied: dssi-vst/repos/community-testing-i686/PKGBUILD (from rev 105289, dssi-vst/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-02-04 18:22:53 UTC (rev 105290)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ray Rashif <schivmeister at gmail.com>
+
+pkgname=dssi-vst
+pkgver=0.9.2
+pkgrel=3
+pkgdesc="DSSI adapter/wrapper for win32 VST plug-ins"
+arch=('i686')
+url="http://www.breakfastquay.com/dssi-vst/"
+license=('GPL')
+depends=('wine' 'jack' 'liblo>=0.28')
+makedepends=('dssi' 'ladspa')
+source=("http://code.breakfastquay.com/attachments/download/10/$pkgname-$pkgver.tar.bz2"
+	'winexec.patch')
+md5sums=('5c569200571de76dac18be4eb6fbd9c8'
+         '7578313fb2861165ed349cef1d02f829')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix executable extension issue
+  patch -Np1 -i "${srcdir}/winexec.patch"
+
+  # use CXXFLAGS in build
+  sed -i \
+    "s:-Ivestige -Wall -fPIC:$CXXFLAGS -Ivestige -Wall -fPIC:" Makefile
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make	BINDIR="$pkgdir/usr/bin" \
+  	DSSIDIR="$pkgdir/usr/lib/dssi" \
+	LADSPADIR="$pkgdir/usr/lib/ladspa" install
+
+  # dssi-vst does not know about the executable extension issue
+  cd "$pkgdir/usr/lib/dssi/dssi-vst"
+
+  mv dssi-vst-server.exe dssi-vst-server
+  mv dssi-vst-scanner.exe dssi-vst-scanner
+}

Copied: dssi-vst/repos/community-testing-i686/winexec.patch (from rev 105289, dssi-vst/trunk/winexec.patch)
===================================================================
--- community-testing-i686/winexec.patch	                        (rev 0)
+++ community-testing-i686/winexec.patch	2014-02-04 18:22:53 UTC (rev 105290)
@@ -0,0 +1,14 @@
+Thanks to Fernando Lopez-Lezcano <nando at ccrma.stanford.edu>
+
+diff -rupN dssi-vst-0.8.old/Makefile dssi-vst-0.8/Makefile
+--- dssi-vst-0.8.old/Makefile	2008-12-12 07:34:31.000000000 -0500
++++ dssi-vst-0.8/Makefile	2009-04-30 04:49:04.000000000 -0400
+@@ -43,7 +43,7 @@ install:	all
+ 		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-server.exe dssi-vst-scanner.exe.so dssi-vst-scanner.exe dssi-vst_gui $(DSSIDIR)/dssi-vst
+ 		install vsthost $(BINDIR)
+
+ clean:




More information about the arch-commits mailing list