From 04c33e96658da3aafc9be7b8ecc77a3ba63cc9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Santos?= Date: Sun, 9 Apr 2023 14:28:48 +0200 Subject: [PATCH 1/2] audacious: update to 4.3. --- srcpkgs/audacious/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/audacious/template b/srcpkgs/audacious/template index 7df759a2f29a..80ec924a5c0b 100644 --- a/srcpkgs/audacious/template +++ b/srcpkgs/audacious/template @@ -1,7 +1,7 @@ # Template file for 'audacious' #Keep in sync with audacious-plugins! pkgname=audacious -version=4.2 +version=4.3 revision=1 build_style=gnu-configure configure_args="$(vopt_enable gtk) $(vopt_enable qt) --enable-libarchive" @@ -14,7 +14,7 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="https://audacious-media-player.org/" distfiles="https://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2" -checksum=feb304e470a481fe2b3c4ca1c9cb3b23ec262540c12d0d1e6c22a5eb625e04b3 +checksum=27584dc845c7e70db8c9267990945f17322a1ecc80ff8b452e9ca916a0ce9091 build_options="gtk qt" build_options_default="qt" From 0b3c1ddf0fdf87cf050e11d3aab966f38c6a694e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Santos?= Date: Sun, 9 Apr 2023 14:29:36 +0200 Subject: [PATCH 2/2] audacious-plugins: update to 4.3. --- srcpkgs/audacious-plugins/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template index 910ec0d1891f..ef65ae9d0d49 100644 --- a/srcpkgs/audacious-plugins/template +++ b/srcpkgs/audacious-plugins/template @@ -1,7 +1,7 @@ # Template file for 'audacious-plugins' #Keep in sync with audacious! pkgname=audacious-plugins -version=4.2 +version=4.3 revision=1 build_style=gnu-configure configure_args="$(vopt_enable gtk) $(vopt_enable qt)" @@ -10,14 +10,14 @@ makedepends="audacious-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 - libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel + libbs2b-devel libsoxr-devel libsidplayfp-devel libcue-devel libopenmpt-devel opusfile-devel pipewire-devel $(vopt_if gtk gtk+-devel) $(vopt_if qt 'qt5-devel qt5-multimedia-devel')" short_desc="Plugins for the Audacious media player" maintainer="Orphaned " license="BSD-2-Clause" homepage="https://audacious-media-player.org/" distfiles="https://distfiles.audacious-media-player.org/${pkgname}-${version}.tar.bz2" -checksum=6fa0f69c3a1041eb877c37109513ab4a2a0a56a77d9e8c13a1581cf1439a417f +checksum=662ef6c8c4bd70d0f35fd1c5f08b91549b9436638b65f8a1a33956b09df89fc6 build_options="gtk qt" build_options_default="qt"