[46640] trunk/dports/audio

devans at macports.org devans at macports.org
Mon Feb 9 04:54:40 PST 2009


Revision: 46640
          http://trac.macports.org/changeset/46640
Author:   devans at macports.org
Date:     2009-02-09 04:54:37 -0800 (Mon, 09 Feb 2009)
Log Message:
-----------
new port qjackctl: a simple Qt application to control the JACK sound server daemon.

Added Paths:
-----------
    trunk/dports/audio/qjackctl/
    trunk/dports/audio/qjackctl/Portfile

Added: trunk/dports/audio/qjackctl/Portfile
===================================================================
--- trunk/dports/audio/qjackctl/Portfile	                        (rev 0)
+++ trunk/dports/audio/qjackctl/Portfile	2009-02-09 12:54:37 UTC (rev 46640)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            qjackctl
+version         0.3.4
+categories      audio
+maintainers     devans openmaintainter
+platforms       darwin
+homepage        http://qjackctl.sourceforge.net/
+master_sites    sourceforge
+
+description \
+    QjackCtl is a simple Qt application to control the JACK sound server daemon.
+
+long_description \
+    ${description}
+
+universal_variant  no
+
+checksums       md5     65736e83650468256ba22aa5d35fd0cb \
+                sha1    33aa986c81b0cc6891c9c6cef6366470394d3eb6 \
+                rmd160  1ab208e0c0f4e68c58b048a32d05ca3d47dfaca8
+
+depends_lib     port:jack \
+                port:qt4-x11 \
+                port:xorg-libX11 \
+                port:xorg-libXext
+
+configure.args-append --with-qt=${prefix}/libexec/qt4-x11 --disable-alsa-seq
+
+livecheck.regex "<title>qjackctl \\(stable\\) (.*) released.*</title>"


Property changes on: trunk/dports/audio/qjackctl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090209/78cab80c/attachment.html>


More information about the macports-changes mailing list