Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package audacious-plugins for
openSUSE:Factory checked in at 2026-06-02 16:07:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacious-plugins (Old)
and /work/SRC/openSUSE:Factory/.audacious-plugins.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audacious-plugins"
Tue Jun 2 16:07:30 2026 rev:33 rq:1356550 version:4.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/audacious-plugins/audacious-plugins.changes
2025-09-09 20:31:04.191311778 +0200
+++
/work/SRC/openSUSE:Factory/.audacious-plugins.new.1937/audacious-plugins.changes
2026-06-02 16:09:22.563467049 +0200
@@ -1,0 +2,67 @@
+Mon Jun 1 11:21:56 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 4.6:
+ * New plugins and features:
+ - Add file browser plugin
+ - Add macOS Now Playing plugin
+ - Port Playback History plugin to GTK (#1596)
+ - Enable Xwayland only for Winamp interface (#1754, #1656)
+ - Add a configuration setting for Xwayland (#1664)
+ - Allow sorting playlist entries by bitrate (#1356)
+ - Support exporting playlists on CLI with audtool (#1659)
+ - Allow playing Musepack SV8 files (#1674)
+ - Support all AIFF extensions and MIME types (#1690)
+ - Add support for file creation/modification dates (#1701)
+ - Allow to bring back playlist deletion confirmation (#1724)
+ - Allow wrapping to last track in playlist with Previous button
+ (#1726)
+ - Support more shortcuts in GTK/Qt interface to switch playlist
+ tabs (#1730)
+ - Add support for reading lyrics tag from Opus, Ogg Vorbis and
+ FLAC files
+ - Allow to configure previous/next album global hotkeys (#1737)
+ - Read ReplayGain tags with FFmpeg plugin for more file types
+ (#1793)
+ - Load companion .m3u/.m3u8 with Game Console Music Decoder for
+ subsong metadata
+ - Handle Delete and F2 key press events in Playlist Manager
+ - Use localized music directory for Search Tool
+ - Accept dropped files on main window of Qt Winamp interface
+ * Bugs fixed since 4.5.1:
+ - Fix corner case of Qt-only build with use_qt=FALSE in config
+ - Escape brackets in file path URLs (#1649)
+ - Work around broken drop indicator in Qt interface with Qt
+ 6.8+ (#1667)
+ - Fix help output for --pause command (#1678)
+ - Prevent buffer overflow in PSF metadata parser (#1713)
+ - Fix encoding issue with lyrics on Windows (#1731)
+ - Prevent undefined behavior for integer conversions (#1796)
+ - Plug memory leaks in LIRC plugin
+ - Prevent infinite loop with "Next album" and enabled shuffle
+ mode
+ * Changes since 4.6-beta1:
+ - Avoid crash when opening malformed PSF2 file (#1716)
+ - Prevent crash when migrating config settings (#1797)
+ - Fix slider knob click behavior with GTK 3 (#1813)
+ - Update translations
+ * Other changes:
+ - Remove deprecated Audacious code and APIs
+ - Remove Mac Media Keys plugin (#1653)
+ - Remove ChartLyrics support (#1728)
+ - Drop autotools support in favor of Meson
+ - Allow disabling any plugin with Meson
+ - Enable -fvisibility-inlines-hidden (#1683)
+ - Support version 3.0 of libsidplayfp (#1706)
+ - Require newer versions for dependencies like GTK, Qt, FFmpeg,
+ etc.
+ - Install AppStream metainfo file by default
+ - Various code cleanups
+- Drop fix-linking-mpg123.patch: Only ever applied to
+ autotoolsbuild, and that does not exist anymore.
+
+-------------------------------------------------------------------
+Sun May 24 12:34:56 UTC 2026 - [email protected]
+
+- Move aac plugin to primary package
+
+-------------------------------------------------------------------
Old:
----
audacious-plugins-4.5.1.tar.bz2
fix-linking-mpg123.patch
New:
----
audacious-plugins-4.6.tar.bz2
----------(Old B)----------
Old: - Various code cleanups
- Drop fix-linking-mpg123.patch: Only ever applied to
autotoolsbuild, and that does not exist anymore.
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ audacious-plugins.spec ++++++
--- /var/tmp/diff_new_pack.aGQ7gG/_old 2026-06-02 16:09:23.511506108 +0200
+++ /var/tmp/diff_new_pack.aGQ7gG/_new 2026-06-02 16:09:23.515506274 +0200
@@ -1,7 +1,7 @@
#
# spec file for package audacious-plugins
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
%define __provides_exclude_from ^%{_libdir}/audacious/*/.*.so$
-%define aud_ver_min 4.5
-%define aud_ver_max 4.5.99
+%define aud_ver_min 4.6
+%define aud_ver_max 4.6.99
%bcond_with faad
%if 0%{?suse_version} < 1600
@@ -27,14 +27,12 @@
%endif
Name: audacious-plugins
-Version: 4.5.1
+Version: 4.6
Release: 0
Summary: Plugins for Audacious
License: BSD-2-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND
GPL-3.0-only AND MIT
URL: https://audacious-media-player.org/
Source:
https://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE fix-linking-mpg123.patch boo#1187525
-Patch0: fix-linking-mpg123.patch
BuildRequires: fdupes
BuildRequires: gcc%{?force_gcc_version}-c++
BuildRequires: libmp3lame-devel
@@ -51,6 +49,7 @@
BuildRequires: cmake(Qt6Widgets)
BuildRequires: pkgconfig(alsa) >= 1.0.16
BuildRequires: pkgconfig(audacious) >= %{aud_ver_min}
+BuildRequires: pkgconfig(faad2)
BuildRequires: pkgconfig(flac) >= 1.2.1
BuildRequires: pkgconfig(fluidsynth) >= 1.0.6
BuildRequires: pkgconfig(gl)
@@ -94,9 +93,6 @@
Requires: libaudcore%{?_isa} <= %{aud_ver_max}
Requires: libaudcore%{?_isa} >= %{aud_ver_min}
Recommends: %{name}-extra
-%if %{with faad}
-BuildRequires: pkgconfig(faad2)
-%endif
%description
Plugins for the Audacious audio player.
@@ -129,11 +125,7 @@
%ifarch %{arm} aarch64
-Dgl-spectrum=false \
%endif
-%if %{with faad}
-Daac=true \
-%else
- -Daac=false \
-%endif
-Dmpg123=true
%meson_build
@@ -145,17 +137,11 @@
%files
%license COPYING
%{_libdir}/audacious/
-%if %{with faad}
-%exclude %{_libdir}/audacious/Input/aac-raw.so
-%endif
%exclude %{_libdir}/audacious/Output/filewriter.so
%{_datadir}/audacious/
%files lang -f %{name}.lang
%files extra
-%if %{with faad}
-%{_libdir}/audacious/Input/aac-raw.so
-%endif
%{_libdir}/audacious/Output/filewriter.so
++++++ audacious-plugins-4.5.1.tar.bz2 -> audacious-plugins-4.6.tar.bz2 ++++++
++++ 204830 lines of diff (skipped)