[38546] trunk/dports/audio

ryandesign at macports.org ryandesign at macports.org
Thu Jul 24 20:26:03 PDT 2008


Revision: 38546
          http://trac.macosforge.org/projects/macports/changeset/38546
Author:   ryandesign at macports.org
Date:     2008-07-24 20:26:03 -0700 (Thu, 24 Jul 2008)
Log Message:
-----------
slv2: new port, version 0.6.0; see #16049

Added Paths:
-----------
    trunk/dports/audio/slv2/
    trunk/dports/audio/slv2/Portfile
    trunk/dports/audio/slv2/files/
    trunk/dports/audio/slv2/files/patch-hosts-lv2_event_helpers.h.diff

Added: trunk/dports/audio/slv2/Portfile
===================================================================
--- trunk/dports/audio/slv2/Portfile	                        (rev 0)
+++ trunk/dports/audio/slv2/Portfile	2008-07-25 03:26:03 UTC (rev 38546)
@@ -0,0 +1,44 @@
+# -*- 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            slv2
+version         0.6.0
+maintainers     gmail.com:dbevans
+categories      audio
+platforms       darwin
+homepage        http://wiki.drobilla.net/SLV2
+
+description     SLV2 is a library to make the use of LV2 plugins as simple as possible for applications.
+
+long_description \
+                ${description}
+
+master_sites    http://download.drobilla.net/
+
+checksums       md5    1a407a6573d37e8959e1f103e768007a \
+                sha1   cb5ec973158d83dd077e8315efbadee78276186a \
+                rmd160 a06d7b616926f0968612ce6dec187db4c3f22410
+
+depends_build   port:pkgconfig
+
+depends_lib     port:rasqal \
+                port:raptor \
+                port:redland \
+                port:jack \
+                port:lv2core
+
+patchfiles      patch-hosts-lv2_event_helpers.h.diff
+
+configure.args  \
+        --disable-documentation
+
+variant docs description {Enable building of API documentation} {
+        configure.args-delete --disable-documentation
+        depends_build-append port:doxygen
+}
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex The latest version of SLV2 is (\[0-9.\]+)


Property changes on: trunk/dports/audio/slv2/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/audio/slv2/files/patch-hosts-lv2_event_helpers.h.diff
===================================================================
--- trunk/dports/audio/slv2/files/patch-hosts-lv2_event_helpers.h.diff	                        (rev 0)
+++ trunk/dports/audio/slv2/files/patch-hosts-lv2_event_helpers.h.diff	2008-07-25 03:26:03 UTC (rev 38546)
@@ -0,0 +1,11 @@
+--- hosts/lv2_event_helpers.h.orig	2008-07-17 08:39:06.000000000 -0700
++++ hosts/lv2_event_helpers.h	2008-07-17 08:39:39.000000000 -0700
+@@ -23,7 +23,7 @@
+ #include <stdint.h>
+ #include <stdbool.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <sys/malloc.h>
+ #include <assert.h>
+ #include "lv2_event.h"
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080724/38d50ea3/attachment.html 


More information about the macports-changes mailing list