mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
jack: upgrade 1.9.12 -> 1.9.13
This release contains various fixes / enhancements - from release announcement: * Meta-data API implementation. (and a few tools updated with support for it) * Correct GPL licence to LGPL for files needed to build libjack. * Remove FreeBoB backend (superseded by FFADO). * define JACK_LIB_EXPORT, useful for internal clients. * Mark jack_midi_reset_buffer as deprecated. * Add example systemd unit file * Signal to systemd when jackd is ready. * Set "seq" alsa midi driver to maximum resolution possible. * Fix loading internal clients from another internal client. * Code cleanup and various fixes. (too many to mention here, see git log for details) Backported patches can go. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,12 +14,9 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS = "libsamplerate0 libsndfile1 readline"
|
||||
|
||||
SRC_URI = "git://github.com/jackaudio/jack2.git \
|
||||
file://0001-Python-3.7-fixes-2126.patch \
|
||||
file://0001-Fix-OSX-build.patch \
|
||||
"
|
||||
SRCREV = "c1647819eed6d11f94b21981d9c869629299f357"
|
||||
PV = "1.9.12"
|
||||
SRC_URI = "git://github.com/jackaudio/jack2.git"
|
||||
SRCREV = "37250ff470277f9947fbf3ba738f943053e30525"
|
||||
PV = "1.9.13"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit waf pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user