# # The Jack Audio Connection Kit (version 1). # # JACK is a low-latency audio server, written primarily for the Linux # operating system. It can connect a number of different applications to # an audio device, as well as allowing them to share audio between # themselves. Its clients can run in their own processes (ie. as a # normal application), or can they can run within a JACK server (ie. a # plugin). # # JACK is different from other audio server efforts in that it has been # designed from the ground up to be suitable for professional audio # work. This means that it focuses on two key areas: synchronous # execution of all clients, and low latency operation. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=jack1 pkgversion=0.126.0 arch=amd64 release=1 pkgcategory="tools" full_pkgname=jack1_0.126.0_amd64-1@tools blurb="The Jack Audio Connection Kit (version 1)." homepage="https://jackaudio.org" license="GPLv2+, LGPLv2.1" fetch="https://github.com/jackaudio/jack1/releases/download/0.126.0/jack1-0.126.0.tar.gz" replace=""