Package Release Info

jack-1.9.12-1.33

Update Info: Base Release
Available in Package Hub : 15 SP4 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

jack
jack-debuginfo
jack-debugsource

Change Logs

* Sun Jan 07 2018 davejplater@gmail.com
- Build with _smp_mflags
* Fri Jan 05 2018 davejplater@gmail.com
- Split off libjacknet0 and libjackserver0 into subpackages.
* Thu Jan 04 2018 davejplater@gmail.com
- Update to version 1.9.12 and use python3 instead of python2 for
  the build.
- Removed jack-sparcv9.diff and jack-ppc64-long.patch, the file
  that is patched - linux/cycles.h no longer exists.
- Removed reproducible.patch, gcc6-fixes.diff and jack-fixgcc7.patch
  they are all now upstream.
- Upstream changes:
  * Various corrections in NetJack2 code.
  * Partial buffers can now be transmitted with libjacknet API.
  * Including S24_LE/BE formats to linux ALSA driver.
  * More robust shared memory allocator.
  * Correct CoreAudio devices aggregation code.
  * Waf and wscripts improvement and update.
  * New JackProxyDriver.
  * Various fixes in JACK MIDI code.
  * Fix return value of SetTimebaseCallback().
  * Correct netmanager latency reporting.
  * Implement new jack_port_rename and JackPortRenameCallback API.
  * Fix CPU hogging of the midi_thread().
  * Release audio devices when alsa_driver_new fails.
  * String management fix.
  * Correct JackDriver::Open : call to fGraphManager->SetBufferSize
  has to use current fEngineControl->fBufferSize value.
  * Use ARM neon intrinsics for AudioBufferMixdown.
  * Fix Netjack alignment.
  * Various wscript improvements and cleanup.
  * Fix initialization of several class variables.
  * Heap-allocate client matrix in topo sort.
  * Add a toggle command to transport utility, to allow toggling
  between play and stop state.
  * Avoid side effects from parsing of "version" option in jackd.
  * Allow firewire device be selected via -d.
  * Add ARM-NEON acceleration for all non-dithering sample
  conversion functions.
  * Add jack_simdtest utility.
  * Use Linux futex as JackSynchro.
  * Add autoclose option to jack_load.
  * Fix build with gcc-7.
  * Show hint when DBus device reservation fails.
  * Add support for internal session files.
* Wed Jul 19 2017 davejplater@gmail.com
- Modify jack-fixgcc7.patch in line with upstream.
* Sun Apr 02 2017 davejplater@gmail.com
- Fix gcc7 build failure with jack-fixgcc7.patch, sent to github
  jack2 issue#253
* Fri Apr 15 2016 tiwai@suse.de
- Fix the build failure with gcc6:
  gcc6-fixes.diff
* Sun Mar 20 2016 davejplater@gmail.com
- Use pkgconfig buildrequires and cleanup spec.
- BuildIgnore libiec61883 to allow Leap42 and earlier build again.
* Fri Mar 18 2016 bwiedemann@suse.com
- Add reproducible.patch to fix build-compare
* Tue May 26 2015 jkeil@suse.com
- Added libjack-devel to baselibs.conf
* Mon May 25 2015 plinnell@opensuse.org
- Enable 32bit build in baselibs.conf
Version: 1.9.12-150000.3.3.1
* Mon Apr 15 2019 davejplater@gmail.com
- Added 0001-Make-jack_control-python2-3-compatible.patch from git
  to fix boo#1132458.
* Thu Sep 20 2018 davejplater@gmail.com
- Remove unnecessary requires for libjack0 and remove obsolete
  comments.
- Use %license on "COPYING"
* Tue Sep 18 2018 tom.mbrt@googlemail.com
- Add upstream patch to fix return value check of mmap() (boo#1108981):
  fix-mmap-return-value-check.patch
* Thu Sep 13 2018 tchvatal@suse.com
- Update the waf code to the 2.0 series in order to work under
  python3.7 taken from upstream git:
  * jack-waf2.patch