Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package audaspace for openSUSE:Factory checked in at 2025-03-20 19:25:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audaspace (Old) and /work/SRC/openSUSE:Factory/.audaspace.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audaspace" Thu Mar 20 19:25:56 2025 rev:22 rq:1254686 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/audaspace/audaspace.changes 2025-03-03 18:51:44.908992538 +0100 +++ /work/SRC/openSUSE:Factory/.audaspace.new.2696/audaspace.changes 2025-03-20 19:26:28.169302651 +0100 @@ -1,0 +2,12 @@ +Wed Mar 19 17:07:47 UTC 2025 - Marcus Rueckert <[email protected]> + +- instead of disabling pipewire support based on the OS version + tie that decision to the pipewire version + +------------------------------------------------------------------- +Mon Mar 17 15:06:29 UTC 2025 - Marcus Rueckert <[email protected]> + +- disable pipewire support on leap 15.x until we find out why the + build does not find the development files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audaspace.spec ++++++ --- /var/tmp/diff_new_pack.grzEx8/_old 2025-03-20 19:26:28.637322023 +0100 +++ /var/tmp/diff_new_pack.grzEx8/_new 2025-03-20 19:26:28.637322023 +0100 @@ -21,6 +21,12 @@ %define sover 1_6 %define soversion 1.6 +%if %{pkg_vcmp pipewire-devel >= 1.4.0} +%bcond_without pipewire +%else +%bcond_with pipewire +%endif + Name: audaspace Version: 1.6.0 Release: 0 @@ -93,6 +99,7 @@ Audaspace (pronounced "outer space") is a high-level audio library. This package contains the Pulseaudio plugin +%if %{with pipewire} %package plugin-pipewire Summary: Pipewire plugin for %{name} Group: System/Libraries @@ -102,6 +109,7 @@ %description plugin-pipewire Audaspace (pronounced "outer space") is a high-level audio library. This package contains the Pipewire plugin +%endif %package plugin-sdl2 Summary: SDL2 plugin for %{name} @@ -221,8 +229,10 @@ %files plugin-pulse %{_libdir}/%{name}-%{soversion}/libaudpulseaudio.so +%if %{with pipewire} %files plugin-pipewire %{_libdir}/%{name}-%{soversion}/libaudpipewire.so +%endif %files plugin-sdl2 %{_libdir}/%{name}-%{soversion}/libaudsdl.so
