Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: yabridge-4.0.2
@ 2022-09-26  8:12 ajtcode71
  2022-09-27  0:14 ` [PR PATCH] [Updated] " ajtcode71
                   ` (34 more replies)
  0 siblings, 35 replies; 36+ messages in thread
From: ajtcode71 @ 2022-09-26  8:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 745 bytes --]

There is a new pull request by ajtcode71 against master on the void-packages repository

https://github.com/ajtcode71/void-packages yabridge
https://github.com/void-linux/void-packages/pull/39475

New package: yabridge-4.0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/39475.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yabridge-39475.patch --]
[-- Type: text/x-diff, Size: 1883 bytes --]

From eb2ba4650d2c876837512bdfe9cfd55a5751206c Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:05:45 +1000
Subject: [PATCH] yabridge template - working

---
 srcpkgs/yabridge/template | 40 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 srcpkgs/yabridge/template

diff --git a/srcpkgs/yabridge/template b/srcpkgs/yabridge/template
new file mode 100644
index 000000000000..1d24b17ccdcf
--- /dev/null
+++ b/srcpkgs/yabridge/template
@@ -0,0 +1,40 @@
+# Template file for 'yabridge'
+pkgname=yabridge
+version=4.0.2
+revision=1
+archs="x86_64"
+build_style=meson
+## grep added due to void chroot grep being v3.7 which doesnt support 
+## perl regex. grep package is v3.8 which supports the software maintainers
+## scripts.
+hostmakedepends="ninja pkg-config cmake grep git gcc-multilib"
+makedepends="wine-tools wine-devel wine-devel-32bit libxcb-devel libxcb-devel-32bit"
+short_desc="Use Windows 32bit and 64bit VST2 and VST3 plugins in Linux 64bit host"
+maintainer="Anthony Thompson <athompson@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/robbert-vdh/yabridge"
+distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz"
+checksum=86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01
+
+
+do_configure() {
+	cd ${wrksrc}
+	meson setup build --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=1000 -Dbitbridge=true
+}
+
+do_build() {
+	ninja -C build/
+}
+
+do_install() {
+	cd ${wrksrc}/build
+	vbin yabridge-host.exe
+	vbin yabridge-host.exe.so
+	vbin yabridge-host-32.exe.so
+	vbin yabridge-host-32.exe
+	vmkdir usr/lib
+	vcopy libyabridge-chainloader-vst2.so /usr/lib
+	vcopy libyabridge-vst2.so /usr/lib
+	vcopy libyabridge-chainloader-vst3.so /usr/lib
+	vcopy libyabridge-vst3.so /usr/lib
+}

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2023-03-04 12:17 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26  8:12 [PR PATCH] New package: yabridge-4.0.2 ajtcode71
2022-09-27  0:14 ` [PR PATCH] [Updated] " ajtcode71
2022-10-01  7:51 ` ajtcode71
2022-10-01  8:47 ` [PR PATCH] [Updated] " ajtcode71
2022-10-01 10:57 ` [PR REVIEW] " paper42
2022-10-01 21:27 ` ajtcode71
2022-10-01 21:32 ` paper42
2022-10-01 21:32 ` paper42
2022-10-01 21:34 ` [PR PATCH] [Updated] " ajtcode71
2022-10-01 21:34 ` ajtcode71
2022-10-02  0:05 ` ajtcode71
2022-10-02  0:05 ` ajtcode71
2022-10-02  0:06 ` [PR REVIEW] " ajtcode71
2022-10-02  0:25 ` paper42
2022-10-02  0:42 ` [PR PATCH] [Updated] " ajtcode71
2022-10-02  0:45 ` ajtcode71
2022-10-02  0:48 ` [PR REVIEW] " ajtcode71
2022-10-02  9:45 ` paper42
2022-10-02 13:56 ` robbert-vdh
2022-10-03  2:08 ` [PR PATCH] [Updated] " ajtcode71
2022-10-03  2:08 ` ajtcode71
2022-10-03  2:14 ` [PR REVIEW] " ajtcode71
2022-10-03  2:20 ` [PR PATCH] [Updated] " ajtcode71
2022-10-03  2:20 ` ajtcode71
2022-10-03  2:20 ` [PR REVIEW] " ajtcode71
2022-10-03  2:22 ` [PR PATCH] [Updated] " ajtcode71
2022-10-03  2:22 ` ajtcode71
2022-10-10  2:07 ` ajtcode71
2022-10-27  8:48 ` [PR PATCH] [Updated] " ajtcode71
2022-10-27 21:14 ` ajtcode71
2022-10-27 21:23 ` ajtcode71
2022-10-27 21:28 ` ajtcode71
2022-11-10 11:08 ` ajtcode71
2023-02-09  2:35 ` github-actions
2023-02-24  2:00 ` [PR PATCH] [Closed]: " github-actions
2023-03-04 12:17 ` prez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).