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 2022-01-13 00:22:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacious-plugins (Old)
and /work/SRC/openSUSE:Factory/.audacious-plugins.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audacious-plugins"
Thu Jan 13 00:22:38 2022 rev:22 rq:945915 version:4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/audacious-plugins/audacious-plugins.changes
2021-06-24 18:23:01.836946596 +0200
+++
/work/SRC/openSUSE:Factory/.audacious-plugins.new.1892/audacious-plugins.changes
2022-01-13 00:23:41.195987081 +0100
@@ -1,0 +2,6 @@
+Wed Jan 12 10:22:06 UTC 2022 - Guillaume GARDET <[email protected]>
+
+- Disable gl-spectrum on %arm and aarch64 to fix build
+- Rename non-existent faad option to aac (actual name)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ audacious-plugins.spec ++++++
--- /var/tmp/diff_new_pack.ipt5dW/_old 2022-01-13 00:23:41.627987392 +0100
+++ /var/tmp/diff_new_pack.ipt5dW/_new 2022-01-13 00:23:41.631987395 +0100
@@ -104,10 +104,13 @@
%build
%meson \
-Dqt=true \
+%ifarch %{arm} aarch64
+ -Dgl-spectrum=false \
+%endif
%if %{with faad}
- -Dfaad=true \
+ -Daac=true \
%else
- -Dfaad=false \
+ -Daac=false \
%endif
-Dmpg123=true
%meson_build