[arch-commits] Commit in dssi-vst/repos (3 files)
David Runge
dvzrv at archlinux.org
Sun Dec 3 01:47:51 UTC 2017
Date: Sunday, December 3, 2017 @ 01:47:50
Author: dvzrv
Revision: 271951
archrelease: copy trunk to community-testing-x86_64
Added:
dssi-vst/repos/community-testing-x86_64/
dssi-vst/repos/community-testing-x86_64/PKGBUILD
(from rev 271950, dssi-vst/trunk/PKGBUILD)
dssi-vst/repos/community-testing-x86_64/dssi-vst-winexec.patch
(from rev 271950, dssi-vst/trunk/dssi-vst-winexec.patch)
------------------------+
PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++
dssi-vst-winexec.patch | 23 +++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: dssi-vst/repos/community-testing-x86_64/PKGBUILD (from rev 271950, dssi-vst/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2017-12-03 01:47:50 UTC (rev 271951)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Ray Rashif <schivmeister at gmail.com>
+
+pkgname=dssi-vst
+pkgver=0.9.2
+pkgrel=6
+pkgdesc="DSSI adapter/wrapper for win32 VST plug-ins"
+arch=('x86_64')
+url="http://www.breakfastquay.com/dssi-vst/"
+license=('GPL2')
+depends=('wine' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa')
+source=("http://code.breakfastquay.com/attachments/download/10/${pkgname}-${pkgver}.tar.bz2"
+ "$pkgname-winexec.patch")
+sha512sums=('647faa1f39dd6ffb13a23f23d5b150afa3fa20a4cb7c28fed8e71ff9b835e84f5410b24bf3b8c65fbdc147667e086cc165469f68da0132fa7a9c06b6ca17561f'
+ '2f4474554fec716a63ff7a54c06872aad79eda100df74b108afbcc7307116d6b9159c270d84f14112e5c52bbe543c18bcd455fc6022cf6266ffea086baf602d8')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+
+ # fix executable extension issue
+ patch -p1 -i "${srcdir}/${pkgname}-winexec.patch"
+
+ # use CXXFLAGS in build
+ sed -i "/m32/! s/CXXFLAGS)/& $CXXFLAGS/" Makefile
+
+ # /usr/lib32/dssi
+ sed -i '/\/dssi-vst/s|DSSIDIR|&32|' Makefile
+ sed -i '/DSSI_PATH/s|\(/usr/lib\)\(/dssi\)|&:\132\2|' remotevstclient.cpp
+}
+
+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-testing-x86_64/dssi-vst-winexec.patch (from rev 271950, dssi-vst/trunk/dssi-vst-winexec.patch)
===================================================================
--- community-testing-x86_64/dssi-vst-winexec.patch (rev 0)
+++ community-testing-x86_64/dssi-vst-winexec.patch 2017-12-03 01:47:50 UTC (rev 271951)
@@ -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