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: [PR PATCH] [Updated] pulseeffects: update to 4.8.2
  2020-11-15  4:14 [PR PATCH] pulseeffects: update to 4.8.2 glaulher
@ 2020-11-17 22:33 ` glaulher
  0 siblings, 0 replies; 7+ messages in thread
From: glaulher @ 2020-11-17 22:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages pulseeffects
https://github.com/void-linux/void-packages/pull/26389

pulseeffects: update to 4.8.2
this package run x86_64 and x86

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

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

From e8ae426c9f46c34fa819404aa4d74e8934791f78 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 12:57:54 -0300
Subject: [PATCH 1/7] containerd: update to 1.4.1

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

diff --git a/srcpkgs/containerd/template b/srcpkgs/containerd/template
index 528edababcc..c035d23e7a3 100644
--- a/srcpkgs/containerd/template
+++ b/srcpkgs/containerd/template
@@ -1,6 +1,6 @@
 # Template file for 'containerd'
 pkgname=containerd
-version=1.3.7
+version=1.4.1
 revision=1
 build_style=go
 go_import_path=github.com/containerd/containerd
@@ -18,7 +18,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/containerd/containerd"
 distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
-checksum=d30d59e143697aa4f0960205b3f5ac59c573b332f20507740ef2dc0fb5ae8ded
+checksum=d410b8efc94e4124990f01de7107223971be8c9258fc651decf9e0ba648485b5
 make_dirs="/var/lib/containerd 0755 root root"
 
 post_build() {

From 98a11f9e53f9a47c2f953e2e948da583d63c728b Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 13:17:39 -0300
Subject: [PATCH 2/7] vscode: update to 1.51.1

---
 srcpkgs/vscode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 96a0c349229..5948f7fd1eb 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.50.1
+version=1.51.1
 revision=1
 _electronver=9.3.1
 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"

From fe50642f6136458355e56493c7fa51b57cd94129 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 14:56:10 -0300
Subject: [PATCH 3/7] vscode: update to 1.51.1

---
 srcpkgs/vscode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 5948f7fd1eb..37d1c6c5dc8 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
-checksum=7d874637055e2425fe981f387165b7c7949db0821b1135f9cd7ccd5c70903af7
+checksum=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

From 79294bfc1d385e7aa635e63a16827a5bfb4fdcaa Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 15:06:44 -0300
Subject: [PATCH 4/7] vscode: update to 1.51.1

---
 srcpkgs/vscode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 37d1c6c5dc8..2730abbf43f 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,7 +1,7 @@
 # Template file for 'vscode'
 pkgname=vscode
 version=1.51.1
-revision=1
+revision=1 
 _electronver=9.3.1
 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
 makedepends="libxkbfile-devel libsecret-devel electron9"

From c738eaed37ccfcd636b62a2b2d733cb9789b50c6 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 15:33:59 -0300
Subject: [PATCH 5/7] compton-conf: update to 0.16.0

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

diff --git a/srcpkgs/compton-conf/template b/srcpkgs/compton-conf/template
index 0405611d764..e30254e5c62 100644
--- a/srcpkgs/compton-conf/template
+++ b/srcpkgs/compton-conf/template
@@ -1,15 +1,15 @@
 # Template file for 'compton-conf'
 pkgname=compton-conf
-version=0.15.0
+version=0.16.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
 makedepends="qt5-tools-devel libconfig-devel"
 depends="compton desktop-file-utils"
 short_desc="LXQt GUI configuration tool for compton"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="glaulher <glaulher.developer@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://lxqt.org/"
 distfiles="https://github.com/lxqt/compton-conf/releases/download/${version}/compton-conf-${version}.tar.xz"
-checksum=09077799b7a3aebae815c94da42e908c34352e6e7af79a5375aaf1a3ad5a21c6
+checksum=7d5354d88ad8cd3342ce237f0cf8b0ed422ee837be31e89ae5e0ca66e1cf4a41
 replaces="lxqt-common>=0"

From 9b662ad80d59cdd6f5d77a049fa933c1be74b267 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 14 Nov 2020 15:53:30 -0300
Subject: [PATCH 6/7] conky-cli: update to 1.11.6

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

diff --git a/srcpkgs/conky-cli/template b/srcpkgs/conky-cli/template
index 64e9bc3ba7f..f0e361ebf08 100644
--- a/srcpkgs/conky-cli/template
+++ b/srcpkgs/conky-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'conky-cli'
 pkgname=conky-cli
-version=1.11.5
+version=1.11.6
 revision=3
 wrksrc="${pkgname/-cli/}-${version}"
 build_style=cmake
@@ -17,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/brndnmtthws/conky"
 distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz"
-checksum=4cefdd92219a90934c28297e4ac7448a3f69d6aeec5d48c5763b23f6b214ef13
+checksum=e7c01e4910744851e05f85f0a0aab3f5068215b1af850515189ac40e7deeb26d
 
 provides="conky-${version}_${revision}"
 conflicts="conky>=0"

From 4803b646a5940cef0e782f59c807099fabc6f660 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sun, 15 Nov 2020 01:10:42 -0300
Subject: [PATCH 7/7] pulseeffects: update to 4.8.2

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

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index e4d25c7ecb2..1f7bb3e01e0 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -1,18 +1,20 @@
 # Template file for 'pulseeffects'
 pkgname=pulseeffects
 reverts="4.3.4_1"
-version=3.2.3
-revision=6
+version=4.8.2
+revision=2
 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"
-depends="calf gsettings-desktop-schemas gst-plugins-bad1
- gst-plugins-good1 pulseaudio python3-gobject python3-numpy python3-scipy"
+hostmakedepends="pkg-config itstool lilv appstream-glib gettext glib-devel"
+makedepends="boost-devel gsettings-desktop-schemas-devel gst-plugins-bad1-devel
+ gtk+3-devel libbs2b-devel pulseaudio-devel zita-convolver-devel
+ glibmm-devel gtkmm-devel libebur128-devel"
+depends="gsettings-desktop-schemas gst-plugins-bad1
+ gst-plugins-good1 pulseaudio
+ calf yelp lv2 ladspa-sdk jack gtk+3 gtkmm libpulseaudio gst123 gst-plugins-good1 gst-plugins-bad1
+ lilv libboost_system1.72 libsigc++ libsndfile libsamplerate zita-convolver libebur128 glibmm"
 short_desc="Sound effects for Pulseaudio applications"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-only"
 homepage="https://github.com/wwmm/pulseeffects"
 distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
-checksum=049a9d9c162a17790d392b7de9a0cc1397de32bd4324ae6490a45b96c92e5528
+checksum=6a287957b91530023b9b72ca1d57507a8dcd6363e48ce34dd225fb6bab7d27ec

^ 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-17 22:33 ` [PR PATCH] [Updated] " glaulher

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