Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pavucontrol: update to 6.0.
@ 2024-05-24 13:13 Bnyro
  2024-05-24 13:29 ` [PR PATCH] [Updated] " Bnyro
  2024-05-28 16:42 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2024-05-24 13:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages pavucontrol
https://github.com/void-linux/void-packages/pull/50502

pavucontrol: update to 6.0.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From 94116ed65d3577f8efe4c9739a64927a539e0364 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 24 May 2024 15:09:35 +0200
Subject: [PATCH] pavucontrol: update to 6.0.

---
 srcpkgs/pavucontrol/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pavucontrol/template b/srcpkgs/pavucontrol/template
index 9315be0cd6d6bd..6a7ee5cbb5630d 100644
--- a/srcpkgs/pavucontrol/template
+++ b/srcpkgs/pavucontrol/template
@@ -1,14 +1,14 @@
 # Template file for 'pavucontrol'
 pkgname=pavucontrol
-version=5.0
-revision=3
-build_style=gnu-configure
-hostmakedepends="pkg-config intltool"
-makedepends="gtkmm-devel libcanberra-devel gtk+3-devel pulseaudio-devel
+version=6.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config intltool lynx"
+makedepends="gtkmm-devel libcanberra-devel gtk4-devel gtkmm4-devel pulseaudio-devel
  json-glib-devel"
 short_desc="PulseAudio Volume Control"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://freedesktop.org/software/pulseaudio/pavucontrol/"
 distfiles="${FREEDESKTOP_SITE}/pulseaudio/pavucontrol/pavucontrol-${version}.tar.xz"
-checksum=ce2b72c3b5f1a70ad0df19dd81750f9455bd20870d1d3a36d20536af2e8f4e7a
+checksum=85c860d68ff1f82cd98c72a9257184bee39299578ab122d29bc51ecbecfbf65b

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

* Re: [PR PATCH] [Updated] pavucontrol: update to 6.0.
  2024-05-24 13:13 [PR PATCH] pavucontrol: update to 6.0 Bnyro
@ 2024-05-24 13:29 ` Bnyro
  2024-05-28 16:42 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2024-05-24 13:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages pavucontrol
https://github.com/void-linux/void-packages/pull/50502

pavucontrol: update to 6.0.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From c8cc5ba6ac9e6e4b5e1bb4df2d9717c0bd946fe2 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 24 May 2024 15:09:35 +0200
Subject: [PATCH] pavucontrol: update to 6.0.

---
 srcpkgs/pavucontrol/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pavucontrol/template b/srcpkgs/pavucontrol/template
index 9315be0cd6d6bd..cd5aaf26e87d26 100644
--- a/srcpkgs/pavucontrol/template
+++ b/srcpkgs/pavucontrol/template
@@ -1,14 +1,14 @@
 # Template file for 'pavucontrol'
 pkgname=pavucontrol
-version=5.0
-revision=3
-build_style=gnu-configure
-hostmakedepends="pkg-config intltool"
-makedepends="gtkmm-devel libcanberra-devel gtk+3-devel pulseaudio-devel
+version=6.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config intltool lynx glib-devel"
+makedepends="gtkmm-devel libcanberra-devel gtk4-devel gtkmm4-devel pulseaudio-devel
  json-glib-devel"
 short_desc="PulseAudio Volume Control"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://freedesktop.org/software/pulseaudio/pavucontrol/"
 distfiles="${FREEDESKTOP_SITE}/pulseaudio/pavucontrol/pavucontrol-${version}.tar.xz"
-checksum=ce2b72c3b5f1a70ad0df19dd81750f9455bd20870d1d3a36d20536af2e8f4e7a
+checksum=85c860d68ff1f82cd98c72a9257184bee39299578ab122d29bc51ecbecfbf65b

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

* Re: [PR PATCH] [Merged]: pavucontrol: update to 6.0.
  2024-05-24 13:13 [PR PATCH] pavucontrol: update to 6.0 Bnyro
  2024-05-24 13:29 ` [PR PATCH] [Updated] " Bnyro
@ 2024-05-28 16:42 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-05-28 16:42 UTC (permalink / raw)
  To: ml

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

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

pavucontrol: update to 6.0.
https://github.com/void-linux/void-packages/pull/50502

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- aarch64-glibc (cross)



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

end of thread, other threads:[~2024-05-28 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-24 13:13 [PR PATCH] pavucontrol: update to 6.0 Bnyro
2024-05-24 13:29 ` [PR PATCH] [Updated] " Bnyro
2024-05-28 16:42 ` [PR PATCH] [Merged]: " cinerea0

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