Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] audacious: update to 4.4.
@ 2024-06-14  0:40 classabbyamp
  2024-06-14  0:47 ` [PR PATCH] [Updated] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: classabbyamp @ 2024-06-14  0:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages audacious
https://github.com/void-linux/void-packages/pull/50823

audacious: update to 4.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From d37a25d0d8d3f0615b19dfb20f859e2a8c859da4 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 13 Jun 2024 20:40:13 -0400
Subject: [PATCH] audacious: update to 4.4.

---
 common/shlibs                      |  4 ++--
 srcpkgs/audacious-base/template    | 25 ++++++++++++-------------
 srcpkgs/audacious-plugins/template | 25 ++++++++++++-------------
 srcpkgs/audacious/template         |  4 ++--
 4 files changed, 28 insertions(+), 30 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a33bb85772e392..588a9baabe0e45 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1111,9 +1111,9 @@ libmowgli-2.so.0 libmowgli-2.1.3_8
 libgts-0.7.so.5 gts-0.7.6_1
 libguess.so.1 libguess-1.1_1
 libaudcore.so.5 audacious-base-4.3.1_1
-libaudgui.so.5 audacious-base-4.3.1_1
+libaudgui.so.6 audacious-base-4.3.1_1
 libaudtag.so.3 audacious-base-4.3.1_1
-libaudqt.so.2 audacious-base-4.3.1_1
+libaudqt.so.3 audacious-base-4.3.1_1
 libgstreamer-1.0.so.0 gstreamer1-1.0.0_1
 libgstbase-1.0.so.0 gstreamer1-1.0.0_1
 libgstcontroller-1.0.so.0 gstreamer1-1.0.0_1
diff --git a/srcpkgs/audacious-base/template b/srcpkgs/audacious-base/template
index 5f61312488ac75..7da28f92af5ba9 100644
--- a/srcpkgs/audacious-base/template
+++ b/srcpkgs/audacious-base/template
@@ -1,31 +1,30 @@
 # Template file for 'audacious-base'
 # Keep in sync with audacious and audacious-plugins
 pkgname=audacious-base
-version=4.3.1
+version=4.4
 revision=1
 build_style=meson
-configure_args="-Dlibarchive=true $(vopt_bool gtk3 gtk) $(vopt_bool gtk3)
- $(vopt_bool qt) $(vopt_bool qt qt6) -Dbuildstamp=xbps"
+configure_args="-Dlibarchive=true $(vopt_bool gtk) $(vopt_bool qt) -Dbuildstamp=xbps"
 hostmakedepends="pkg-config gettext glib-devel $(vopt_if qt 'qt6-base qt6-tools')"
 makedepends="libSM-devel dbus-glib-devel libguess-devel libarchive-devel
- $(vopt_if gtk3 gtk+3-devel) $(vopt_if qt qt6-base-devel)"
+ $(vopt_if gtk gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-svg-devel')"
 depends="desktop-file-utils hicolor-icon-theme $(vopt_if qt qt6-svg)"
 short_desc="Lightweight, advanced audio player focused on audio quality"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
-distfiles="https://distfiles.audacious-media-player.org/audacious-${version}.tar.bz2"
-checksum=85e9e26841505b51e342ee72a2d05f19bef894f567a029ebb3f3e0c1adb42042
+distfiles="https://github.com/audacious-media-player/audacious/archive/refs/tags/audacious-${version}.tar.gz"
+checksum=b240567c9b4452339fbee63503284d9c7f443f4f08c3ec0221d9e8738337a55e
 
-build_options="gtk3 qt"
+build_options="gtk qt"
 build_options_default="qt"
-vopt_conflict gtk3 qt
+vopt_conflict gtk qt
 
-pre_configure() {
-	# Meson uses paths from pkg-config which is /usr/lib32/qt6 when cross compiling 32-bit
-	# Work around this for now
-	export PATH="/usr/lib/qt6/libexec/:$PATH"
-}
+# pre_configure() {
+# 	# Meson uses paths from pkg-config which is /usr/lib32/qt6 when cross compiling 32-bit
+# 	# Work around this for now
+# 	export PATH="/usr/lib/qt6/libexec/:$PATH"
+# }
 
 post_install() {
 	vlicense COPYING
diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template
index e19792d71bb7b8..e81686c2f2f6e4 100644
--- a/srcpkgs/audacious-plugins/template
+++ b/srcpkgs/audacious-plugins/template
@@ -1,33 +1,32 @@
 # Template file for 'audacious-plugins'
 # Keep in sync with audacious and audacious-base
 pkgname=audacious-plugins
-version=4.3.1
-revision=4
+version=4.4
+revision=1
 build_style=meson
-configure_args="$(vopt_bool gtk3 gtk) $(vopt_bool gtk3)
- $(vopt_bool qt) $(vopt_bool qt qt6)"
+configure_args="$(vopt_bool gtk gtk) $(vopt_bool qt)"
 hostmakedepends="gettext pkg-config glib-devel $(vopt_if qt qt6-tools)"
 makedepends="audacious-base-devel alsa-lib-devel pulseaudio-devel jack-devel
  lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel
  libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel
  libcurl-devel libmtp-devel neon-devel libmms-devel libxml2-devel opus-devel opusfile-devel
  libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel pipewire-devel
- $(vopt_if gtk3 gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-multimedia-devel')"
+ $(vopt_if gtk gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-multimedia-devel')"
 short_desc="Plugins for the Audacious media player"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
-distfiles="https://distfiles.audacious-media-player.org/audacious-plugins-${version}.tar.bz2"
-checksum=2dea26e3af583a2d684df240b27b2b2932bcd653df4db500a85f4fe5d5fdc8a6
+distfiles="https://github.com/audacious-media-player/audacious-plugins/archive/refs/tags/audacious-plugins-${version}.tar.gz"
+checksum=97e70fea48a9f6c3dbf47e47c8ce9bfd423d73f32142851ccfac86d23354d2cc
 
-build_options="gtk3 qt"
+build_options="gtk qt"
 build_options_default="qt"
-vopt_conflict gtk3 qt
+vopt_conflict gtk qt
 
-if [ -n "$CROSS_BUILD" ]; then
-	# fails to configure: FileNotFoundError: [Errno 2] No such file or directory: '/usr/include/qt6'
-	configure_args+=" -Dhotkey=false"
-fi
+# if [ -n "$CROSS_BUILD" ]; then
+# 	# fails to configure: FileNotFoundError: [Errno 2] No such file or directory: '/usr/include/qt6'
+# 	configure_args+=" -Dhotkey=false"
+# fi
 
 post_install() {
 	vlicense COPYING
diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index ed8b88f4173f29..b97877168a23bd 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,8 +1,8 @@
 # Template file for 'audacious'
 # Keep in sync with audacious-base and audacious-plugins
 pkgname=audacious
-version=4.3.1
-revision=2
+version=4.4
+revision=1
 build_style=meta
 depends="audacious-base>=${version}_1 audacious-plugins>=${version}_1"
 short_desc="Lightweight, advanced audio player focused on audio quality"

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

* Re: [PR PATCH] [Updated] audacious: update to 4.4.
  2024-06-14  0:40 [PR PATCH] audacious: update to 4.4 classabbyamp
@ 2024-06-14  0:47 ` classabbyamp
  2024-06-14  2:58 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-06-14  0:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages audacious
https://github.com/void-linux/void-packages/pull/50823

audacious: update to 4.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From 9f1b111954d42a8575f914a6c9829e9520985505 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 13 Jun 2024 20:40:13 -0400
Subject: [PATCH] audacious: update to 4.4.

---
 common/shlibs                      |  4 ++--
 srcpkgs/audacious-base/template    | 15 +++++++--------
 srcpkgs/audacious-plugins/template | 25 ++++++++++++-------------
 srcpkgs/audacious/template         |  4 ++--
 4 files changed, 23 insertions(+), 25 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a33bb85772e392..588a9baabe0e45 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1111,9 +1111,9 @@ libmowgli-2.so.0 libmowgli-2.1.3_8
 libgts-0.7.so.5 gts-0.7.6_1
 libguess.so.1 libguess-1.1_1
 libaudcore.so.5 audacious-base-4.3.1_1
-libaudgui.so.5 audacious-base-4.3.1_1
+libaudgui.so.6 audacious-base-4.3.1_1
 libaudtag.so.3 audacious-base-4.3.1_1
-libaudqt.so.2 audacious-base-4.3.1_1
+libaudqt.so.3 audacious-base-4.3.1_1
 libgstreamer-1.0.so.0 gstreamer1-1.0.0_1
 libgstbase-1.0.so.0 gstreamer1-1.0.0_1
 libgstcontroller-1.0.so.0 gstreamer1-1.0.0_1
diff --git a/srcpkgs/audacious-base/template b/srcpkgs/audacious-base/template
index 5f61312488ac75..c803fd2ec139a8 100644
--- a/srcpkgs/audacious-base/template
+++ b/srcpkgs/audacious-base/template
@@ -1,25 +1,24 @@
 # Template file for 'audacious-base'
 # Keep in sync with audacious and audacious-plugins
 pkgname=audacious-base
-version=4.3.1
+version=4.4
 revision=1
 build_style=meson
-configure_args="-Dlibarchive=true $(vopt_bool gtk3 gtk) $(vopt_bool gtk3)
- $(vopt_bool qt) $(vopt_bool qt qt6) -Dbuildstamp=xbps"
+configure_args="-Dlibarchive=true $(vopt_bool gtk) $(vopt_bool qt) -Dbuildstamp=xbps"
 hostmakedepends="pkg-config gettext glib-devel $(vopt_if qt 'qt6-base qt6-tools')"
 makedepends="libSM-devel dbus-glib-devel libguess-devel libarchive-devel
- $(vopt_if gtk3 gtk+3-devel) $(vopt_if qt qt6-base-devel)"
+ $(vopt_if gtk gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-svg-devel')"
 depends="desktop-file-utils hicolor-icon-theme $(vopt_if qt qt6-svg)"
 short_desc="Lightweight, advanced audio player focused on audio quality"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
-distfiles="https://distfiles.audacious-media-player.org/audacious-${version}.tar.bz2"
-checksum=85e9e26841505b51e342ee72a2d05f19bef894f567a029ebb3f3e0c1adb42042
+distfiles="https://github.com/audacious-media-player/audacious/archive/refs/tags/audacious-${version}.tar.gz"
+checksum=b240567c9b4452339fbee63503284d9c7f443f4f08c3ec0221d9e8738337a55e
 
-build_options="gtk3 qt"
+build_options="gtk qt"
 build_options_default="qt"
-vopt_conflict gtk3 qt
+vopt_conflict gtk qt
 
 pre_configure() {
 	# Meson uses paths from pkg-config which is /usr/lib32/qt6 when cross compiling 32-bit
diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template
index e19792d71bb7b8..e81686c2f2f6e4 100644
--- a/srcpkgs/audacious-plugins/template
+++ b/srcpkgs/audacious-plugins/template
@@ -1,33 +1,32 @@
 # Template file for 'audacious-plugins'
 # Keep in sync with audacious and audacious-base
 pkgname=audacious-plugins
-version=4.3.1
-revision=4
+version=4.4
+revision=1
 build_style=meson
-configure_args="$(vopt_bool gtk3 gtk) $(vopt_bool gtk3)
- $(vopt_bool qt) $(vopt_bool qt qt6)"
+configure_args="$(vopt_bool gtk gtk) $(vopt_bool qt)"
 hostmakedepends="gettext pkg-config glib-devel $(vopt_if qt qt6-tools)"
 makedepends="audacious-base-devel alsa-lib-devel pulseaudio-devel jack-devel
  lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel
  libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel
  libcurl-devel libmtp-devel neon-devel libmms-devel libxml2-devel opus-devel opusfile-devel
  libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel pipewire-devel
- $(vopt_if gtk3 gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-multimedia-devel')"
+ $(vopt_if gtk gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-multimedia-devel')"
 short_desc="Plugins for the Audacious media player"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
-distfiles="https://distfiles.audacious-media-player.org/audacious-plugins-${version}.tar.bz2"
-checksum=2dea26e3af583a2d684df240b27b2b2932bcd653df4db500a85f4fe5d5fdc8a6
+distfiles="https://github.com/audacious-media-player/audacious-plugins/archive/refs/tags/audacious-plugins-${version}.tar.gz"
+checksum=97e70fea48a9f6c3dbf47e47c8ce9bfd423d73f32142851ccfac86d23354d2cc
 
-build_options="gtk3 qt"
+build_options="gtk qt"
 build_options_default="qt"
-vopt_conflict gtk3 qt
+vopt_conflict gtk qt
 
-if [ -n "$CROSS_BUILD" ]; then
-	# fails to configure: FileNotFoundError: [Errno 2] No such file or directory: '/usr/include/qt6'
-	configure_args+=" -Dhotkey=false"
-fi
+# if [ -n "$CROSS_BUILD" ]; then
+# 	# fails to configure: FileNotFoundError: [Errno 2] No such file or directory: '/usr/include/qt6'
+# 	configure_args+=" -Dhotkey=false"
+# fi
 
 post_install() {
 	vlicense COPYING
diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index ed8b88f4173f29..b97877168a23bd 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,8 +1,8 @@
 # Template file for 'audacious'
 # Keep in sync with audacious-base and audacious-plugins
 pkgname=audacious
-version=4.3.1
-revision=2
+version=4.4
+revision=1
 build_style=meta
 depends="audacious-base>=${version}_1 audacious-plugins>=${version}_1"
 short_desc="Lightweight, advanced audio player focused on audio quality"

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

* Re: [PR PATCH] [Updated] audacious: update to 4.4.
  2024-06-14  0:40 [PR PATCH] audacious: update to 4.4 classabbyamp
  2024-06-14  0:47 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-06-14  2:58 ` classabbyamp
  2024-06-14  3:31 ` classabbyamp
  2024-06-14  3:43 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-06-14  2:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages audacious
https://github.com/void-linux/void-packages/pull/50823

audacious: update to 4.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From a41b20234fa1ddc812404ef9725bd3c1c1f0d20b Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 13 Jun 2024 20:40:13 -0400
Subject: [PATCH] audacious: update to 4.4.

---
 common/shlibs                      |  4 ++--
 srcpkgs/audacious-base/template    | 15 +++++++--------
 srcpkgs/audacious-plugins/template | 22 ++++++++--------------
 srcpkgs/audacious/template         |  4 ++--
 4 files changed, 19 insertions(+), 26 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a33bb85772e392..588a9baabe0e45 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1111,9 +1111,9 @@ libmowgli-2.so.0 libmowgli-2.1.3_8
 libgts-0.7.so.5 gts-0.7.6_1
 libguess.so.1 libguess-1.1_1
 libaudcore.so.5 audacious-base-4.3.1_1
-libaudgui.so.5 audacious-base-4.3.1_1
+libaudgui.so.6 audacious-base-4.3.1_1
 libaudtag.so.3 audacious-base-4.3.1_1
-libaudqt.so.2 audacious-base-4.3.1_1
+libaudqt.so.3 audacious-base-4.3.1_1
 libgstreamer-1.0.so.0 gstreamer1-1.0.0_1
 libgstbase-1.0.so.0 gstreamer1-1.0.0_1
 libgstcontroller-1.0.so.0 gstreamer1-1.0.0_1
diff --git a/srcpkgs/audacious-base/template b/srcpkgs/audacious-base/template
index 5f61312488ac75..c803fd2ec139a8 100644
--- a/srcpkgs/audacious-base/template
+++ b/srcpkgs/audacious-base/template
@@ -1,25 +1,24 @@
 # Template file for 'audacious-base'
 # Keep in sync with audacious and audacious-plugins
 pkgname=audacious-base
-version=4.3.1
+version=4.4
 revision=1
 build_style=meson
-configure_args="-Dlibarchive=true $(vopt_bool gtk3 gtk) $(vopt_bool gtk3)
- $(vopt_bool qt) $(vopt_bool qt qt6) -Dbuildstamp=xbps"
+configure_args="-Dlibarchive=true $(vopt_bool gtk) $(vopt_bool qt) -Dbuildstamp=xbps"
 hostmakedepends="pkg-config gettext glib-devel $(vopt_if qt 'qt6-base qt6-tools')"
 makedepends="libSM-devel dbus-glib-devel libguess-devel libarchive-devel
- $(vopt_if gtk3 gtk+3-devel) $(vopt_if qt qt6-base-devel)"
+ $(vopt_if gtk gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-svg-devel')"
 depends="desktop-file-utils hicolor-icon-theme $(vopt_if qt qt6-svg)"
 short_desc="Lightweight, advanced audio player focused on audio quality"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
-distfiles="https://distfiles.audacious-media-player.org/audacious-${version}.tar.bz2"
-checksum=85e9e26841505b51e342ee72a2d05f19bef894f567a029ebb3f3e0c1adb42042
+distfiles="https://github.com/audacious-media-player/audacious/archive/refs/tags/audacious-${version}.tar.gz"
+checksum=b240567c9b4452339fbee63503284d9c7f443f4f08c3ec0221d9e8738337a55e
 
-build_options="gtk3 qt"
+build_options="gtk qt"
 build_options_default="qt"
-vopt_conflict gtk3 qt
+vopt_conflict gtk qt
 
 pre_configure() {
 	# Meson uses paths from pkg-config which is /usr/lib32/qt6 when cross compiling 32-bit
diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template
index e19792d71bb7b8..7a3f77aaff5ee4 100644
--- a/srcpkgs/audacious-plugins/template
+++ b/srcpkgs/audacious-plugins/template
@@ -1,33 +1,27 @@
 # Template file for 'audacious-plugins'
 # Keep in sync with audacious and audacious-base
 pkgname=audacious-plugins
-version=4.3.1
-revision=4
+version=4.4
+revision=1
 build_style=meson
-configure_args="$(vopt_bool gtk3 gtk) $(vopt_bool gtk3)
- $(vopt_bool qt) $(vopt_bool qt qt6)"
+configure_args="$(vopt_bool gtk gtk) $(vopt_bool qt)"
 hostmakedepends="gettext pkg-config glib-devel $(vopt_if qt qt6-tools)"
 makedepends="audacious-base-devel alsa-lib-devel pulseaudio-devel jack-devel
  lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel
  libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel
  libcurl-devel libmtp-devel neon-devel libmms-devel libxml2-devel opus-devel opusfile-devel
  libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel pipewire-devel
- $(vopt_if gtk3 gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-multimedia-devel')"
+ $(vopt_if gtk gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-multimedia-devel')"
 short_desc="Plugins for the Audacious media player"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
-distfiles="https://distfiles.audacious-media-player.org/audacious-plugins-${version}.tar.bz2"
-checksum=2dea26e3af583a2d684df240b27b2b2932bcd653df4db500a85f4fe5d5fdc8a6
+distfiles="https://github.com/audacious-media-player/audacious-plugins/archive/refs/tags/audacious-plugins-${version}.tar.gz"
+checksum=97e70fea48a9f6c3dbf47e47c8ce9bfd423d73f32142851ccfac86d23354d2cc
 
-build_options="gtk3 qt"
+build_options="gtk qt"
 build_options_default="qt"
-vopt_conflict gtk3 qt
-
-if [ -n "$CROSS_BUILD" ]; then
-	# fails to configure: FileNotFoundError: [Errno 2] No such file or directory: '/usr/include/qt6'
-	configure_args+=" -Dhotkey=false"
-fi
+vopt_conflict gtk qt
 
 post_install() {
 	vlicense COPYING
diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index ed8b88f4173f29..b97877168a23bd 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,8 +1,8 @@
 # Template file for 'audacious'
 # Keep in sync with audacious-base and audacious-plugins
 pkgname=audacious
-version=4.3.1
-revision=2
+version=4.4
+revision=1
 build_style=meta
 depends="audacious-base>=${version}_1 audacious-plugins>=${version}_1"
 short_desc="Lightweight, advanced audio player focused on audio quality"

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

* Re: [PR PATCH] [Updated] audacious: update to 4.4.
  2024-06-14  0:40 [PR PATCH] audacious: update to 4.4 classabbyamp
  2024-06-14  0:47 ` [PR PATCH] [Updated] " classabbyamp
  2024-06-14  2:58 ` classabbyamp
@ 2024-06-14  3:31 ` classabbyamp
  2024-06-14  3:43 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-06-14  3:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages audacious
https://github.com/void-linux/void-packages/pull/50823

audacious: update to 4.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From a57d56455d965552fe4121b524781b6eaafae3d5 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 13 Jun 2024 20:40:13 -0400
Subject: [PATCH] audacious: update to 4.4.

---
 common/shlibs                      |  4 ++--
 srcpkgs/audacious-base/template    | 15 +++++++--------
 srcpkgs/audacious-plugins/template | 22 ++++++++--------------
 srcpkgs/audacious/template         |  4 ++--
 4 files changed, 19 insertions(+), 26 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a33bb85772e392..588a9baabe0e45 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1111,9 +1111,9 @@ libmowgli-2.so.0 libmowgli-2.1.3_8
 libgts-0.7.so.5 gts-0.7.6_1
 libguess.so.1 libguess-1.1_1
 libaudcore.so.5 audacious-base-4.3.1_1
-libaudgui.so.5 audacious-base-4.3.1_1
+libaudgui.so.6 audacious-base-4.3.1_1
 libaudtag.so.3 audacious-base-4.3.1_1
-libaudqt.so.2 audacious-base-4.3.1_1
+libaudqt.so.3 audacious-base-4.3.1_1
 libgstreamer-1.0.so.0 gstreamer1-1.0.0_1
 libgstbase-1.0.so.0 gstreamer1-1.0.0_1
 libgstcontroller-1.0.so.0 gstreamer1-1.0.0_1
diff --git a/srcpkgs/audacious-base/template b/srcpkgs/audacious-base/template
index 5f61312488ac75..da34181278b41a 100644
--- a/srcpkgs/audacious-base/template
+++ b/srcpkgs/audacious-base/template
@@ -1,25 +1,24 @@
 # Template file for 'audacious-base'
 # Keep in sync with audacious and audacious-plugins
 pkgname=audacious-base
-version=4.3.1
+version=4.4
 revision=1
 build_style=meson
-configure_args="-Dlibarchive=true $(vopt_bool gtk3 gtk) $(vopt_bool gtk3)
- $(vopt_bool qt) $(vopt_bool qt qt6) -Dbuildstamp=xbps"
+configure_args="$(vopt_bool gtk) $(vopt_bool qt) -Dlibarchive=true -Dbuildstamp=xbps"
 hostmakedepends="pkg-config gettext glib-devel $(vopt_if qt 'qt6-base qt6-tools')"
 makedepends="libSM-devel dbus-glib-devel libguess-devel libarchive-devel
- $(vopt_if gtk3 gtk+3-devel) $(vopt_if qt qt6-base-devel)"
+ $(vopt_if gtk gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-svg-devel')"
 depends="desktop-file-utils hicolor-icon-theme $(vopt_if qt qt6-svg)"
 short_desc="Lightweight, advanced audio player focused on audio quality"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
-distfiles="https://distfiles.audacious-media-player.org/audacious-${version}.tar.bz2"
-checksum=85e9e26841505b51e342ee72a2d05f19bef894f567a029ebb3f3e0c1adb42042
+distfiles="https://github.com/audacious-media-player/audacious/archive/refs/tags/audacious-${version}.tar.gz"
+checksum=b240567c9b4452339fbee63503284d9c7f443f4f08c3ec0221d9e8738337a55e
 
-build_options="gtk3 qt"
+build_options="gtk qt"
 build_options_default="qt"
-vopt_conflict gtk3 qt
+vopt_conflict gtk qt
 
 pre_configure() {
 	# Meson uses paths from pkg-config which is /usr/lib32/qt6 when cross compiling 32-bit
diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template
index e19792d71bb7b8..4a67e362c3e91d 100644
--- a/srcpkgs/audacious-plugins/template
+++ b/srcpkgs/audacious-plugins/template
@@ -1,33 +1,27 @@
 # Template file for 'audacious-plugins'
 # Keep in sync with audacious and audacious-base
 pkgname=audacious-plugins
-version=4.3.1
-revision=4
+version=4.4
+revision=1
 build_style=meson
-configure_args="$(vopt_bool gtk3 gtk) $(vopt_bool gtk3)
- $(vopt_bool qt) $(vopt_bool qt qt6)"
+configure_args="$(vopt_bool gtk) $(vopt_bool qt)"
 hostmakedepends="gettext pkg-config glib-devel $(vopt_if qt qt6-tools)"
 makedepends="audacious-base-devel alsa-lib-devel pulseaudio-devel jack-devel
  lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel
  libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel
  libcurl-devel libmtp-devel neon-devel libmms-devel libxml2-devel opus-devel opusfile-devel
  libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel pipewire-devel
- $(vopt_if gtk3 gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-multimedia-devel')"
+ $(vopt_if gtk gtk+3-devel) $(vopt_if qt 'qt6-base-devel qt6-multimedia-devel')"
 short_desc="Plugins for the Audacious media player"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="BSD-2-Clause"
 homepage="https://audacious-media-player.org/"
-distfiles="https://distfiles.audacious-media-player.org/audacious-plugins-${version}.tar.bz2"
-checksum=2dea26e3af583a2d684df240b27b2b2932bcd653df4db500a85f4fe5d5fdc8a6
+distfiles="https://github.com/audacious-media-player/audacious-plugins/archive/refs/tags/audacious-plugins-${version}.tar.gz"
+checksum=97e70fea48a9f6c3dbf47e47c8ce9bfd423d73f32142851ccfac86d23354d2cc
 
-build_options="gtk3 qt"
+build_options="gtk qt"
 build_options_default="qt"
-vopt_conflict gtk3 qt
-
-if [ -n "$CROSS_BUILD" ]; then
-	# fails to configure: FileNotFoundError: [Errno 2] No such file or directory: '/usr/include/qt6'
-	configure_args+=" -Dhotkey=false"
-fi
+vopt_conflict gtk qt
 
 post_install() {
 	vlicense COPYING
diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template
index ed8b88f4173f29..b97877168a23bd 100644
--- a/srcpkgs/audacious/template
+++ b/srcpkgs/audacious/template
@@ -1,8 +1,8 @@
 # Template file for 'audacious'
 # Keep in sync with audacious-base and audacious-plugins
 pkgname=audacious
-version=4.3.1
-revision=2
+version=4.4
+revision=1
 build_style=meta
 depends="audacious-base>=${version}_1 audacious-plugins>=${version}_1"
 short_desc="Lightweight, advanced audio player focused on audio quality"

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

* Re: [PR PATCH] [Merged]: audacious: update to 4.4.
  2024-06-14  0:40 [PR PATCH] audacious: update to 4.4 classabbyamp
                   ` (2 preceding siblings ...)
  2024-06-14  3:31 ` classabbyamp
@ 2024-06-14  3:43 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-06-14  3:43 UTC (permalink / raw)
  To: ml

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

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

audacious: update to 4.4.
https://github.com/void-linux/void-packages/pull/50823

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

end of thread, other threads:[~2024-06-14  3:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-14  0:40 [PR PATCH] audacious: update to 4.4 classabbyamp
2024-06-14  0:47 ` [PR PATCH] [Updated] " classabbyamp
2024-06-14  2:58 ` classabbyamp
2024-06-14  3:31 ` classabbyamp
2024-06-14  3:43 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).