* [PR PATCH] jalv: update to 1.6.8.
@ 2022-11-24 21:23 tibequadorian
2022-11-25 6:22 ` [PR REVIEW] " classabbyamp
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: tibequadorian @ 2022-11-24 21:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]
There is a new pull request by tibequadorian against master on the void-packages repository
https://github.com/tibequadorian/void-packages jalv
https://github.com/void-linux/void-packages/pull/40742
jalv: update to 1.6.8.
<!-- 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**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/40742.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jalv-40742.patch --]
[-- Type: text/x-diff, Size: 1626 bytes --]
From 576a7dead5def914a2d83c402a61811f6bb9b098 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Thu, 24 Nov 2022 22:23:28 +0100
Subject: [PATCH] jalv: update to 1.6.8.
---
srcpkgs/jalv/template | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/srcpkgs/jalv/template b/srcpkgs/jalv/template
index bf2ac74c0271..ac7a38a72622 100644
--- a/srcpkgs/jalv/template
+++ b/srcpkgs/jalv/template
@@ -1,10 +1,8 @@
# Template file for 'jalv'
pkgname=jalv
-version=1.6.6
+version=1.6.8
revision=1
-build_style=waf3
-configure_args="$(vopt_if portaudio '--portaudio') --no-gtkmm --no-gtk2
- $(vopt_if gtk3 '' '--no-gtk3') $(vopt_if qt '' '--no-qt5')"
+build_style=meson
hostmakedepends="pkg-config $(vopt_if qt qt5-host-tools)"
makedepends="lv2 lilv-devel suil-devel serd-devel sord-devel sratom-devel
$(vopt_if portaudio portaudio-devel jack-devel) $(vopt_if gtk3 gtk+3-devel)
@@ -13,14 +11,15 @@ short_desc="LV2 host for JACK"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="ISC"
homepage="https://drobilla.net/software/jalv"
-distfiles="http://download.drobilla.net/jalv-${version}.tar.bz2"
-checksum=92d141781b664373207c343cebc5e9b8ced461faf26fdccb95df0007b0639e16
+distfiles="http://download.drobilla.net/jalv-${version}.tar.xz"
+checksum=edae77b1280ea44d4c0b2b732686defd370fde25ed1da289896d9f53b6fc15e1
build_options="portaudio gtk3 qt"
build_options_default="gtk3 qt"
desc_option_portaudio="Use PortAudio backend instead of JACK"
+CXXFLAGS="-fPIC"
+
post_install() {
vlicense COPYING
- rm -f ${DESTDIR}/usr/share/man/man1/jalv.gtkmm.1
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR REVIEW] jalv: update to 1.6.8.
2022-11-24 21:23 [PR PATCH] jalv: update to 1.6.8 tibequadorian
@ 2022-11-25 6:22 ` classabbyamp
2022-11-25 8:38 ` [PR PATCH] [Updated] " tibequadorian
2022-11-25 9:04 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-11-25 6:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 267 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/40742#discussion_r1032038054
Comment:
```suggestion
homepage="https://drobilla.net/software/jalv"
changelog="https://drobilla.net/category/jalv/"
```
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] jalv: update to 1.6.8.
2022-11-24 21:23 [PR PATCH] jalv: update to 1.6.8 tibequadorian
2022-11-25 6:22 ` [PR REVIEW] " classabbyamp
@ 2022-11-25 8:38 ` tibequadorian
2022-11-25 9:04 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-11-25 8:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]
There is an updated pull request by tibequadorian against master on the void-packages repository
https://github.com/tibequadorian/void-packages jalv
https://github.com/void-linux/void-packages/pull/40742
jalv: update to 1.6.8.
<!-- 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**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/40742.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jalv-40742.patch --]
[-- Type: text/x-diff, Size: 1676 bytes --]
From eaed6050e0b250462fc450f292bc389f4c5300e5 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Thu, 24 Nov 2022 22:23:28 +0100
Subject: [PATCH] jalv: update to 1.6.8.
---
srcpkgs/jalv/template | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/srcpkgs/jalv/template b/srcpkgs/jalv/template
index bf2ac74c0271..ced12b3735a2 100644
--- a/srcpkgs/jalv/template
+++ b/srcpkgs/jalv/template
@@ -1,10 +1,8 @@
# Template file for 'jalv'
pkgname=jalv
-version=1.6.6
+version=1.6.8
revision=1
-build_style=waf3
-configure_args="$(vopt_if portaudio '--portaudio') --no-gtkmm --no-gtk2
- $(vopt_if gtk3 '' '--no-gtk3') $(vopt_if qt '' '--no-qt5')"
+build_style=meson
hostmakedepends="pkg-config $(vopt_if qt qt5-host-tools)"
makedepends="lv2 lilv-devel suil-devel serd-devel sord-devel sratom-devel
$(vopt_if portaudio portaudio-devel jack-devel) $(vopt_if gtk3 gtk+3-devel)
@@ -13,14 +11,16 @@ short_desc="LV2 host for JACK"
maintainer="tibequadorian <tibequadorian@posteo.de>"
license="ISC"
homepage="https://drobilla.net/software/jalv"
-distfiles="http://download.drobilla.net/jalv-${version}.tar.bz2"
-checksum=92d141781b664373207c343cebc5e9b8ced461faf26fdccb95df0007b0639e16
+changelog="https://drobilla.net/category/jalv/"
+distfiles="http://download.drobilla.net/jalv-${version}.tar.xz"
+checksum=edae77b1280ea44d4c0b2b732686defd370fde25ed1da289896d9f53b6fc15e1
build_options="portaudio gtk3 qt"
build_options_default="gtk3 qt"
desc_option_portaudio="Use PortAudio backend instead of JACK"
+CXXFLAGS="-fPIC"
+
post_install() {
vlicense COPYING
- rm -f ${DESTDIR}/usr/share/man/man1/jalv.gtkmm.1
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: jalv: update to 1.6.8.
2022-11-24 21:23 [PR PATCH] jalv: update to 1.6.8 tibequadorian
2022-11-25 6:22 ` [PR REVIEW] " classabbyamp
2022-11-25 8:38 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-11-25 9:04 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-11-25 9:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]
There's a merged pull request on the void-packages repository
jalv: update to 1.6.8.
https://github.com/void-linux/void-packages/pull/40742
Description:
<!-- 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**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-25 9:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24 21:23 [PR PATCH] jalv: update to 1.6.8 tibequadorian
2022-11-25 6:22 ` [PR REVIEW] " classabbyamp
2022-11-25 8:38 ` [PR PATCH] [Updated] " tibequadorian
2022-11-25 9:04 ` [PR PATCH] [Merged]: " classabbyamp
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).