Merge pull request #6007 from Vaelatern/jackup

jack: change distfiles location
This commit is contained in:
Enno Boland 2017-04-11 10:58:05 +02:00 committed by GitHub
commit cd5403fc03

View file

@ -2,6 +2,7 @@
pkgname=jack
version=1.9.10
revision=11
wrksrc="jack2-${version}"
# XXX libffado (firewire)
hostmakedepends="pkg-config python"
makedepends="opus-devel libsamplerate-devel readline-devel dbus-devel celt-devel"
@ -10,8 +11,8 @@ short_desc="JACK Audio Connection Kit low-latency sound server (pro audio)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1"
homepage="http://jackaudio.org/"
distfiles="https://dl.dropboxusercontent.com/u/28869550/jack-${version}.tar.bz2"
checksum=5bc6336e6ac9799e3cb241915e2ba5d01b030589bbb2afae39579a59ef0f2f56
distfiles="https://github.com/jackaudio/jack2/archive/v${version}.tar.gz"
checksum=88f1b6601b7c8950e6a2d5940b423a33ee628ae5583da40bdce3d9317d8c600d
if [ -z "CROSS_BUILD" ]; then
makedepends+=" eigen"