Skip to content
Snippets Groups Projects
Commit ec4b7081 authored by alice's avatar alice Committed by alice
Browse files

main/jack: upgrade to 1.9.21

parent cc77ec46
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38590main/jack: upgrade to 1.9.21
Pipeline #135144 canceled
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=jack
pkgver=1.9.20
pkgver=1.9.21
pkgrel=0
pkgdesc="The Jack Audio Connection Kit"
url="https://www.jackaudio.org/"
arch="all"
license="GPL-2.0 GPL-2.0-or-later LGPL-2.0-or-later"
makedepends="$depends_dev alsa-lib-dev dbus-dev expat-dev libsamplerate-dev
libsndfile-dev ncurses-dev readline-dev python3 linux-headers"
makedepends="
$depends_dev
alsa-lib-dev
dbus-dev
expat-dev
libsamplerate-dev
libsndfile-dev
linux-headers
ncurses-dev
python3
readline-dev
"
subpackages="$pkgname-dev $pkgname-doc $pkgname-dbus $pkgname-example-clients:_clients"
source="https://github.com/jackaudio/jack2/archive/v$pkgver/jack2-v$pkgver.tar.gz
fix-execinfo.patch
......@@ -23,7 +33,8 @@ build() {
--libdir=/usr/lib \
--dbus \
--alsa \
--classic
--classic \
--example-tools
./waf build -v
}
......@@ -34,19 +45,19 @@ package() {
dbus() {
pkgdesc="Jack D-Bus launcher"
mkdir -p "$subpkgdir"/usr/bin "$subpkgdir"/usr/share
mv "$pkgdir"/usr/bin/jackdbus "$subpkgdir"/usr/bin/
mv "$pkgdir"/usr/share/dbus* "$subpkgdir"/usr/share/
amove usr/bin/jackdbus
amove usr/share/dbus*
}
_clients() {
pkgdesc="Example clients that use Jack"
mkdir -p "$subpkgdir"/usr/bin
mv "$pkgdir"/usr/bin/*_* "$subpkgdir"/usr/bin/
amove usr/bin/*_*
}
sha512sums="
e4bffea5fadcf6fc8a40bb88b6f7266bc42d8fa743d5e00be786df00b19b9e02e42ce6cb5db3a9523eb3b2bc319234ac33c00b2c1e2ac7d1c875890d55da30b4 jack2-v1.9.20.tar.gz
0e9ce581fca3c5d9ffb1de22b45cae6d94085c6f92ff3554892e25727baf66a2269f10d338d95d991e8380c4be5e0cc1e1453b9f878c7dc2e8a990f3bd458557 jack2-v1.9.21.tar.gz
b5abec7e67485d1c13f399b5961539177dd35d21c5dd95e0aa767adb0f5b1e588e9ca2f9b29cc4d66fc039311ff7eacc4cf21f6700ef0a2c8de99b63cb00f84d fix-execinfo.patch
d187d6a5e4e5c748d4f5eccf66a76249a4eb7135c22e32ca40eb2ea806ec6877074d8ba91c9cc106ae8e62ada6afda248fa48ebb147c720576ab092904993f51 increase-api-version.patch
1ee0159ea0f75f964baa167fe13031fe82e04b31a1b14122c12161d103e1a3205061fc019bcd978f47eed6efc8ea6ee96188c0eb795e3d83f34481e193086fbe increase-api-version.patch
"
......@@ -7,8 +7,8 @@ index e0d32c8d..2c0a7123 100644
+++ b/wscript
@@ -13,7 +13,7 @@ from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallCo
VERSION='1.9.20'
APPNAME='jack'
VERSION = '1.9.20'
APPNAME = 'jack'
-JACK_API_VERSION = '0.1.0'
+JACK_API_VERSION = '0.999.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment