Changelog for
ffado-mixer-2.4.9-150600.2.1.noarch.rpm :
* Sun Aug 18 2024 bjorn.lieAATTgmail.com- Update to version 2.4.9
* Support compilation against musl libc.
* Remove build-time checks for utilities that are not used (pyuic).
* Install the ffado-mixer appdata file only if ffado-mixer has been built.
* Add a DATADIR option to scons and use it in line with GNU conventions.
* Update the AppStream document with more complete information and in line with current best practice.
* Rename XDG files to match modern standards.
* Install XDG files manually to simplify the build script and avoid depending on xdg-utils.- Changes from version 2.4.8
* Make various mixer modules work under Python 3.10 and later: Presonus Firebox, Presonus FP10, Presonus Inspire1394 and Yamaha Go.
* Deal with the removal of SafeConfigParser in Python 3.12.
* Fri Jun 14 2024 pgajdosAATTsuse.com- remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476]
* Mon Jun 26 2023 davejplaterAATTgmail.com- Update to 2.4.7- Upstream changes:
* Address type-related issues encounted in ffado-mixer when using python 3.10. Components affected were the crossbar router and the M-Audio device mixer.
* Use a dark theme by default in ffado-mixer.
* Remember the user’s ffado-mixer theme choice.
* The ffado-mixer desktop file includes a Dutch translation.
* Saffire mixers gain additional tool tips.
* Reduce the need for scrolling of the Saffire Pro24 panel in ffado-mixer.
* Correct ffado-mixer routing assignments for the Profire-2626 device.
* Fri May 29 2020 edogawaAATTaon.at- update to release 2.4.3- removed unneeded Patch (fixed upstream): ffado-mixer-fixbuild.patch
* Thu Jan 02 2020 bjorn.lieAATTgmail.com- Replace pkgconfig(libxml++-2.6) with pkgconfig(libxml++-3.0) BuildRequires.
* Mon Feb 04 2019 davejplaterAATTgmail.com- Change Buildrequires: pkgconfig(dbus-python-3.6) back to the plain python3-dbus-python-devel package, pkgconfig is no longer provided.
* Fri Jan 04 2019 davejplaterAATTgmail.com- Update to release 2.4.1- Fix build with ffado-mixer-fixbuild.patch.- Removed uneeded and incorporated patches: libffado-SConstruct-py3.patch, ffado-gcc6.patch and byteswap.patch- Upstream changes:
* Fix some python syntax which was not compatible with python3. These were missed during the preparation of FFADO 2.4.0.
* Modify the SCons build system to allow for scons running under python3.
* Merge distribution patches provided by package maintainers.
* Address some difficulties experienced by package maintainers when compiling FFADO.
* Improve the output of ffado-diag.
* Sun Oct 21 2018 schwabAATTsuse.de- byteswap.patch: ensure byte swap macros are available for all components
* Thu Feb 08 2018 davejplaterAATTgmail.com- Update to release 2.4.0 and fix build against glibc-2.27 see boo#1079938.- Removed patches fixed upstream: ffado_SConstruct_powerpc_update.patch and sigev.patch.- Rebased libffado-SConstruct-py3.patch partially fixed upstream.- Added ffado-nosys.patch for missing import sys in SConstruct.- Rebased ffado-gcc6.patch, partially fixed upstream.- Upstream changes:
* Numerous build system and code improvements to support architectures such as MIPS, x32 and various PowerPC flavours.
* A large number of fixes for newer versions of gcc (particularly versions 6 and 7).
* Initial support for the optional TCO module of the RME Fireface-800.
* Expanded ffado-mixer support for the Phase88 device.
* Initial work to make ffado-mixer compatible with python3/pyqt5.
* Start work towards compatibility with scons3.
* Fri Nov 24 2017 davejplaterAATTgmail.com- Added conditional for libffado-SConstruct-py3.patch to only apply if scons built with python 3.
* Thu Nov 23 2017 astiegerAATTsuse.com- Fix building with python3 scons, add libffado-SConstruct-py3.patch
* Mon Jul 31 2017 schwabAATTsuse.de- sigev.patch: add missing header to define SIGEV_THREAD
* Fri Mar 31 2017 davejplaterAATTgmail.com- Update to 2.3.0- Removed api documentation package, no longer builds.- See ffado.changes for common changes, no mixer changes.
* Wed Mar 02 2016 dimstarAATTopensuse.org- Add --std=gnu++11 to COMPILE_FLAGS.
* Wed Mar 02 2016 dimstarAATTopensuse.org- Replace libxmll++-devel BuildRequires with pkgconfig(libxml++-2.6) in order to be ready for the compatibility package introduction (libxml++ goes 3.0).
* Mon Feb 08 2016 rguentherAATTsuse.com- Add ffado-gcc6.patch to move #include
outside of a namespace and to not declare errno as local variable.
* Sat Jul 04 2015 bwiedemannAATTsuse.com- require python-qt4 at runtime (bnc#937060)
* Wed Mar 11 2015 normandAATTlinux.vnet.ibm.com- SConstruct is_powerpc and is_64bit to support ppc64le with new ffado_SConstruct_powerpc_update.patch