Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package audaspace for openSUSE:Leap:16.0 checked in at 2025-06-02 20:24:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/audaspace (Old) and /work/SRC/openSUSE:Leap:16.0/.audaspace.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audaspace" Mon Jun 2 20:24:43 2025 rev:2 rq:1281805 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/audaspace/audaspace.changes 2025-03-19 11:39:36.979802288 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.audaspace.new.16005/audaspace.changes 2025-06-02 20:24:44.146762368 +0200 @@ -1,0 +2,37 @@ +Wed Mar 19 17:07:47 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- 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 <mrueck...@suse.de> + +- disable pipewire support on leap 15.x until we find out why the + build does not find the development files. + +------------------------------------------------------------------- +Mon Mar 3 01:15:37 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- fix soversion + +------------------------------------------------------------------- +Sun Mar 2 20:46:08 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- Update to release 1.6.0 + - Pipewire support (thanks Sebastian Parborg!) + - AAC container (ADTS stream). + - Update to C++17. + - Improvements for PulseAudio backend. + - Many (bug) fixes. +- drop git.patch + +------------------------------------------------------------------- +Sat Mar 1 13:11:51 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- add git.patch to get the needed symbols (like AUD_CONTAINER_AAC) + needed in blender 4.4. + https://github.com/audaspace/audaspace/issues/30 +- enable pipewire plugin + new audaspace-plugin-pipewire plugin + +------------------------------------------------------------------- Old: ---- audaspace-1.5.0.tar.gz New: ---- audaspace-1.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audaspace.spec ++++++ --- /var/tmp/diff_new_pack.KJt1p4/_old 2025-06-02 20:24:44.374771825 +0200 +++ /var/tmp/diff_new_pack.KJt1p4/_new 2025-06-02 20:24:44.374771825 +0200 @@ -1,7 +1,7 @@ # # spec file for package audaspace # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,11 +18,17 @@ # See also http://en.opensuse.org/openSUSE:Shared_library_packaging_policy # NOTE: sover follows version. -%define sover 1_5 -%define soversion 1.5 +%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.5.0 +Version: 1.6.0 Release: 0 Summary: A High-Level Audio Library License: Apache-2.0 @@ -43,6 +49,7 @@ BuildRequires: pkgconfig(libavcodec) >= 61.3.100 BuildRequires: pkgconfig(libavformat) >= 61.1.100 BuildRequires: pkgconfig(libavutil) >= 59.8.100 +BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(sdl2) @@ -92,6 +99,18 @@ 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 +Provides: audaspace-deviceplugin +Supplements: (libaudaspace%{sover} and pipewire) + +%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} Group: System/Libraries @@ -210,6 +229,11 @@ %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 ++++++ audaspace-1.5.0.tar.gz -> audaspace-1.6.0.tar.gz ++++++ ++++ 2590 lines of diff (skipped)