Github messages for voidlinux
 help / color / mirror / Atom feed
From: ajtcode71 <ajtcode71@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Tidy5-5.8.0: update checksum
Date: Sat, 01 Oct 2022 12:13:44 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39576@inbox.vuxu.org> (raw)

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

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

https://github.com/ajtcode71/void-packages tidy5
https://github.com/void-linux/void-packages/pull/39576

Tidy5-5.8.0: update checksum
#### Testing the changes
updated checksum per issue #39072. added grep depend to get to build.

- 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
  - aarch64
  - armv7l
  - armv6l
  - armv6l-musl
  - i686
  - x86_64-musl



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

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

From 9d143a6a5cc66396b35f9910b24b4e940075a079 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:05:45 +1000
Subject: [PATCH 1/3] New package: yabridge-4.0.2

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

diff --git a/srcpkgs/yabridge/template b/srcpkgs/yabridge/template
new file mode 100644
index 000000000000..192e7bb2d590
--- /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 grep 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 df3cc0ace1ea9d399651f5b43d908e631ed01a6a Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 19:15:39 +1000
Subject: [PATCH 2/3] xwinwrap: update checksum

---
 srcpkgs/xwinwrap/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index 7dbffb515f54..af7799f592de 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -3,13 +3,13 @@ pkgname=xwinwrap
 version=0.9
 revision=1
 build_style=gnu-makefile
-makedepends="libXrender-devel"
+makedepends="libXrender-devel grep"
 short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df
+checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {
 	vsed -i Makefile -e 's|/local||'

From 5d6480aba38bdba44352fc83894925bf80a9ac26 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 19:49:28 +1000
Subject: [PATCH 3/3] tidy5-5.8.0: update checksum

---
 srcpkgs/tidy5/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tidy5/template b/srcpkgs/tidy5/template
index d6a894937399..ef4cb00e6f9d 100644
--- a/srcpkgs/tidy5/template
+++ b/srcpkgs/tidy5/template
@@ -6,13 +6,13 @@ wrksrc="tidy-html5-${version}"
 build_style=cmake
 configure_args="-DTIDY_CONSOLE_SHARED=ON"
 cmake_builddir=build/cmake
-hostmakedepends="libxslt"
+hostmakedepends="libxslt grep"
 short_desc="Tool to tidy down your HTML/HTML5 code to a clean style"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="W3C"
 homepage="http://www.htacg.org/tidy-html5/"
 distfiles="https://github.com/htacg/tidy-html5/archive/${version}.tar.gz"
-checksum=2fc78c4369cde9a80f4ae3961880bd003ac31e8b160f6b9422645bab3be5a6cf
+checksum=59c86d5b2e452f63c5cdb29c866a12a4c55b1741d7025cf2f3ce0cde99b0660e
 
 provides="tidy-${version}_${revision}"
 replaces="tidy>0"

             reply	other threads:[~2022-10-01 10:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-01 10:13 ajtcode71 [this message]
2022-10-01 10:15 ` [PR PATCH] [Updated] " ajtcode71
2022-10-01 10:18 ` [PR REVIEW] " classabbyamp
2022-10-01 10:25 ` ajtcode71
2022-10-01 10:57 ` paper42
2022-10-01 21:08 ` [PR PATCH] [Updated] " ajtcode71
2022-10-01 21:09 ` ajtcode71
2022-10-01 21:11 ` [PR REVIEW] tidy5: " ajtcode71
2022-10-01 21:14 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39576@inbox.vuxu.org \
    --to=ajtcode71@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).