diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-05 07:29:41 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-06 20:25:34 -0400 |
| commit | 423a01e9ef6ba326a6fe534240a2adf50d2ce514 (patch) | |
| tree | dd3c2294cbda84e92c7e48956cc53506f6d7bece /meta-oe/recipes-multimedia/jack/jack_1.19.19.bb | |
| parent | 4c14cc3dc203e905a32f49ba6a778416599736ed (diff) | |
| download | meta-openembedded-423a01e9ef6ba326a6fe534240a2adf50d2ce514.tar.gz | |
jack: upgrade 1.19.19 -> 1.19.20
* Patch to fix simdtests.cpp was merged
* guess who initially wrote simdtests.cpp :)
Changes
* Add waf autooption --example-tools to allow optional build of executables, libraries and man pages provided by jack-example-tools (the files are built by default).
* Building and installing the additional files can be disabled by using --example-tools=no or --no-example-tools.
* Fix 32-bit support in ALSA driver
* Fix incomplete ASIO support on Windows
* Fix metadata usage with multiple users
* Fix netsource tool missing on Windows
* Fix semaphore usage on macOS
* Official FreeBSD support
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/jack/jack_1.19.19.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/jack/jack_1.19.19.bb | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb deleted file mode 100644 index 97b0edeed0..0000000000 --- a/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb +++ /dev/null | |||
| @@ -1,53 +0,0 @@ | |||
| 1 | DESCRIPTION = "jackdmp is a C++ version of the JACK low-latency audio \ | ||
| 2 | server for multi-processor machines. It is a new implementation of the \ | ||
| 3 | JACK server core features that aims in removing some limitations of \ | ||
| 4 | the JACK1 design. The activation system has been changed for a data \ | ||
| 5 | flow model and lock-free programming techniques for graph access have \ | ||
| 6 | been used to have a more dynamic and robust system." | ||
| 7 | SECTION = "libs/multimedia" | ||
| 8 | |||
| 9 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" | ||
| 10 | LIC_FILES_CHKSUM = " \ | ||
| 11 | file://common/jack/control.h;beginline=2;endline=21;md5=e6df0bf30cde8b3b825451459488195d \ | ||
| 12 | file://common/jack/jack.h;beginline=1;endline=19;md5=6b736ed6b810592b135480a5e853392e \ | ||
| 13 | " | ||
| 14 | |||
| 15 | DEPENDS = "libsamplerate0 libsndfile1 readline" | ||
| 16 | |||
| 17 | SRC_URI = "git://github.com/jackaudio/jack2.git;branch=master;protocol=https \ | ||
| 18 | file://0001-example-clients-Use-c-compiler-for-jack_simdtests.patch \ | ||
| 19 | " | ||
| 20 | SRCREV = "3e6ca6b734b69e2f5dfb85935068e15006fb5acf" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | inherit waf pkgconfig | ||
| 25 | |||
| 26 | PACKAGECONFIG ??= "alsa" | ||
| 27 | PACKAGECONFIG[alsa] = "--alsa=yes,--alsa=no,alsa-lib" | ||
| 28 | # --dbus only stops building jackd -> add --classic | ||
| 29 | PACKAGECONFIG[dbus] = "--dbus --classic,,dbus" | ||
| 30 | PACKAGECONFIG[opus] = "--opus=yes,--opus=no,libopus" | ||
| 31 | |||
| 32 | # portaudio is for windows builds only | ||
| 33 | EXTRA_OECONF = "--portaudio=no" | ||
| 34 | |||
| 35 | do_install:append() { | ||
| 36 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'dbus', True, False, d)}; then | ||
| 37 | rm -f ${D}${bindir}/jack_control | ||
| 38 | fi | ||
| 39 | } | ||
| 40 | |||
| 41 | PACKAGES =+ "libjack jack-server jack-utils" | ||
| 42 | |||
| 43 | RDEPENDS:jack-dev:remove = "${PN} (= ${EXTENDPKGV})" | ||
| 44 | |||
| 45 | FILES:libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" | ||
| 46 | FILES:jack-server = " \ | ||
| 47 | ${datadir}/dbus-1/services \ | ||
| 48 | ${bindir}/jackdbus \ | ||
| 49 | ${bindir}/jackd \ | ||
| 50 | " | ||
| 51 | FILES:jack-utils = "${bindir}/*" | ||
| 52 | |||
| 53 | FILES:${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*" | ||
