Imported jack from pkgsrc-wip.
JACK is a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apple's OS X. 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 normal applications), or can they can run within the JACK server (ie. as a "plugin"). Packaged by Chris Wareham.
This commit is contained in:
parent
24dac76543
commit
a74be66b7c
5 changed files with 81 additions and 0 deletions
6
audio/jack/DESCR
Normal file
6
audio/jack/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
JACK is a low-latency audio server, written for POSIX conformant
|
||||
operating systems such as GNU/Linux and Apple's OS X. 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 normal applications), or can they can run within the
|
||||
JACK server (ie. as a "plugin").
|
19
audio/jack/Makefile
Normal file
19
audio/jack/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/04/12 20:43:27 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= jack-audio-connection-kit-0.100.0
|
||||
PKGNAME= jack-0.100.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jackit/}
|
||||
|
||||
MAINTAINER= chriswareham@chriswareham.demon.co.uk
|
||||
HOMEPAGE= http://jackit.sourceforge.net/
|
||||
COMMENT= Low-latency audio server
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE+= jack.pc.in
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
32
audio/jack/PLIST
Normal file
32
audio/jack/PLIST
Normal file
|
@ -0,0 +1,32 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/12 20:43:27 rillig Exp $
|
||||
bin/jack_bufsize
|
||||
bin/jack_connect
|
||||
bin/jack_disconnect
|
||||
bin/jack_freewheel
|
||||
bin/jack_impulse_grabber
|
||||
bin/jack_load
|
||||
bin/jack_lsp
|
||||
bin/jack_metro
|
||||
bin/jack_monitor_client
|
||||
bin/jack_showtime
|
||||
bin/jack_simple_client
|
||||
bin/jack_unload
|
||||
bin/jackd
|
||||
include/jack/intclient.h
|
||||
include/jack/jack.h
|
||||
include/jack/ringbuffer.h
|
||||
include/jack/statistics.h
|
||||
include/jack/thread.h
|
||||
include/jack/timestamps.h
|
||||
include/jack/transport.h
|
||||
include/jack/types.h
|
||||
lib/jack/inprocess.la
|
||||
lib/jack/intime.la
|
||||
lib/jack/jack_dummy.la
|
||||
lib/jack/jack_oss.la
|
||||
lib/libjack.la
|
||||
lib/pkgconfig/jack.pc
|
||||
man/man1/jackd.1
|
||||
man/man1/jackstart.1
|
||||
@dirrm lib/jack
|
||||
@dirrm include/jack
|
19
audio/jack/buildlink3.mk
Normal file
19
audio/jack/buildlink3.mk
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/04/12 20:43:27 rillig Exp $
|
||||
#
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
JACK_BUILDLINK3_MK:= ${JACK_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= jack
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Njack}
|
||||
BUILDLINK_PACKAGES+= jack
|
||||
|
||||
.if !empty(JACK_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_API_DEPENDS.jack= jack>=0.100.0
|
||||
BUILDLINK_PKGSRCDIR.jack?= ../../audio/jack
|
||||
.endif # JACK_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
5
audio/jack/distinfo
Normal file
5
audio/jack/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/04/12 20:43:27 rillig Exp $
|
||||
|
||||
SHA1 (jack-audio-connection-kit-0.100.0.tar.gz) = 431ab7647f694d57bc697d150742d70cccdcd43b
|
||||
RMD160 (jack-audio-connection-kit-0.100.0.tar.gz) = 31548d58e545cb117428ca72e256a395363ff9b6
|
||||
Size (jack-audio-connection-kit-0.100.0.tar.gz) = 682799 bytes
|
Loading…
Reference in a new issue