Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fluidsynth: update to 2.3.0
@ 2022-10-01 11:49 mmnmnnmnmm
  2022-10-02  0:54 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mmnmnnmnmm @ 2022-10-01 11:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mmnmnnmnmm/void-packages fluidsynth
https://github.com/void-linux/void-packages/pull/39581

fluidsynth: update to 2.3.0
<!-- 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/39581.patch is attached

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

From b950a113da39e2f5ee4042ed61cbb3b3ed33b5e1 Mon Sep 17 00:00:00 2001
From: mmnmnnmnmm <mnnnm@disroot.org>
Date: Sun, 25 Sep 2022 17:55:18 +0100
Subject: [PATCH] fluidsynth: update to 2.3.0

---
 srcpkgs/fluidsynth/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fluidsynth/template b/srcpkgs/fluidsynth/template
index 3f65b393d92b..b8fea8a45a98 100644
--- a/srcpkgs/fluidsynth/template
+++ b/srcpkgs/fluidsynth/template
@@ -1,19 +1,19 @@
 # Template file for 'fluidsynth'
 pkgname=fluidsynth
-version=2.2.6
+version=2.3.0
 revision=1
 build_style=cmake
 make_check_target=check
 configure_args="-DLIB_SUFFIX=
  -DDEFAULT_SOUNDFONT:STRING=/usr/share/soundfonts/default.sf2"
 hostmakedepends="pkg-config"
-makedepends="glib-devel jack-devel libsndfile-devel pulseaudio-devel readline-devel"
+makedepends="SDL2-devel glib-devel jack-devel libsndfile-devel pipewire-devel pulseaudio-devel readline-devel"
 short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.fluidsynth.org/"
 distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz"
-checksum=ca90fe675cacd9a7b442662783c4e7fa0e1fd638b28d64105a4e3fe0f618d20f
+checksum=1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20
 
 libfluidsynth_package() {
 	short_desc+=" - runtime library"

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

* Re: fluidsynth: update to 2.3.0
  2022-10-01 11:49 [PR PATCH] fluidsynth: update to 2.3.0 mmnmnnmnmm
@ 2022-10-02  0:54 ` classabbyamp
  2022-10-03 10:35 ` [PR PATCH] [Updated] " mmnmnnmnmm
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-02  0:54 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39581#issuecomment-1264519044

Comment:
some cmake files were added, they should go in the devel subpackage

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

* Re: [PR PATCH] [Updated] fluidsynth: update to 2.3.0
  2022-10-01 11:49 [PR PATCH] fluidsynth: update to 2.3.0 mmnmnnmnmm
  2022-10-02  0:54 ` classabbyamp
@ 2022-10-03 10:35 ` mmnmnnmnmm
  2022-10-03 10:36 ` mmnmnnmnmm
  2022-10-03 11:14 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: mmnmnnmnmm @ 2022-10-03 10:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mmnmnnmnmm/void-packages fluidsynth
https://github.com/void-linux/void-packages/pull/39581

fluidsynth: update to 2.3.0
<!-- 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/39581.patch is attached

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

From 53c8ad1ce5c20a179b896cba1182837c1b7df778 Mon Sep 17 00:00:00 2001
From: mmnmnnmnmm <mnnnm@disroot.org>
Date: Sun, 25 Sep 2022 17:55:18 +0100
Subject: [PATCH] fluidsynth: update to 2.3.0

---
 srcpkgs/fluidsynth/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fluidsynth/template b/srcpkgs/fluidsynth/template
index 3f65b393d92b..eab2facc39a7 100644
--- a/srcpkgs/fluidsynth/template
+++ b/srcpkgs/fluidsynth/template
@@ -1,19 +1,19 @@
 # Template file for 'fluidsynth'
 pkgname=fluidsynth
-version=2.2.6
+version=2.3.0
 revision=1
 build_style=cmake
 make_check_target=check
 configure_args="-DLIB_SUFFIX=
  -DDEFAULT_SOUNDFONT:STRING=/usr/share/soundfonts/default.sf2"
 hostmakedepends="pkg-config"
-makedepends="glib-devel jack-devel libsndfile-devel pulseaudio-devel readline-devel"
+makedepends="SDL2-devel glib-devel jack-devel libsndfile-devel pipewire-devel pulseaudio-devel readline-devel"
 short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.fluidsynth.org/"
 distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz"
-checksum=ca90fe675cacd9a7b442662783c4e7fa0e1fd638b28d64105a4e3fe0f618d20f
+checksum=1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20
 
 libfluidsynth_package() {
 	short_desc+=" - runtime library"
@@ -26,6 +26,7 @@ fluidsynth-devel_package() {
 	depends="libfluidsynth>=${version} $makedepends"
 	short_desc+=" - development files"
 	pkg_install() {
+		vmove usr/lib/cmake
 		vmove usr/include
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"

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

* Re: fluidsynth: update to 2.3.0
  2022-10-01 11:49 [PR PATCH] fluidsynth: update to 2.3.0 mmnmnnmnmm
  2022-10-02  0:54 ` classabbyamp
  2022-10-03 10:35 ` [PR PATCH] [Updated] " mmnmnnmnmm
@ 2022-10-03 10:36 ` mmnmnnmnmm
  2022-10-03 11:14 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: mmnmnnmnmm @ 2022-10-03 10:36 UTC (permalink / raw)
  To: ml

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

New comment by mmnmnnmnmm on void-packages repository

https://github.com/void-linux/void-packages/pull/39581#issuecomment-1265250514

Comment:
> some cmake files were added, they should go in the devel subpackage

Thanks, missed that.

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

* Re: [PR PATCH] [Merged]: fluidsynth: update to 2.3.0
  2022-10-01 11:49 [PR PATCH] fluidsynth: update to 2.3.0 mmnmnnmnmm
                   ` (2 preceding siblings ...)
  2022-10-03 10:36 ` mmnmnnmnmm
@ 2022-10-03 11:14 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-03 11:14 UTC (permalink / raw)
  To: ml

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

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

fluidsynth: update to 2.3.0
https://github.com/void-linux/void-packages/pull/39581

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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01 11:49 [PR PATCH] fluidsynth: update to 2.3.0 mmnmnnmnmm
2022-10-02  0:54 ` classabbyamp
2022-10-03 10:35 ` [PR PATCH] [Updated] " mmnmnnmnmm
2022-10-03 10:36 ` mmnmnnmnmm
2022-10-03 11:14 ` [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).