[csw-devel] SF.net SVN: gar:[7005] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Oct 29 11:18:42 CET 2009


Revision: 7005
          http://gar.svn.sourceforge.net/gar/?rev=7005&view=rev
Author:   dmichelsen
Date:     2009-10-29 10:18:42 +0000 (Thu, 29 Oct 2009)

Log Message:
-----------
jack: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/jack/
    csw/mgar/pkg/jack/branches/
    csw/mgar/pkg/jack/tags/
    csw/mgar/pkg/jack/trunk/
    csw/mgar/pkg/jack/trunk/Makefile
    csw/mgar/pkg/jack/trunk/checksums
    csw/mgar/pkg/jack/trunk/files/


Property changes on: csw/mgar/pkg/jack/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/jack/trunk/Makefile
===================================================================
--- csw/mgar/pkg/jack/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/jack/trunk/Makefile	2009-10-29 10:18:42 UTC (rev 7005)
@@ -0,0 +1,34 @@
+GARNAME = jack
+GARVERSION = 1.9.3
+CATEGORIES = lib
+
+DESCRIPTION = A system for handling real-time, low latency audio and MIDI
+define BLURB
+  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
+  POSIX-conformant platforms). 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"). JACK also has support
+  for distributing audio processing across a network, both fast & reliable LANs
+  as well as slower, less reliable WANs.
+endef
+
+MASTER_SITES = http://www.grame.fr/~letz/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+BUILD64 = 1
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/waf
+CONFIGURE_ARGS = configure --prefix=$(prefix)
+
+BUILD_SCRIPTS = $(WORKSRC)/waf
+BUILD_ARGS = build
+
+INSTALL_SCRIPTS = $(WORKSRC)/waf
+INSTALL_ARGS = install --destdir=$(DESTDIR)
+
+include gar/category.mk

Added: csw/mgar/pkg/jack/trunk/checksums
===================================================================
--- csw/mgar/pkg/jack/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/jack/trunk/checksums	2009-10-29 10:18:42 UTC (rev 7005)
@@ -0,0 +1 @@
+b83e6c48345410d693550cec90a89f4e  jack-1.9.3.tar.bz2


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list