Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] singular: update checksum
@ 2022-10-03  5:38 ajtcode71
  2022-10-03  5:40 ` ajtcode71
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ajtcode71 @ 2022-10-03  5:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages singular
https://github.com/void-linux/void-packages/pull/39650

singular: update checksum
#### Testing the changes
- I tested the changes in this PR: **briefly**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64, glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
  - i686
  - x86_64-musl
-->


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

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

From 89a0a90506c7de8f89b3cdb376fbe838dad5a67d Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sun, 2 Oct 2022 11:42:02 +1100
Subject: [PATCH 1/2] New package: yabridge-4.0.2

---
 .../yabridge/patches/wine-version-check.diff  | 11 ++++++
 srcpkgs/yabridge/template                     | 39 +++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/yabridge/patches/wine-version-check.diff
 create mode 100644 srcpkgs/yabridge/template

diff --git a/srcpkgs/yabridge/patches/wine-version-check.diff b/srcpkgs/yabridge/patches/wine-version-check.diff
new file mode 100644
index 000000000000..86fae294d6c2
--- /dev/null
+++ b/srcpkgs/yabridge/patches/wine-version-check.diff
@@ -0,0 +1,11 @@
+--- a/meson.build	2022-06-27 23:54:16.000000000 +1000
++++ b/meson.build	2022-10-03 11:53:08.442051982 +1100
+@@ -135,7 +135,7 @@
+ #
+ # https://bugs.winehq.org/show_bug.cgi?id=49138
+ wine_version = run_command(
+-  'sh', '-c', '''wine --version | grep --only-matching -P '[0-9]+\.[0-9]+' | head -n1''',
++  'sh', '-c', '''wine --version | grep --only-matching -E '[0-9]+\.[0-9]+' | head -n1''',
+   check : false
+ )
+ if wine_version.returncode() == 0
diff --git a/srcpkgs/yabridge/template b/srcpkgs/yabridge/template
new file mode 100644
index 000000000000..1fd9e60bb609
--- /dev/null
+++ b/srcpkgs/yabridge/template
@@ -0,0 +1,39 @@
+# Template file for 'yabridge'
+pkgname=yabridge
+version=4.0.2
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="ninja pkg-config cmake git $(vopt_if with_32bit "gcc-multilib")"
+makedepends="wine-tools wine-devel libxcb-devel libxcb $(vopt_if with_32bit "wine-devel-32bit") $(vopt_if with_32bit "libxcb-devel-32bit")"
+depends="wine $(vopt_if with_32bit "wine-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
+build_options="with_32bit"
+build_options_default="with_32bit"
+
+do_configure() {
+		cd ${wrksrc}
+		meson setup build  --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=1000 $(vopt_if with_32bit "-Dbitbridge=true")
+}
+
+do_build() {
+	ninja -C build/
+}
+
+do_install() {
+	cd ${wrksrc}/build
+	vbin yabridge-host.exe
+	vbin yabridge-host.exe.so
+	vopt_if with_32bit vbin yabridge-host-32.exe.so
+	vopt_if with_32bit 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
+}

From 020810f70a986cf8522d4c5ff77f4ec516a71faa Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 3 Oct 2022 16:36:21 +1100
Subject: [PATCH 2/2] singular: update checksum

---
 srcpkgs/singular/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/singular/template b/srcpkgs/singular/template
index 2d279f6c5385..f23659ef5d83 100644
--- a/srcpkgs/singular/template
+++ b/srcpkgs/singular/template
@@ -18,7 +18,7 @@ short_desc="Computer algebra system for polynomial computations"
 maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.singular.uni-kl.de"
-distfiles="https://service.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${version//./-}/singular-${version}.tar.gz"
+distfiles="https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${version//./-}/singular-${version}.tar.gz"
 checksum=74f38288203720e3f280256f2f8deb94030dd032b4237d844652aff0faab36e7
 
 if [ -z "$CROSS_BUILD" ]; then

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

* Re: singular: update checksum
  2022-10-03  5:38 [PR PATCH] singular: update checksum ajtcode71
@ 2022-10-03  5:40 ` ajtcode71
  2022-10-03  5:41 ` [PR PATCH] [Updated] " ajtcode71
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ajtcode71 @ 2022-10-03  5:40 UTC (permalink / raw)
  To: ml

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

New comment by ajtcode71 on void-packages repository

https://github.com/void-linux/void-packages/pull/39650#issuecomment-1264960947

Comment:
There is a new version 4.3.1 but currently not compiling for musl builds - errors. 

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

* Re: [PR PATCH] [Updated] singular: update checksum
  2022-10-03  5:38 [PR PATCH] singular: update checksum ajtcode71
  2022-10-03  5:40 ` ajtcode71
@ 2022-10-03  5:41 ` ajtcode71
  2022-10-03  5:43 ` [PR PATCH] [Closed]: " ajtcode71
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ajtcode71 @ 2022-10-03  5:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ajtcode71 against master on the void-packages repository

https://github.com/ajtcode71/void-packages singular
https://github.com/void-linux/void-packages/pull/39650

singular: update checksum
#### Testing the changes
- I tested the changes in this PR: **briefly**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64, glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
  - i686
  - x86_64-musl
-->


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

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

From 89a0a90506c7de8f89b3cdb376fbe838dad5a67d Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sun, 2 Oct 2022 11:42:02 +1100
Subject: [PATCH] New package: yabridge-4.0.2

---
 .../yabridge/patches/wine-version-check.diff  | 11 ++++++
 srcpkgs/yabridge/template                     | 39 +++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/yabridge/patches/wine-version-check.diff
 create mode 100644 srcpkgs/yabridge/template

diff --git a/srcpkgs/yabridge/patches/wine-version-check.diff b/srcpkgs/yabridge/patches/wine-version-check.diff
new file mode 100644
index 000000000000..86fae294d6c2
--- /dev/null
+++ b/srcpkgs/yabridge/patches/wine-version-check.diff
@@ -0,0 +1,11 @@
+--- a/meson.build	2022-06-27 23:54:16.000000000 +1000
++++ b/meson.build	2022-10-03 11:53:08.442051982 +1100
+@@ -135,7 +135,7 @@
+ #
+ # https://bugs.winehq.org/show_bug.cgi?id=49138
+ wine_version = run_command(
+-  'sh', '-c', '''wine --version | grep --only-matching -P '[0-9]+\.[0-9]+' | head -n1''',
++  'sh', '-c', '''wine --version | grep --only-matching -E '[0-9]+\.[0-9]+' | head -n1''',
+   check : false
+ )
+ if wine_version.returncode() == 0
diff --git a/srcpkgs/yabridge/template b/srcpkgs/yabridge/template
new file mode 100644
index 000000000000..1fd9e60bb609
--- /dev/null
+++ b/srcpkgs/yabridge/template
@@ -0,0 +1,39 @@
+# Template file for 'yabridge'
+pkgname=yabridge
+version=4.0.2
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="ninja pkg-config cmake git $(vopt_if with_32bit "gcc-multilib")"
+makedepends="wine-tools wine-devel libxcb-devel libxcb $(vopt_if with_32bit "wine-devel-32bit") $(vopt_if with_32bit "libxcb-devel-32bit")"
+depends="wine $(vopt_if with_32bit "wine-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
+build_options="with_32bit"
+build_options_default="with_32bit"
+
+do_configure() {
+		cd ${wrksrc}
+		meson setup build  --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=1000 $(vopt_if with_32bit "-Dbitbridge=true")
+}
+
+do_build() {
+	ninja -C build/
+}
+
+do_install() {
+	cd ${wrksrc}/build
+	vbin yabridge-host.exe
+	vbin yabridge-host.exe.so
+	vopt_if with_32bit vbin yabridge-host-32.exe.so
+	vopt_if with_32bit 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] 9+ messages in thread

* Re: [PR PATCH] [Closed]: singular: update checksum
  2022-10-03  5:38 [PR PATCH] singular: update checksum ajtcode71
  2022-10-03  5:40 ` ajtcode71
  2022-10-03  5:41 ` [PR PATCH] [Updated] " ajtcode71
@ 2022-10-03  5:43 ` ajtcode71
  2022-10-03  5:43 ` [PR PATCH] [Updated] " ajtcode71
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ajtcode71 @ 2022-10-03  5:43 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

singular: update checksum
https://github.com/void-linux/void-packages/pull/39650

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64, glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
  - i686
  - x86_64-musl
-->


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

* Re: [PR PATCH] [Updated] singular: update checksum
  2022-10-03  5:38 [PR PATCH] singular: update checksum ajtcode71
                   ` (2 preceding siblings ...)
  2022-10-03  5:43 ` [PR PATCH] [Closed]: " ajtcode71
@ 2022-10-03  5:43 ` ajtcode71
  2022-10-03  5:52 ` ajtcode71
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ajtcode71 @ 2022-10-03  5:43 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ajtcode71 against master on the void-packages repository

https://github.com/ajtcode71/void-packages singular
https://github.com/void-linux/void-packages/pull/39650

singular: update checksum
#### Testing the changes
- I tested the changes in this PR: **briefly**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64, glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
  - i686
  - x86_64-musl
-->


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

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



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

* Re: [PR PATCH] [Updated] singular: update checksum
  2022-10-03  5:38 [PR PATCH] singular: update checksum ajtcode71
                   ` (3 preceding siblings ...)
  2022-10-03  5:43 ` [PR PATCH] [Updated] " ajtcode71
@ 2022-10-03  5:52 ` ajtcode71
  2022-10-03  5:55 ` ajtcode71
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ajtcode71 @ 2022-10-03  5:52 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ajtcode71 against master on the void-packages repository

https://github.com/ajtcode71/void-packages singular
https://github.com/void-linux/void-packages/pull/39650

singular: update checksum
#### Testing the changes
- I tested the changes in this PR: **briefly**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64, glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
  - i686
  - x86_64-musl
-->


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

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

From 3aed52d4a27a3794bf8bc221e21c8e1603b83ad7 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 3 Oct 2022 16:51:20 +1100
Subject: [PATCH] singular: updated distfiles with new location

---
 srcpkgs/singular/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/singular/template b/srcpkgs/singular/template
index 2d279f6c5385..f23659ef5d83 100644
--- a/srcpkgs/singular/template
+++ b/srcpkgs/singular/template
@@ -18,7 +18,7 @@ short_desc="Computer algebra system for polynomial computations"
 maintainer="dkwo <nicolopiazzalunga@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.singular.uni-kl.de"
-distfiles="https://service.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${version//./-}/singular-${version}.tar.gz"
+distfiles="https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${version//./-}/singular-${version}.tar.gz"
 checksum=74f38288203720e3f280256f2f8deb94030dd032b4237d844652aff0faab36e7
 
 if [ -z "$CROSS_BUILD" ]; then

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

* Re: singular: update checksum
  2022-10-03  5:38 [PR PATCH] singular: update checksum ajtcode71
                   ` (4 preceding siblings ...)
  2022-10-03  5:52 ` ajtcode71
@ 2022-10-03  5:55 ` ajtcode71
  2022-10-03  5:56 ` ajtcode71
  2022-10-03 11:11 ` [PR PATCH] [Merged]: singular: updated incorrect distfile sgn
  7 siblings, 0 replies; 9+ messages in thread
From: ajtcode71 @ 2022-10-03  5:55 UTC (permalink / raw)
  To: ml

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

New comment by ajtcode71 on void-packages repository

https://github.com/void-linux/void-packages/pull/39650#issuecomment-1264960947

Comment:
url for source incorrect - downloading html causing the checksum to fail. 
There is a new version 4.3.1 but currently not compiling for musl builds - errors. 

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

* Re: singular: update checksum
  2022-10-03  5:38 [PR PATCH] singular: update checksum ajtcode71
                   ` (5 preceding siblings ...)
  2022-10-03  5:55 ` ajtcode71
@ 2022-10-03  5:56 ` ajtcode71
  2022-10-03 11:11 ` [PR PATCH] [Merged]: singular: updated incorrect distfile sgn
  7 siblings, 0 replies; 9+ messages in thread
From: ajtcode71 @ 2022-10-03  5:56 UTC (permalink / raw)
  To: ml

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

New comment by ajtcode71 on void-packages repository

https://github.com/void-linux/void-packages/pull/39650#issuecomment-1264960947

Comment:
url for source incorrect - downloading html causing the checksum to fail.  #39072
There is a new version 4.3.1 but currently not compiling for musl builds - errors. 

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

* Re: [PR PATCH] [Merged]: singular: updated incorrect distfile
  2022-10-03  5:38 [PR PATCH] singular: update checksum ajtcode71
                   ` (6 preceding siblings ...)
  2022-10-03  5:56 ` ajtcode71
@ 2022-10-03 11:11 ` sgn
  7 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2022-10-03 11:11 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

singular: updated incorrect distfile
https://github.com/void-linux/void-packages/pull/39650

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64, glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
  - i686
  - x86_64-musl
-->


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

end of thread, other threads:[~2022-10-03 11:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03  5:38 [PR PATCH] singular: update checksum ajtcode71
2022-10-03  5:40 ` ajtcode71
2022-10-03  5:41 ` [PR PATCH] [Updated] " ajtcode71
2022-10-03  5:43 ` [PR PATCH] [Closed]: " ajtcode71
2022-10-03  5:43 ` [PR PATCH] [Updated] " ajtcode71
2022-10-03  5:52 ` ajtcode71
2022-10-03  5:55 ` ajtcode71
2022-10-03  5:56 ` ajtcode71
2022-10-03 11:11 ` [PR PATCH] [Merged]: singular: updated incorrect distfile sgn

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).