Skip to content

Commit

Permalink
jack: upgrade 1.19.21 -> 1.19.22
Browse files Browse the repository at this point in the history
0001-Remove-usage-of-U-mode-bit-for-opening-files-in-pyth.patch
removed since it's included in 1.19.22.

Changelog:
==========
The waf autooption --example-tools has been removed.
The example clients and tools are no longer part of the jack2 project.
Drop dependencies that were only used for example clients and tools (readline, sndfile and zita libs)
Fix build with python3.11+
Fix compatibility with macOS 12+
Fix ringbuffer thread safety on ARM

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Feb 18, 2023
1 parent db5f993 commit 735991a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 56 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ LIC_FILES_CHKSUM = " \

DEPENDS = "libsamplerate0 libsndfile1 readline"

SRC_URI = "git://github.com/jackaudio/jack2.git;branch=master;protocol=https \
file://0001-Remove-usage-of-U-mode-bit-for-opening-files-in-pyth.patch \
"
SRCREV = "6b3c96d8aeef8aeb4b20f3aa647e6d01b4000ff8"
SRC_URI = "git://github.com/jackaudio/jack2.git;branch=master;protocol=https"
SRCREV = "4f58969432339a250ce87fe855fb962c67d00ddb"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 735991a

Please sign in to comment.