jack: update to 1.9.8.
This commit is contained in:
parent
bfe6ce956c
commit
7be8dd9ead
4 changed files with 5 additions and 8 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=4
|
|
||||||
|
|
||||||
Add_dependency run libsamplerate-devel
|
Add_dependency run libsamplerate-devel
|
||||||
Add_dependency run alsa-lib-devel
|
Add_dependency run alsa-lib-devel
|
||||||
Add_dependency run libsndfile-devel
|
Add_dependency run libsndfile-devel
|
||||||
|
|
|
@ -15,3 +15,4 @@ libdbus-1.so.3
|
||||||
libexpat.so.1
|
libexpat.so.1
|
||||||
libreadline.so.6
|
libreadline.so.6
|
||||||
libncursesw.so.6
|
libncursesw.so.6
|
||||||
|
libjacknet.so.0
|
||||||
|
|
|
@ -7,8 +7,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
|
|
||||||
revision=3
|
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
vmove "usr/lib/*.so*" usr/lib
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'jack'
|
# Template file for 'jack'
|
||||||
pkgname=jack
|
pkgname=jack
|
||||||
version=1.9.7
|
version=1.9.8
|
||||||
revision=7
|
wrksrc=${pkgname}-${version}/${pkgname}-${version}
|
||||||
build_style=waf
|
build_style=waf
|
||||||
configure_args="--alsa --classic --dbus"
|
configure_args="--alsa --classic --dbus"
|
||||||
homepage="http://jackaudio.org/"
|
homepage="http://jackaudio.org/"
|
||||||
distfiles="http://www.grame.fr/~letz/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.grame.fr/~letz/${pkgname}-${version}.tgz"
|
||||||
short_desc="JACK Audio Connection Kit low-latency sound server (pro audio)"
|
short_desc="JACK Audio Connection Kit low-latency sound server (pro audio)"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
checksum=096f57ad4d2eb38bd5aa4267f4088da0726ab65a5747d1345bb69fb504b2ec05
|
checksum=4c712eac54bdf5b4c0245f728654459d0437e5cdab84e7ac633be6fe4502081d
|
||||||
long_desc="
|
long_desc="
|
||||||
JACK is system for handling real-time, low latency audio (and MIDI). It runs
|
JACK is system for handling real-time, low latency audio (and MIDI). It runs
|
||||||
on GNU/Linux, Solaris, FreeBSD, OS X and Windows (and can be ported to other
|
on GNU/Linux, Solaris, FreeBSD, OS X and Windows (and can be ported to other
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue