Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pulseeffects: update to 5.0.4
@ 2021-06-26 16:21 Logarithmus
  2021-06-26 19:34 ` [PR REVIEW] " paper42
                   ` (56 more replies)
  0 siblings, 57 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-26 16:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/31667

pulseeffects: update to 5.0.4
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31667.patch is attached

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

From 14086a9c3b37f53d7d82dd1244ab8fd9c637269f Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 04:00:36 +0300
Subject: [PATCH 1/2] pulseeffects: update to 5.0.4 & remove unneded python
 deps

---
 srcpkgs/pulseeffects/files/README.voidlinux |  3 +++
 srcpkgs/pulseeffects/template               | 24 ++++++++++++---------
 2 files changed, 17 insertions(+), 10 deletions(-)
 create mode 100644 srcpkgs/pulseeffects/files/README.voidlinux

diff --git a/srcpkgs/pulseeffects/files/README.voidlinux b/srcpkgs/pulseeffects/files/README.voidlinux
new file mode 100644
index 000000000000..2c22f647dd54
--- /dev/null
+++ b/srcpkgs/pulseeffects/files/README.voidlinux
@@ -0,0 +1,3 @@
+Optional dependencies:
+- lsp-plugins (compressor, equalizer, delay, loudness compensator)
+- zam-plugins (maximizer)
diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 3b94e3dc873b..566605bfd694 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,20 +1,24 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-version=5.0.3
+version=5.0.4
 revision=1
 build_style=meson
-hostmakedepends="itstool pkg-config gettext"
+hostmakedepends="itstool pkgconf gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pipewire-devel python3-gobject-devel sratom-devel zita-convolver-devel
- libsndfile-devel libbs2b-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pipewire python3-gobject python3-scipy zita-convolver
- gstreamer1-pipewire"
+ pipewire-devel sratom-devel zita-convolver-devel
+ rubberband-devel libsamplerate-devel libsndfile-devel"
+depends="calf gstreamer1-pipewire gst-plugins-good1"
 short_desc="Sound effects for systems using PipeWire"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://github.com/wwmm/pulseeffects/blob/v${version}/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=2e14858918b54bee5f6e4898cc803ae2170b4d624407fef39e0831b6584c4a4f
-python_version=3
+checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8
+conflicts="pulseeffects-legacy"
+
+post_install() {
+	vdoc README.md
+	vdoc ${FILESDIR}/README.voidlinux
+}

From 8e753ee992fb5b45feb64101a8b96577b13139db Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 18:08:22 +0300
Subject: [PATCH 2/2] pulseeffects-legacy: remove unneded python deps

---
 .../pulseeffects-legacy/files/README.voidlinux |  3 +++
 srcpkgs/pulseeffects-legacy/template           | 18 +++++++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)
 create mode 100644 srcpkgs/pulseeffects-legacy/files/README.voidlinux

diff --git a/srcpkgs/pulseeffects-legacy/files/README.voidlinux b/srcpkgs/pulseeffects-legacy/files/README.voidlinux
new file mode 100644
index 000000000000..2c22f647dd54
--- /dev/null
+++ b/srcpkgs/pulseeffects-legacy/files/README.voidlinux
@@ -0,0 +1,3 @@
+Optional dependencies:
+- lsp-plugins (compressor, equalizer, delay, loudness compensator)
+- zam-plugins (maximizer)
diff --git a/srcpkgs/pulseeffects-legacy/template b/srcpkgs/pulseeffects-legacy/template
index c38c8ef2d9ef..f2920f0ab2d8 100644
--- a/srcpkgs/pulseeffects-legacy/template
+++ b/srcpkgs/pulseeffects-legacy/template
@@ -4,18 +4,22 @@ version=4.8.5
 revision=1
 wrksrc="pulseeffects-${version}"
 build_style=meson
-hostmakedepends="itstool pkg-config gettext"
+hostmakedepends="itstool pkgconf gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pulseaudio-devel python3-gobject-devel sratom-devel
- libsndfile-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
+ pulseaudio-devel sratom-devel zita-convolver-devel
+ rubberband-devel libsamplerate-devel libsndfile-devel"
+depends="calf gst-plugins-good1"
 short_desc="Sound effects for systems using PulseAudio (legacy)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://github.com/wwmm/pulseeffects/blob/v${version}/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
-python_version=3
 conflicts="pulseeffects"
+
+post_install() {
+	vdoc README.md
+	vdoc ${FILESDIR}/README.voidlinux
+}

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
@ 2021-06-26 19:34 ` paper42
  2021-06-26 19:35 ` paper42
                   ` (55 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-26 19:34 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659215322

Comment:
I am not sure if this is necessary, all of the information here is mentioned in the program

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
  2021-06-26 19:34 ` [PR REVIEW] " paper42
@ 2021-06-26 19:35 ` paper42
  2021-06-26 19:36 ` paper42
                   ` (54 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-26 19:35 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659215410

Comment:
using master for changelog instead of a tag is probably better

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
  2021-06-26 19:34 ` [PR REVIEW] " paper42
  2021-06-26 19:35 ` paper42
@ 2021-06-26 19:36 ` paper42
  2021-06-26 19:38 ` ericonr
                   ` (53 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-26 19:36 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659215581

Comment:
Why do you think it should be installed? Which information does it provide?

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (4 preceding siblings ...)
  2021-06-26 19:38 ` ericonr
@ 2021-06-26 19:38 ` ericonr
  2021-06-27 15:15 ` Logarithmus
                   ` (50 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: ericonr @ 2021-06-26 19:38 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659215596

Comment:
Same.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (3 preceding siblings ...)
  2021-06-26 19:38 ` ericonr
@ 2021-06-26 19:38 ` ericonr
  2021-06-26 19:38 ` ericonr
                   ` (51 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: ericonr @ 2021-06-26 19:38 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659215463

Comment:
Why?

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (2 preceding siblings ...)
  2021-06-26 19:36 ` paper42
@ 2021-06-26 19:38 ` ericonr
  2021-06-26 19:38 ` ericonr
                   ` (52 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: ericonr @ 2021-06-26 19:38 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659215540

Comment:
This isn't necessary and zam-plugins doesn't even exist.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (5 preceding siblings ...)
  2021-06-26 19:38 ` ericonr
@ 2021-06-27 15:15 ` Logarithmus
  2021-06-27 15:22 ` Logarithmus
                   ` (49 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 15:15 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659336362

Comment:
> using master for changelog instead of a tag is probably better

Why? If upstream releases a new version (tag), then changelog will contain info about this new version, though the package version will remain the same. This creates confusion for users IMO.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (6 preceding siblings ...)
  2021-06-27 15:15 ` Logarithmus
@ 2021-06-27 15:22 ` Logarithmus
  2021-06-27 15:23 ` Logarithmus
                   ` (48 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 15:22 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659337307

Comment:
@paper42 
```
rg "vdoc README" srcpkgs | wc -l
739
```

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (7 preceding siblings ...)
  2021-06-27 15:22 ` Logarithmus
@ 2021-06-27 15:23 ` Logarithmus
  2021-06-27 15:35 ` Logarithmus
                   ` (47 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 15:23 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659337307

Comment:
```
rg "vdoc README" srcpkgs | wc -l
739
```

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (8 preceding siblings ...)
  2021-06-27 15:23 ` Logarithmus
@ 2021-06-27 15:35 ` Logarithmus
  2021-06-27 15:38 ` Logarithmus
                   ` (46 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 15:35 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659339084

Comment:
Because `pulseeffects-legacy` already has `conflicts="pulseeffects"`.
And both packages have many common files. Though I guess it's possible to rename them to change `pulseeffects` to `pulseeffects-legacy`.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (9 preceding siblings ...)
  2021-06-27 15:35 ` Logarithmus
@ 2021-06-27 15:38 ` Logarithmus
  2021-06-27 15:45 ` [PR PATCH] [Updated] " Logarithmus
                   ` (45 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 15:38 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659337307

Comment:
```
rg "vdoc README" srcpkgs | wc -l
739
```
I'd like you to ask maintainers of those packages the same questions, if you are so sceptical about putting `README.md` into `/usr/doc`. I've seen this and decided to do the same.

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

* Re: [PR PATCH] [Updated] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (10 preceding siblings ...)
  2021-06-27 15:38 ` Logarithmus
@ 2021-06-27 15:45 ` Logarithmus
  2021-06-27 16:07 ` [PR REVIEW] " paper42
                   ` (44 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 15:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/31667

pulseeffects: update to 5.0.4
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

Blocked by https://github.com/void-linux/void-packages/pull/31666, though magically CI passed, I really don't know why!

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31667.patch is attached

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

From 42edd0a96dec168ce6bb3b330c2ef239bc849b79 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 04:00:36 +0300
Subject: [PATCH 1/2] pulseeffects: update to 5.0.4 & remove unneded python
 deps

---
 srcpkgs/pulseeffects/template | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 3b94e3dc873b..01ffaf626dc3 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,20 +1,19 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-version=5.0.3
+version=5.0.4
 revision=1
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pipewire-devel python3-gobject-devel sratom-devel zita-convolver-devel
- libsndfile-devel libbs2b-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pipewire python3-gobject python3-scipy zita-convolver
- gstreamer1-pipewire"
+ pipewire-devel sratom-devel zita-convolver-devel
+ rubberband-devel libsamplerate-devel libsndfile-devel"
+depends="calf gstreamer1-pipewire gst-plugins-good1"
 short_desc="Sound effects for systems using PipeWire"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://github.com/wwmm/pulseeffects/blob/v${version}/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=2e14858918b54bee5f6e4898cc803ae2170b4d624407fef39e0831b6584c4a4f
-python_version=3
+checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8
+conflicts="pulseeffects-legacy"

From cfe1557c9a611c03ed90579771a97ca24803ac59 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 18:08:22 +0300
Subject: [PATCH 2/2] pulseeffects-legacy: remove unneded python deps

---
 srcpkgs/pulseeffects-legacy/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pulseeffects-legacy/template b/srcpkgs/pulseeffects-legacy/template
index c38c8ef2d9ef..53f1446bba7e 100644
--- a/srcpkgs/pulseeffects-legacy/template
+++ b/srcpkgs/pulseeffects-legacy/template
@@ -7,15 +7,14 @@ build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pulseaudio-devel python3-gobject-devel sratom-devel
- libsndfile-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
+ pulseaudio-devel sratom-devel zita-convolver-devel
+ rubberband-devel libsamplerate-devel libsndfile-devel"
+depends="calf gst-plugins-good1"
 short_desc="Sound effects for systems using PulseAudio (legacy)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://github.com/wwmm/pulseeffects/blob/v${version}/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
-python_version=3
 conflicts="pulseeffects"

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (11 preceding siblings ...)
  2021-06-27 15:45 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-06-27 16:07 ` paper42
  2021-06-27 16:14 ` Logarithmus
                   ` (43 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-27 16:07 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659343029

Comment:
changelog is not for end users, it is for maintainers and void contributors. It's useful to look in it when I am updating a package, I want to see all changes in all releases, not just the one the template currently references. Also, having a variable in there is very annoying, I want to click on the link in my terminal and not have to change the version.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (12 preceding siblings ...)
  2021-06-27 16:07 ` [PR REVIEW] " paper42
@ 2021-06-27 16:14 ` Logarithmus
  2021-06-27 16:19 ` paper42
                   ` (42 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 16:14 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659344032

Comment:
OK, I'll change it

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (13 preceding siblings ...)
  2021-06-27 16:14 ` Logarithmus
@ 2021-06-27 16:19 ` paper42
  2021-06-27 16:21 ` Logarithmus
                   ` (41 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-27 16:19 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659344621

Comment:
I don't generally see a problem with installing a readme file, some readmes provide useful quick start guides, but I don't see a reason in this case. The information inside is not useful imo for void users. There are some screenshots (which are broken btw), list of effects available (accessible from inside the application, so not useful imo), links to packages for distributions (useless) and other for us useless parts. The only part that could be interesting to users are the packages needed for plugins, but we already established that people can get that information from inside the application.

I think many of the packages which install a README don't have to, but I think that should be solved on a case by case basis when someone touches the package. If you ever update a package and notice it installs a readme that is not useful, I am sure void maintainers wouldn't mind if you removed it.

I am not a maintainer, so I might be wrong, but I don't see any value in installing this particular readme.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (14 preceding siblings ...)
  2021-06-27 16:19 ` paper42
@ 2021-06-27 16:21 ` Logarithmus
  2021-06-27 16:52 ` paper42
                   ` (40 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 16:21 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659344920

Comment:
OK, I see you point, I've already removed those `README`'s from this PR.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (15 preceding siblings ...)
  2021-06-27 16:21 ` Logarithmus
@ 2021-06-27 16:52 ` paper42
  2021-06-27 18:34 ` Duncaen
                   ` (39 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-27 16:52 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659344621

Comment:
I don't generally see a problem with installing a readme file, some readmes provide useful quick start guides, but I don't see a reason in this case. The information inside is not useful imo for void users. There are some screenshots, list of effects available (accessible from inside the application, so not useful imo), links to packages for distributions (useless) and other for us useless parts. The only part that could be interesting to users are the packages needed for plugins, but we already established that people can get that information from inside the application.

I think many of the packages which install a README don't have to, but I think that should be solved on a case by case basis when someone touches the package. If you ever update a package and notice it installs a readme that is not useful, I am sure void maintainers wouldn't mind if you removed it.

I am not a maintainer, so I might be wrong, but I don't see any value in installing this particular readme.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (16 preceding siblings ...)
  2021-06-27 16:52 ` paper42
@ 2021-06-27 18:34 ` Duncaen
  2021-06-27 18:55 ` Logarithmus
                   ` (38 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Duncaen @ 2021-06-27 18:34 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659359811

Comment:
Adding another conflict does not change anything, it just results in two error messages instead of one.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (17 preceding siblings ...)
  2021-06-27 18:34 ` Duncaen
@ 2021-06-27 18:55 ` Logarithmus
  2021-06-27 18:58 ` [PR PATCH] [Updated] " Logarithmus
                   ` (37 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 18:55 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659362094

Comment:
@Duncaen so `conflicts`works two-way? Interesting, didn't know that. Just tested it and it works. 

P. S. Out of curiosity I'm trying to find out which part of `xbps` is responsible for handling conflicts two-way, but reading this file didn't help much: https://github.com/void-linux/xbps/blob/master/lib/transaction_check_conflicts.c
I would appreciate explaining how does it work.

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

* Re: [PR PATCH] [Updated] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (18 preceding siblings ...)
  2021-06-27 18:55 ` Logarithmus
@ 2021-06-27 18:58 ` Logarithmus
  2021-06-27 19:04 ` [PR REVIEW] " Duncaen
                   ` (36 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 18:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/31667

pulseeffects: update to 5.0.4
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

Blocked by https://github.com/void-linux/void-packages/pull/31666, though magically CI passed, I really don't know why!

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31667.patch is attached

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

From 42edd0a96dec168ce6bb3b330c2ef239bc849b79 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 04:00:36 +0300
Subject: [PATCH 1/2] pulseeffects: update to 5.0.4 & remove unneded python
 deps

---
 srcpkgs/pulseeffects/template | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 3b94e3dc873b..01ffaf626dc3 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,20 +1,19 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-version=5.0.3
+version=5.0.4
 revision=1
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pipewire-devel python3-gobject-devel sratom-devel zita-convolver-devel
- libsndfile-devel libbs2b-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pipewire python3-gobject python3-scipy zita-convolver
- gstreamer1-pipewire"
+ pipewire-devel sratom-devel zita-convolver-devel
+ rubberband-devel libsamplerate-devel libsndfile-devel"
+depends="calf gstreamer1-pipewire gst-plugins-good1"
 short_desc="Sound effects for systems using PipeWire"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://github.com/wwmm/pulseeffects/blob/v${version}/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=2e14858918b54bee5f6e4898cc803ae2170b4d624407fef39e0831b6584c4a4f
-python_version=3
+checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8
+conflicts="pulseeffects-legacy"

From 205681c01e194d2fada356ef24afb3401c44bd8c Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 18:08:22 +0300
Subject: [PATCH 2/2] pulseeffects-legacy: remove unneded python deps

---
 srcpkgs/pulseeffects-legacy/template | 11 +++++------
 srcpkgs/pulseeffects/template        |  1 -
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pulseeffects-legacy/template b/srcpkgs/pulseeffects-legacy/template
index c38c8ef2d9ef..53f1446bba7e 100644
--- a/srcpkgs/pulseeffects-legacy/template
+++ b/srcpkgs/pulseeffects-legacy/template
@@ -7,15 +7,14 @@ build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pulseaudio-devel python3-gobject-devel sratom-devel
- libsndfile-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
+ pulseaudio-devel sratom-devel zita-convolver-devel
+ rubberband-devel libsamplerate-devel libsndfile-devel"
+depends="calf gst-plugins-good1"
 short_desc="Sound effects for systems using PulseAudio (legacy)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://github.com/wwmm/pulseeffects/blob/v${version}/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
-python_version=3
 conflicts="pulseeffects"
diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 01ffaf626dc3..d055800ecf9d 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -16,4 +16,3 @@ homepage="https://github.com/wwmm/pulseeffects"
 changelog="https://github.com/wwmm/pulseeffects/blob/v${version}/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8
-conflicts="pulseeffects-legacy"

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (19 preceding siblings ...)
  2021-06-27 18:58 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-06-27 19:04 ` Duncaen
  2021-06-27 19:05 ` Duncaen
                   ` (35 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Duncaen @ 2021-06-27 19:04 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659363057

Comment:
There is no need to do any "two-way" conflict checks as each package that is installed and has `conflicts=` defined will be checked against installed or to be installed packages.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (20 preceding siblings ...)
  2021-06-27 19:04 ` [PR REVIEW] " Duncaen
@ 2021-06-27 19:05 ` Duncaen
  2021-06-27 19:06 ` Duncaen
                   ` (34 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Duncaen @ 2021-06-27 19:05 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659363057

Comment:
There is no need to do any "two-way" conflict checks as each package that is installed and has `conflicts=` defined will check the defined conflicts against installed or to be installed packages.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (21 preceding siblings ...)
  2021-06-27 19:05 ` Duncaen
@ 2021-06-27 19:06 ` Duncaen
  2021-06-27 22:12 ` paper42
                   ` (33 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Duncaen @ 2021-06-27 19:06 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659363057

Comment:
There is no need to do any "two-way" conflict checks as each package that is installed or is being installed and has `conflicts=` defined will check the defined conflicts against installed or to be installed packages.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (22 preceding siblings ...)
  2021-06-27 19:06 ` Duncaen
@ 2021-06-27 22:12 ` paper42
  2021-06-27 22:12 ` paper42
                   ` (32 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-27 22:12 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659382488

Comment:
why did you remove libbs2b-devel? I don't think rubberband-devel is needed, could you double check?

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (23 preceding siblings ...)
  2021-06-27 22:12 ` paper42
@ 2021-06-27 22:12 ` paper42
  2021-06-27 22:24 ` [PR PATCH] [Updated] " Logarithmus
                   ` (31 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-27 22:12 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659382877

Comment:
ping @Logarithmus? Also, please don't resolve conversations that were not resolved.

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

* Re: [PR PATCH] [Updated] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (24 preceding siblings ...)
  2021-06-27 22:12 ` paper42
@ 2021-06-27 22:24 ` Logarithmus
  2021-06-27 22:37 ` [PR REVIEW] " Logarithmus
                   ` (30 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 22:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/31667

pulseeffects: update to 5.0.4
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

Blocked by https://github.com/void-linux/void-packages/pull/31666, though magically CI passed, I really don't know why!

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31667.patch is attached

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

From 42edd0a96dec168ce6bb3b330c2ef239bc849b79 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 04:00:36 +0300
Subject: [PATCH 1/2] pulseeffects: update to 5.0.4 & remove unneded python
 deps

---
 srcpkgs/pulseeffects/template | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 3b94e3dc873b..01ffaf626dc3 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,20 +1,19 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-version=5.0.3
+version=5.0.4
 revision=1
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pipewire-devel python3-gobject-devel sratom-devel zita-convolver-devel
- libsndfile-devel libbs2b-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pipewire python3-gobject python3-scipy zita-convolver
- gstreamer1-pipewire"
+ pipewire-devel sratom-devel zita-convolver-devel
+ rubberband-devel libsamplerate-devel libsndfile-devel"
+depends="calf gstreamer1-pipewire gst-plugins-good1"
 short_desc="Sound effects for systems using PipeWire"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://github.com/wwmm/pulseeffects/blob/v${version}/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=2e14858918b54bee5f6e4898cc803ae2170b4d624407fef39e0831b6584c4a4f
-python_version=3
+checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8
+conflicts="pulseeffects-legacy"

From 0a2afb56cee88bd705ad05929adcc3224d9c2223 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 18:08:22 +0300
Subject: [PATCH 2/2] pulseeffects-legacy: remove unneded python deps

---
 srcpkgs/pulseeffects-legacy/template | 11 +++++------
 srcpkgs/pulseeffects/template        |  5 ++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/pulseeffects-legacy/template b/srcpkgs/pulseeffects-legacy/template
index c38c8ef2d9ef..09d5c70557f0 100644
--- a/srcpkgs/pulseeffects-legacy/template
+++ b/srcpkgs/pulseeffects-legacy/template
@@ -7,15 +7,14 @@ build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pulseaudio-devel python3-gobject-devel sratom-devel
- libsndfile-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
+ pulseaudio-devel sratom-devel zita-convolver-devel
+ libsamplerate-devel libsndfile-devel"
+depends="calf gst-plugins-good1"
 short_desc="Sound effects for systems using PulseAudio (legacy)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
-python_version=3
 conflicts="pulseeffects"
diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 01ffaf626dc3..265a9a485e78 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -7,13 +7,12 @@ hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
  pipewire-devel sratom-devel zita-convolver-devel
- rubberband-devel libsamplerate-devel libsndfile-devel"
+ libsamplerate-devel libsndfile-devel"
 depends="calf gstreamer1-pipewire gst-plugins-good1"
 short_desc="Sound effects for systems using PipeWire"
 maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
-changelog="https://github.com/wwmm/pulseeffects/blob/v${version}/CHANGELOG.md"
+changelog="https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8
-conflicts="pulseeffects-legacy"

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (25 preceding siblings ...)
  2021-06-27 22:24 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-06-27 22:37 ` Logarithmus
  2021-06-27 22:37 ` Logarithmus
                   ` (29 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 22:37 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659384300

Comment:
@paper42 sorry for missing it, fixed now

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (26 preceding siblings ...)
  2021-06-27 22:37 ` [PR REVIEW] " Logarithmus
@ 2021-06-27 22:37 ` Logarithmus
  2021-06-27 22:42 ` Duncaen
                   ` (28 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 22:37 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659384308

Comment:
@paper42 I've removed `libbs2b` because `gst-plugins-bad1` already depend on it, and also Arch package doesn't specify it as a dependency.
```
$ xbps-query -RX libbs2b
audacious-plugins-4.1_4
gst-plugins-bad1-1.18.4_3
ladspa-bs2b-0.9.1_3
libavfilter-4.3.2_1
libbs2b-devel-3.1.0_3
qmmp-1.4.6_1
audacious-plugins-4.1_4
gst-plugins-bad1-1.18.4_3
ladspa-bs2b-0.9.1_3
libavfilter-4.3.2_1
libbs2b-devel-3.1.0_3
qmmp-1.4.6_1
```
`rubberband` is optional, I've removed it.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (27 preceding siblings ...)
  2021-06-27 22:37 ` Logarithmus
@ 2021-06-27 22:42 ` Duncaen
  2021-06-27 22:46 ` paper42
                   ` (27 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Duncaen @ 2021-06-27 22:42 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659386209

Comment:
You removed `libbs2b-devel`, its always better to be explicit about dependencies that are directly used to avoid problems when another dependency drops it.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (28 preceding siblings ...)
  2021-06-27 22:42 ` Duncaen
@ 2021-06-27 22:46 ` paper42
  2021-06-27 22:47 ` paper42
                   ` (26 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-27 22:46 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659386538

Comment:
> `rubberband` is optional, I've removed it.

just a small note for other reviewers, rubberband is an optional runtime dependency, it's not needed for the build



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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (29 preceding siblings ...)
  2021-06-27 22:46 ` paper42
@ 2021-06-27 22:47 ` paper42
  2021-06-27 22:54 ` Logarithmus
                   ` (25 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-27 22:47 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659386652

Comment:
changelog is usually a link to a raw text file: `https://raw.githubusercontent.com/wwmm/pulseeffects/master/CHANGELOG.md`

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (30 preceding siblings ...)
  2021-06-27 22:47 ` paper42
@ 2021-06-27 22:54 ` Logarithmus
  2021-06-27 22:54 ` Logarithmus
                   ` (24 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 22:54 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659387465

Comment:
@paper42 https://github.com/void-linux/void-packages/pull/31667#discussion_r659343029
> I want to click on the link in my terminal
Why would you want to open raw text instead of pretty rendered Markdown?

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (31 preceding siblings ...)
  2021-06-27 22:54 ` Logarithmus
@ 2021-06-27 22:54 ` Logarithmus
  2021-06-28  0:11 ` [PR PATCH] [Updated] " Logarithmus
                   ` (23 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-27 22:54 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659387465

Comment:
@paper42 https://github.com/void-linux/void-packages/pull/31667#discussion_r659343029
> I want to click on the link in my terminal

Why would you want to open raw text instead of pretty rendered Markdown?

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

* Re: [PR PATCH] [Updated] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (32 preceding siblings ...)
  2021-06-27 22:54 ` Logarithmus
@ 2021-06-28  0:11 ` Logarithmus
  2021-06-28  0:12 ` [PR REVIEW] " Logarithmus
                   ` (22 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-28  0:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/31667

pulseeffects: update to 5.0.4
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

Blocked by https://github.com/void-linux/void-packages/pull/31666, though magically CI passed, I really don't know why!

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31667.patch is attached

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

From 7ee19689847058b16eb134e78731878d43932cff Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 04:00:36 +0300
Subject: [PATCH 1/2] pulseeffects: update to 5.0.4 & remove unneded python
 deps

---
 srcpkgs/pulseeffects/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 3b94e3dc873b..9e435ca905dd 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,20 +1,18 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-version=5.0.3
+version=5.0.4
 revision=1
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pipewire-devel python3-gobject-devel sratom-devel zita-convolver-devel
- libsndfile-devel libbs2b-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pipewire python3-gobject python3-scipy zita-convolver
- gstreamer1-pipewire"
+ pipewire-devel sratom-devel zita-convolver-devel
+ libbs2b-devel libsamplerate-devel libsndfile-devel"
+depends="calf gstreamer1-pipewire gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PipeWire"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=2e14858918b54bee5f6e4898cc803ae2170b4d624407fef39e0831b6584c4a4f
-python_version=3
+checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8

From f4dd99fdc7fe813bca00c3de5db61229ba39ddb6 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 18:08:22 +0300
Subject: [PATCH 2/2] pulseeffects-legacy: remove unneded python deps

---
 srcpkgs/pulseeffects-legacy/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pulseeffects-legacy/template b/srcpkgs/pulseeffects-legacy/template
index c38c8ef2d9ef..c5b2b40d03d4 100644
--- a/srcpkgs/pulseeffects-legacy/template
+++ b/srcpkgs/pulseeffects-legacy/template
@@ -7,15 +7,14 @@ build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pulseaudio-devel python3-gobject-devel sratom-devel
- libsndfile-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
+ pulseaudio-devel sratom-devel zita-convolver-devel
+ libbs2b-devel libsamplerate-devel libsndfile-devel"
+depends="calf gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PulseAudio (legacy)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
-python_version=3
 conflicts="pulseeffects"

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (33 preceding siblings ...)
  2021-06-28  0:11 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-06-28  0:12 ` Logarithmus
  2021-06-28  8:19 ` paper42
                   ` (21 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-28  0:12 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659397247

Comment:
> You removed `libbs2b-devel`, its always better to be explicit about dependencies that are directly used to avoid problems when another dependency drops it.

I've put it back

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (34 preceding siblings ...)
  2021-06-28  0:12 ` [PR REVIEW] " Logarithmus
@ 2021-06-28  8:19 ` paper42
  2021-06-28  8:28 ` paper42
                   ` (20 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-28  8:19 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659576571

Comment:
I don't care about how pretty a changelog is, please follow the convention.

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (35 preceding siblings ...)
  2021-06-28  8:19 ` paper42
@ 2021-06-28  8:28 ` paper42
  2021-06-28  8:31 ` paper42
                   ` (19 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-28  8:28 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-869483688

Comment:
Why do you think this is blocked by #31666? I can build it fine without that PR and CI seems to agree.

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (36 preceding siblings ...)
  2021-06-28  8:28 ` paper42
@ 2021-06-28  8:31 ` paper42
  2021-06-28  9:00 ` [PR REVIEW] " Logarithmus
                   ` (18 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-06-28  8:31 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-869485860

Comment:
> Why do you think this is blocked by #31666? I can build it fine without that PR and CI seems to agree.

Oh, I see now that libsamplerate-devel  pulls  it in, so  this PR shouldn't be blocked.

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (37 preceding siblings ...)
  2021-06-28  8:31 ` paper42
@ 2021-06-28  9:00 ` Logarithmus
  2021-06-29  1:55 ` [PR PATCH] [Updated] " Logarithmus
                   ` (17 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-28  9:00 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r659606563

Comment:
Yet Another Unwritten Void Distro Policy
OK, 'll change it when reach to the laptop later in the day.

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

* Re: [PR PATCH] [Updated] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (38 preceding siblings ...)
  2021-06-28  9:00 ` [PR REVIEW] " Logarithmus
@ 2021-06-29  1:55 ` Logarithmus
  2021-06-29  1:55 ` [PR REVIEW] " Logarithmus
                   ` (16 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-29  1:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/31667

pulseeffects: update to 5.0.4
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

Blocked by https://github.com/void-linux/void-packages/pull/31666, though magically CI passed, I really don't know why!

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31667.patch is attached

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

From b725e7c1c60f00fa9bdd792986fb907266e576ba Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 04:00:36 +0300
Subject: [PATCH 1/2] pulseeffects: update to 5.0.4 & remove unneded python
 deps

---
 srcpkgs/pulseeffects/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 3b94e3dc873b..4d50ff2d02c3 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,20 +1,18 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-version=5.0.3
+version=5.0.4
 revision=1
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pipewire-devel python3-gobject-devel sratom-devel zita-convolver-devel
- libsndfile-devel libbs2b-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pipewire python3-gobject python3-scipy zita-convolver
- gstreamer1-pipewire"
+ pipewire-devel sratom-devel zita-convolver-devel
+ libbs2b-devel libsamplerate-devel libsndfile-devel"
+depends="calf gstreamer1-pipewire gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PipeWire"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/master/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=2e14858918b54bee5f6e4898cc803ae2170b4d624407fef39e0831b6584c4a4f
-python_version=3
+checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8

From 6a52a201c2675eed5e546926617737576c1a3a85 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 18:08:22 +0300
Subject: [PATCH 2/2] pulseeffects-legacy: remove unneded python deps

---
 srcpkgs/pulseeffects-legacy/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pulseeffects-legacy/template b/srcpkgs/pulseeffects-legacy/template
index c38c8ef2d9ef..0cdf030f00c6 100644
--- a/srcpkgs/pulseeffects-legacy/template
+++ b/srcpkgs/pulseeffects-legacy/template
@@ -7,15 +7,14 @@ build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pulseaudio-devel python3-gobject-devel sratom-devel
- libsndfile-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
+ pulseaudio-devel sratom-devel zita-convolver-devel
+ libbs2b-devel libsamplerate-devel libsndfile-devel"
+depends="calf gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PulseAudio (legacy)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/pulseaudio-legacy/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
-python_version=3
 conflicts="pulseeffects"

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

* Re: [PR REVIEW] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (39 preceding siblings ...)
  2021-06-29  1:55 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-06-29  1:55 ` Logarithmus
  2021-06-29  1:58 ` [PR PATCH] [Updated] " Logarithmus
                   ` (15 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-29  1:55 UTC (permalink / raw)
  To: ml

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

New review comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#discussion_r660224679

Comment:
@paper42 fixed

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

* Re: [PR PATCH] [Updated] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (40 preceding siblings ...)
  2021-06-29  1:55 ` [PR REVIEW] " Logarithmus
@ 2021-06-29  1:58 ` Logarithmus
  2021-06-29  1:58 ` Logarithmus
                   ` (14 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-29  1:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/31667

pulseeffects: update to 5.0.4
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

~~Blocked by https://github.com/void-linux/void-packages/pull/31666, though magically CI passed, I really don't know why!~~
**UPD**: see https://github.com/void-linux/void-packages/pull/31667#issuecomment-869485860

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31667.patch is attached

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

From b725e7c1c60f00fa9bdd792986fb907266e576ba Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 04:00:36 +0300
Subject: [PATCH 1/2] pulseeffects: update to 5.0.4 & remove unneded python
 deps

---
 srcpkgs/pulseeffects/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 3b94e3dc873b..4d50ff2d02c3 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,20 +1,18 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-version=5.0.3
+version=5.0.4
 revision=1
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pipewire-devel python3-gobject-devel sratom-devel zita-convolver-devel
- libsndfile-devel libbs2b-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pipewire python3-gobject python3-scipy zita-convolver
- gstreamer1-pipewire"
+ pipewire-devel sratom-devel zita-convolver-devel
+ libbs2b-devel libsamplerate-devel libsndfile-devel"
+depends="calf gstreamer1-pipewire gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PipeWire"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/master/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=2e14858918b54bee5f6e4898cc803ae2170b4d624407fef39e0831b6584c4a4f
-python_version=3
+checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8

From 2757b3939796012a99b1d5aba130d61a153d74e6 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 18:08:22 +0300
Subject: [PATCH 2/2] pulseeffects-legacy: remove unneded python deps

---
 srcpkgs/pulseeffects-legacy/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pulseeffects-legacy/template b/srcpkgs/pulseeffects-legacy/template
index c38c8ef2d9ef..fd8d72e31a98 100644
--- a/srcpkgs/pulseeffects-legacy/template
+++ b/srcpkgs/pulseeffects-legacy/template
@@ -1,21 +1,20 @@
 # Template file for 'pulseeffects-legacy'
 pkgname=pulseeffects-legacy
 version=4.8.5
-revision=1
+revision=2
 wrksrc="pulseeffects-${version}"
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pulseaudio-devel python3-gobject-devel sratom-devel
- libsndfile-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
+ pulseaudio-devel sratom-devel zita-convolver-devel
+ libbs2b-devel libsamplerate-devel libsndfile-devel"
+depends="calf gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PulseAudio (legacy)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/pulseaudio-legacy/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
-python_version=3
 conflicts="pulseeffects"

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (41 preceding siblings ...)
  2021-06-29  1:58 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-06-29  1:58 ` Logarithmus
  2021-07-02 22:58 ` paper42
                   ` (13 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-06-29  1:58 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-870167538

Comment:
@paper42 is everything fine now?

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (42 preceding siblings ...)
  2021-06-29  1:58 ` Logarithmus
@ 2021-07-02 22:58 ` paper42
  2021-07-02 23:03 ` [PR PATCH] [Updated] " Logarithmus
                   ` (12 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-07-02 22:58 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-873293859

Comment:
@Logarithmus can you rebase on top of master?

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

* Re: [PR PATCH] [Updated] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (43 preceding siblings ...)
  2021-07-02 22:58 ` paper42
@ 2021-07-02 23:03 ` Logarithmus
  2021-07-02 23:04 ` Logarithmus
                   ` (11 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-07-02 23:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/31667

pulseeffects: update to 5.0.4
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

~~Blocked by https://github.com/void-linux/void-packages/pull/31666, though magically CI passed, I really don't know why!~~
**UPD**: see https://github.com/void-linux/void-packages/pull/31667#issuecomment-869485860

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31667.patch is attached

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

From 68d4f2e39ff324cacdc8fa8efc252485ee80a3ce Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 04:00:36 +0300
Subject: [PATCH 1/2] pulseeffects: update to 5.0.4 & remove unneded python
 deps

---
 srcpkgs/pulseeffects/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 7bfce52ceba8..4d50ff2d02c3 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,20 +1,18 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-version=5.0.3
-revision=2
+version=5.0.4
+revision=1
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pipewire-devel python3-gobject-devel sratom-devel zita-convolver-devel
- libsndfile-devel libbs2b-devel rnnoise-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pipewire python3-gobject python3-scipy zita-convolver
- gstreamer1-pipewire"
+ pipewire-devel sratom-devel zita-convolver-devel
+ libbs2b-devel libsamplerate-devel libsndfile-devel"
+depends="calf gstreamer1-pipewire gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PipeWire"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/master/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=2e14858918b54bee5f6e4898cc803ae2170b4d624407fef39e0831b6584c4a4f
-python_version=3
+checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8

From 6b226b030d6e2831b05267f8b33e5221c2bed265 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 18:08:22 +0300
Subject: [PATCH 2/2] pulseeffects-legacy: remove unneded python deps

---
 srcpkgs/pulseeffects-legacy/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pulseeffects-legacy/template b/srcpkgs/pulseeffects-legacy/template
index 15c30aa3622f..fd8d72e31a98 100644
--- a/srcpkgs/pulseeffects-legacy/template
+++ b/srcpkgs/pulseeffects-legacy/template
@@ -7,15 +7,14 @@ build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pulseaudio-devel python3-gobject-devel sratom-devel
- libsndfile-devel rnnoise-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
+ pulseaudio-devel sratom-devel zita-convolver-devel
+ libbs2b-devel libsamplerate-devel libsndfile-devel"
+depends="calf gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PulseAudio (legacy)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/pulseaudio-legacy/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
-python_version=3
 conflicts="pulseeffects"

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (44 preceding siblings ...)
  2021-07-02 23:03 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-07-02 23:04 ` Logarithmus
  2021-07-02 23:44 ` paper42
                   ` (10 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-07-02 23:04 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-873295740

Comment:
> @Logarithmus can you rebase on top of master?

Done. Though I have no idea why the merge conflicts did appear.

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (45 preceding siblings ...)
  2021-07-02 23:04 ` Logarithmus
@ 2021-07-02 23:44 ` paper42
  2021-07-02 23:54 ` [PR PATCH] [Updated] " Logarithmus
                   ` (9 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-07-02 23:44 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-873306052

Comment:
> > @Logarithmus can you rebase on top of master?
> 
> Done. Though I have no idea why the merge conflicts did appear.

#31203 It's always necessary to look, you messed up the rebase because you didn't. Also, the PR should be in your notifications because you commented on it.

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

* Re: [PR PATCH] [Updated] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (46 preceding siblings ...)
  2021-07-02 23:44 ` paper42
@ 2021-07-02 23:54 ` Logarithmus
  2021-07-02 23:56 ` Logarithmus
                   ` (8 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-07-02 23:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/31667

pulseeffects: update to 5.0.4
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

~~Blocked by https://github.com/void-linux/void-packages/pull/31666, though magically CI passed, I really don't know why!~~
**UPD**: see https://github.com/void-linux/void-packages/pull/31667#issuecomment-869485860

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31667.patch is attached

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

From aaca567477de96ad1aba444100bc885d9da0f57b Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 04:00:36 +0300
Subject: [PATCH 1/2] pulseeffects: update to 5.0.4 & remove unneded python
 deps

---
 srcpkgs/pulseeffects/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 7bfce52ceba8..4521fe5dafd2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,20 +1,18 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-version=5.0.3
-revision=2
+version=5.0.4
+revision=1
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pipewire-devel python3-gobject-devel sratom-devel zita-convolver-devel
- libsndfile-devel libbs2b-devel rnnoise-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pipewire python3-gobject python3-scipy zita-convolver
- gstreamer1-pipewire"
+ pipewire-devel sratom-devel zita-convolver-devel libbs2b-devel
+ libsamplerate-devel libsndfile-devel rnnoise-devel"
+depends="calf gstreamer1-pipewire gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PipeWire"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/master/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=2e14858918b54bee5f6e4898cc803ae2170b4d624407fef39e0831b6584c4a4f
-python_version=3
+checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8

From d8bcd71bf620a36eaea14136b808e99e02551401 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 18:08:22 +0300
Subject: [PATCH 2/2] pulseeffects-legacy: remove unneded python deps

---
 srcpkgs/pulseeffects-legacy/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pulseeffects-legacy/template b/srcpkgs/pulseeffects-legacy/template
index 15c30aa3622f..5a8f55f72bc8 100644
--- a/srcpkgs/pulseeffects-legacy/template
+++ b/srcpkgs/pulseeffects-legacy/template
@@ -7,15 +7,14 @@ build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pulseaudio-devel python3-gobject-devel sratom-devel
- libsndfile-devel rnnoise-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
+ pulseaudio-devel sratom-devel zita-convolver-devel libbs2b-devel
+ libsamplerate-devel libsndfile-devel rnnoise-devel"
+depends="calf gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PulseAudio (legacy)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/pulseaudio-legacy/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
-python_version=3
 conflicts="pulseeffects"

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (47 preceding siblings ...)
  2021-07-02 23:54 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-07-02 23:56 ` Logarithmus
  2021-07-03 10:13 ` paper42
                   ` (7 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-07-02 23:56 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-873308294

Comment:
@paper42 I've seen a notification for #31203, but didn't know it modified `pulseeffects*` templates. My bad.

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (48 preceding siblings ...)
  2021-07-02 23:56 ` Logarithmus
@ 2021-07-03 10:13 ` paper42
  2021-07-03 11:42 ` [PR PATCH] [Updated] " Logarithmus
                   ` (6 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-07-03 10:13 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-873382485

Comment:
Where did the revbump of pulseeffects-legacy go?

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

* Re: [PR PATCH] [Updated] pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (49 preceding siblings ...)
  2021-07-03 10:13 ` paper42
@ 2021-07-03 11:42 ` Logarithmus
  2021-07-03 11:44 ` Logarithmus
                   ` (5 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-07-03 11:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Logarithmus/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/31667

pulseeffects: update to 5.0.4
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

~~Blocked by https://github.com/void-linux/void-packages/pull/31666, though magically CI passed, I really don't know why!~~
**UPD**: see https://github.com/void-linux/void-packages/pull/31667#issuecomment-869485860

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31667.patch is attached

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

From aaca567477de96ad1aba444100bc885d9da0f57b Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 04:00:36 +0300
Subject: [PATCH 1/2] pulseeffects: update to 5.0.4 & remove unneded python
 deps

---
 srcpkgs/pulseeffects/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index 7bfce52ceba8..4521fe5dafd2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,20 +1,18 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-version=5.0.3
-revision=2
+version=5.0.4
+revision=1
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pipewire-devel python3-gobject-devel sratom-devel zita-convolver-devel
- libsndfile-devel libbs2b-devel rnnoise-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pipewire python3-gobject python3-scipy zita-convolver
- gstreamer1-pipewire"
+ pipewire-devel sratom-devel zita-convolver-devel libbs2b-devel
+ libsamplerate-devel libsndfile-devel rnnoise-devel"
+depends="calf gstreamer1-pipewire gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PipeWire"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/master/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=2e14858918b54bee5f6e4898cc803ae2170b4d624407fef39e0831b6584c4a4f
-python_version=3
+checksum=3fa482e2261fe467e30c05e85a55904806b0dc141834fe8b5cfeffedb6da65e8

From 17b29b16777aa216f71a8544325563dc87c7b1c1 Mon Sep 17 00:00:00 2001
From: Artur Sinila <freesoftware@logarithmus.dev>
Date: Sat, 26 Jun 2021 18:08:22 +0300
Subject: [PATCH 2/2] pulseeffects-legacy: remove unneded python deps

---
 srcpkgs/pulseeffects-legacy/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pulseeffects-legacy/template b/srcpkgs/pulseeffects-legacy/template
index 15c30aa3622f..f862437bdbe7 100644
--- a/srcpkgs/pulseeffects-legacy/template
+++ b/srcpkgs/pulseeffects-legacy/template
@@ -1,21 +1,20 @@
 # Template file for 'pulseeffects-legacy'
 pkgname=pulseeffects-legacy
 version=4.8.5
-revision=2
+revision=3
 wrksrc="pulseeffects-${version}"
 build_style=meson
 hostmakedepends="itstool pkg-config gettext"
 makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
  gst-plugins-bad1-devel gtkmm-devel libebur128-devel lilv-devel
- pulseaudio-devel python3-gobject-devel sratom-devel
- libsndfile-devel rnnoise-devel"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
+ pulseaudio-devel sratom-devel zita-convolver-devel libbs2b-devel
+ libsamplerate-devel libsndfile-devel rnnoise-devel"
+depends="calf gst-plugins-good1 gst-plugins-bad1"
 short_desc="Sound effects for systems using PulseAudio (legacy)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Artur Sinila <freesoftware@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
+changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/pulseaudio-legacy/CHANGELOG.md"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
 checksum=df1c4c4a9811c62a549822dacde3a9e36233ba3ec58817ae52a236f6181a507c
-python_version=3
 conflicts="pulseeffects"

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (50 preceding siblings ...)
  2021-07-03 11:42 ` [PR PATCH] [Updated] " Logarithmus
@ 2021-07-03 11:44 ` Logarithmus
  2021-07-14 14:32 ` paper42
                   ` (4 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-07-03 11:44 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-873395011

Comment:
@paper42 put the revbump back

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (51 preceding siblings ...)
  2021-07-03 11:44 ` Logarithmus
@ 2021-07-14 14:32 ` paper42
  2021-07-14 14:36 ` Logarithmus
                   ` (3 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: paper42 @ 2021-07-14 14:32 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-879944264

Comment:
lgtm, I have been using this version of pulseeffects for more than a week without a problem.

but in the meantime, pulseeffects 6 was released and the project was renamed to easyeffects. I think this PR should be merged, because this version improves compatibility with pipewire 0.3.31 and the new version comes with big changes (gtkmm4, not being compatible with pulseeffects 5 presets, gstreamer -> native pipewire filters, change in required and optional libraries, the rename, etc.). and a new PR should handle that. @Logarithmus do you want to make the PR or should I do it?

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (52 preceding siblings ...)
  2021-07-14 14:32 ` paper42
@ 2021-07-14 14:36 ` Logarithmus
  2021-07-17  2:54 ` [PR PATCH] [Merged]: " ericonr
                   ` (2 subsequent siblings)
  56 siblings, 0 replies; 58+ messages in thread
From: Logarithmus @ 2021-07-14 14:36 UTC (permalink / raw)
  To: ml

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

New comment by Logarithmus on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-879948077

Comment:
@paper42 feel free to make a new PR, I'm busy with https://github.com/void-linux/void-packages/pull/31706 now.

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

* Re: [PR PATCH] [Merged]: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (53 preceding siblings ...)
  2021-07-14 14:36 ` Logarithmus
@ 2021-07-17  2:54 ` ericonr
  2021-07-17  4:09 ` ericonr
  2021-07-17  4:09 ` ericonr
  56 siblings, 0 replies; 58+ messages in thread
From: ericonr @ 2021-07-17  2:54 UTC (permalink / raw)
  To: ml

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

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

pulseeffects: update to 5.0.4
https://github.com/void-linux/void-packages/pull/31667

Description:
- pulseeffects: update to 5.0.4 & remove unneded python deps
- pulseeffects-legacy: remove unneded python deps

~~Blocked by https://github.com/void-linux/void-packages/pull/31666, though magically CI passed, I really don't know why!~~
**UPD**: see https://github.com/void-linux/void-packages/pull/31667#issuecomment-869485860

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 58+ messages in thread

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (54 preceding siblings ...)
  2021-07-17  2:54 ` [PR PATCH] [Merged]: " ericonr
@ 2021-07-17  4:09 ` ericonr
  2021-07-17  4:09 ` ericonr
  56 siblings, 0 replies; 58+ messages in thread
From: ericonr @ 2021-07-17  4:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-881814611

Comment:
Ugh I think they broke checksums by moving to a different name.

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

* Re: pulseeffects: update to 5.0.4
  2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
                   ` (55 preceding siblings ...)
  2021-07-17  4:09 ` ericonr
@ 2021-07-17  4:09 ` ericonr
  56 siblings, 0 replies; 58+ messages in thread
From: ericonr @ 2021-07-17  4:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31667#issuecomment-881814622

Comment:
https://build.voidlinux.org/builders/x86_64-musl_builder/builds/37272/steps/shell_3/logs/stdio

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

end of thread, other threads:[~2021-07-17  4:09 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-26 16:21 [PR PATCH] pulseeffects: update to 5.0.4 Logarithmus
2021-06-26 19:34 ` [PR REVIEW] " paper42
2021-06-26 19:35 ` paper42
2021-06-26 19:36 ` paper42
2021-06-26 19:38 ` ericonr
2021-06-26 19:38 ` ericonr
2021-06-26 19:38 ` ericonr
2021-06-27 15:15 ` Logarithmus
2021-06-27 15:22 ` Logarithmus
2021-06-27 15:23 ` Logarithmus
2021-06-27 15:35 ` Logarithmus
2021-06-27 15:38 ` Logarithmus
2021-06-27 15:45 ` [PR PATCH] [Updated] " Logarithmus
2021-06-27 16:07 ` [PR REVIEW] " paper42
2021-06-27 16:14 ` Logarithmus
2021-06-27 16:19 ` paper42
2021-06-27 16:21 ` Logarithmus
2021-06-27 16:52 ` paper42
2021-06-27 18:34 ` Duncaen
2021-06-27 18:55 ` Logarithmus
2021-06-27 18:58 ` [PR PATCH] [Updated] " Logarithmus
2021-06-27 19:04 ` [PR REVIEW] " Duncaen
2021-06-27 19:05 ` Duncaen
2021-06-27 19:06 ` Duncaen
2021-06-27 22:12 ` paper42
2021-06-27 22:12 ` paper42
2021-06-27 22:24 ` [PR PATCH] [Updated] " Logarithmus
2021-06-27 22:37 ` [PR REVIEW] " Logarithmus
2021-06-27 22:37 ` Logarithmus
2021-06-27 22:42 ` Duncaen
2021-06-27 22:46 ` paper42
2021-06-27 22:47 ` paper42
2021-06-27 22:54 ` Logarithmus
2021-06-27 22:54 ` Logarithmus
2021-06-28  0:11 ` [PR PATCH] [Updated] " Logarithmus
2021-06-28  0:12 ` [PR REVIEW] " Logarithmus
2021-06-28  8:19 ` paper42
2021-06-28  8:28 ` paper42
2021-06-28  8:31 ` paper42
2021-06-28  9:00 ` [PR REVIEW] " Logarithmus
2021-06-29  1:55 ` [PR PATCH] [Updated] " Logarithmus
2021-06-29  1:55 ` [PR REVIEW] " Logarithmus
2021-06-29  1:58 ` [PR PATCH] [Updated] " Logarithmus
2021-06-29  1:58 ` Logarithmus
2021-07-02 22:58 ` paper42
2021-07-02 23:03 ` [PR PATCH] [Updated] " Logarithmus
2021-07-02 23:04 ` Logarithmus
2021-07-02 23:44 ` paper42
2021-07-02 23:54 ` [PR PATCH] [Updated] " Logarithmus
2021-07-02 23:56 ` Logarithmus
2021-07-03 10:13 ` paper42
2021-07-03 11:42 ` [PR PATCH] [Updated] " Logarithmus
2021-07-03 11:44 ` Logarithmus
2021-07-14 14:32 ` paper42
2021-07-14 14:36 ` Logarithmus
2021-07-17  2:54 ` [PR PATCH] [Merged]: " ericonr
2021-07-17  4:09 ` ericonr
2021-07-17  4:09 ` ericonr

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