Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] pulseeffects: update to 4.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26709@inbox.vuxu.org>
@ 2020-12-12 21:12 ` ndowens
  2020-12-20  3:49 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-12-12 21:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/26709

pulseeffects: update to 4.8.2
Looked at https://github.com/void-linux/void-packages/pull/2566 and I do not get the issue reported, the following is what I get and pulseeffects launches fine.
```
PULSEEFFECTS_DEBUG=1 pulseeffects

(pulseeffects:31375): Gtk-WARNING **: 19:05:36.812: Theme parsing error: gtk.css:2:33: Failed to import: Error opening file /home/ndowens/.config/gtk-3.0/window_decorations.css: No such file or directory

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.867: compressor plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.869: equalizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.878: maximizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.882: loudness plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.884: pitch plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.890: convolver plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.890: crystalizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.892: delay plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.897: compressor plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.897: equalizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.899: pitch plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.905: maximizer plugin was not found!

```

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

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

From 41a5317762ede70c3b82090725c57bb70836679e Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 25 Nov 2020 19:06:44 -0600
Subject: [PATCH] pulseeffects: update to 4.8.2

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

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index e4d25c7ecb2..4ed7aae2558 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,18 +1,19 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-reverts="4.3.4_1"
-version=3.2.3
-revision=6
+version=4.8.2
+revision=1
 build_style=meson
-pycompile_module="PulseEffects PulseEffectsTest"
-hostmakedepends="pkg-config"
-makedepends="gsettings-desktop-schemas-devel gst-plugins-bad1-devel
- gtk+3-devel libbs2b-devel pulseaudio-devel python3-gobject-devel"
+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-numpy python3-scipy"
+ gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
 short_desc="Sound effects for Pulseaudio applications"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=049a9d9c162a17790d392b7de9a0cc1397de32bd4324ae6490a45b96c92e5528
+checksum=6a287957b91530023b9b72ca1d57507a8dcd6363e48ce34dd225fb6bab7d27ec
+python_version=3

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

* Re: pulseeffects: update to 4.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26709@inbox.vuxu.org>
  2020-12-12 21:12 ` [PR PATCH] [Updated] pulseeffects: update to 4.8.2 ndowens
@ 2020-12-20  3:49 ` ericonr
  2020-12-26  6:19 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-20  3:49 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26709#issuecomment-748559144

Comment:
Is this still good after the pulseaudio update?

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

* Re: pulseeffects: update to 4.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26709@inbox.vuxu.org>
  2020-12-12 21:12 ` [PR PATCH] [Updated] pulseeffects: update to 4.8.2 ndowens
  2020-12-20  3:49 ` ericonr
@ 2020-12-26  6:19 ` ericonr
  2020-12-26  9:46 ` ndowens
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-26  6:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26709#issuecomment-751323823

Comment:
Can you update to 4.8.4? At least there won't be new releases in this branch: https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md

Not sure how replacing that will work, though.

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

* Re: pulseeffects: update to 4.8.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26709@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-12-26  6:19 ` ericonr
@ 2020-12-26  9:46 ` ndowens
  2020-12-26  9:52 ` [PR PATCH] [Updated] pulseeffects: update to 4.8.4 ndowens
  2020-12-28  5:33 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-12-26  9:46 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26709#issuecomment-751339507

Comment:
> Can you update to 4.8.4? At least there won't be new releases in this branch: https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md
> 
> Not sure how replacing that will work, though.

Interesting, going to pipewrire too :)

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

* Re: [PR PATCH] [Updated] pulseeffects: update to 4.8.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26709@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-12-26  9:46 ` ndowens
@ 2020-12-26  9:52 ` ndowens
  2020-12-28  5:33 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-12-26  9:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/26709

pulseeffects: update to 4.8.4
Looked at https://github.com/void-linux/void-packages/pull/2566 and I do not get the issue reported, the following is what I get and pulseeffects launches fine.
```
PULSEEFFECTS_DEBUG=1 pulseeffects

(pulseeffects:31375): Gtk-WARNING **: 19:05:36.812: Theme parsing error: gtk.css:2:33: Failed to import: Error opening file /home/ndowens/.config/gtk-3.0/window_decorations.css: No such file or directory

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.867: compressor plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.869: equalizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.878: maximizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.882: loudness plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.884: pitch plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.890: convolver plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.890: crystalizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.892: delay plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.897: compressor plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.897: equalizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.899: pitch plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.905: maximizer plugin was not found!

```

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

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

From 3daa6294ff8e285f72bbad44f1bc8ce45fe1af36 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 25 Nov 2020 19:06:44 -0600
Subject: [PATCH] pulseeffects: update to 4.8.4

---
 srcpkgs/pulseeffects/template | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index e4d25c7ecb2..a06f3042d97 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,18 +1,19 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
-reverts="4.3.4_1"
-version=3.2.3
-revision=6
+version=4.8.4
+revision=1
 build_style=meson
-pycompile_module="PulseEffects PulseEffectsTest"
-hostmakedepends="pkg-config"
-makedepends="gsettings-desktop-schemas-devel gst-plugins-bad1-devel
- gtk+3-devel libbs2b-devel pulseaudio-devel python3-gobject-devel"
+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-numpy python3-scipy"
+ gst-plugins-good1 pulseaudio python3-gobject python3-scipy"
 short_desc="Sound effects for Pulseaudio applications"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="https://github.com/wwmm/pulseeffects"
-distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=049a9d9c162a17790d392b7de9a0cc1397de32bd4324ae6490a45b96c92e5528
+distfiles="https://github.com/wwmm/pulseeffects/archive/${version}.tar.gz"
+checksum=12ba3205025d815a747b58636861594f7d1e43a578a5b0411f7794f4c12e5d86
+python_version=3

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

* Re: [PR PATCH] [Merged]: pulseeffects: update to 4.8.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26709@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-12-26  9:52 ` [PR PATCH] [Updated] pulseeffects: update to 4.8.4 ndowens
@ 2020-12-28  5:33 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-28  5:33 UTC (permalink / raw)
  To: ml

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

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

pulseeffects: update to 4.8.4
https://github.com/void-linux/void-packages/pull/26709

Description:
Looked at https://github.com/void-linux/void-packages/pull/2566 and I do not get the issue reported, the following is what I get and pulseeffects launches fine.
```
PULSEEFFECTS_DEBUG=1 pulseeffects

(pulseeffects:31375): Gtk-WARNING **: 19:05:36.812: Theme parsing error: gtk.css:2:33: Failed to import: Error opening file /home/ndowens/.config/gtk-3.0/window_decorations.css: No such file or directory

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.867: compressor plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.869: equalizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.878: maximizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.882: loudness plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.884: pitch plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.890: convolver plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.890: crystalizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.892: delay plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.897: compressor plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.897: equalizer plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.899: pitch plugin was not found!

(pulseeffects:31375): pulseeffects-WARNING **: 19:05:36.905: maximizer plugin was not found!

```

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

* Re: pulseeffects: update to 4.8.2
  2020-11-15  4:14 [PR PATCH] pulseeffects: update to 4.8.2 glaulher
@ 2020-11-15  4:21 ` ericonr
  0 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-11-15  4:21 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/26389#issuecomment-727471868

Comment:
You have a few more commits than I believe you intended here ;)

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

end of thread, other threads:[~2020-12-28  5:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26709@inbox.vuxu.org>
2020-12-12 21:12 ` [PR PATCH] [Updated] pulseeffects: update to 4.8.2 ndowens
2020-12-20  3:49 ` ericonr
2020-12-26  6:19 ` ericonr
2020-12-26  9:46 ` ndowens
2020-12-26  9:52 ` [PR PATCH] [Updated] pulseeffects: update to 4.8.4 ndowens
2020-12-28  5:33 ` [PR PATCH] [Merged]: " ericonr
2020-11-15  4:14 [PR PATCH] pulseeffects: update to 4.8.2 glaulher
2020-11-15  4:21 ` 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).