[43468] trunk/dports/audio/slv2

devans at macports.org devans at macports.org
Wed Dec 10 17:08:20 PST 2008


Revision: 43468
          http://trac.macports.org/changeset/43468
Author:   devans at macports.org
Date:     2008-12-10 17:08:20 -0800 (Wed, 10 Dec 2008)
Log Message:
-----------
slv2: update to version 0.6.1 and adapt to waf build system.

Modified Paths:
--------------
    trunk/dports/audio/slv2/Portfile

Added Paths:
-----------
    trunk/dports/audio/slv2/files/patch-src-plugin.c.diff

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

Modified: trunk/dports/audio/slv2/Portfile
===================================================================
--- trunk/dports/audio/slv2/Portfile	2008-12-11 01:07:12 UTC (rev 43467)
+++ trunk/dports/audio/slv2/Portfile	2008-12-11 01:08:20 UTC (rev 43468)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            slv2
-version         0.6.0
+version         0.6.1
 maintainers     devans
 categories      audio
 platforms       darwin
@@ -17,10 +17,12 @@
 
 master_sites    http://download.drobilla.net/
 
-checksums       md5    1a407a6573d37e8959e1f103e768007a \
-                sha1   cb5ec973158d83dd077e8315efbadee78276186a \
-                rmd160 a06d7b616926f0968612ce6dec187db4c3f22410
+use_bzip2       yes
 
+checksums       md5     c298b372d2229920a96b5bf2eb5fd5b2 \
+                sha1    8fca1e9923b3939152cac634f1f135da0c126bfa \
+                rmd160  62eb80f6789dda05a232863d07957e1855bd62dc
+
 depends_build   port:pkgconfig
 
 depends_lib     port:rasqal \
@@ -29,13 +31,18 @@
                 port:jack \
                 port:lv2core
 
-patchfiles      patch-hosts-lv2_event_helpers.h.diff
+patchfiles      patch-src-plugin.c.diff
 
-configure.args  \
-        --disable-documentation
+configure.cmd   ./waf configure
 
+build.cmd       ./waf
+build.target    build
+
+destroot.cmd    ./waf
+destroot.destdir --destdir=${destroot}
+
 variant docs description {Enable building of API documentation} {
-        configure.args-delete --disable-documentation
+        configure.args-append --build-docs
         depends_build-append port:doxygen
 }
 

Deleted: trunk/dports/audio/slv2/files/patch-hosts-lv2_event_helpers.h.diff
===================================================================
--- trunk/dports/audio/slv2/files/patch-hosts-lv2_event_helpers.h.diff	2008-12-11 01:07:12 UTC (rev 43467)
+++ trunk/dports/audio/slv2/files/patch-hosts-lv2_event_helpers.h.diff	2008-12-11 01:08:20 UTC (rev 43468)
@@ -1,11 +0,0 @@
---- 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"
- 

Added: trunk/dports/audio/slv2/files/patch-src-plugin.c.diff
===================================================================
--- trunk/dports/audio/slv2/files/patch-src-plugin.c.diff	                        (rev 0)
+++ trunk/dports/audio/slv2/files/patch-src-plugin.c.diff	2008-12-11 01:08:20 UTC (rev 43468)
@@ -0,0 +1,13 @@
+--- src/plugin.c.orig	2008-11-27 10:37:46.000000000 -0800
++++ src/plugin.c	2008-12-10 15:49:11.000000000 -0800
+@@ -32,7 +32,9 @@
+ #include "slv2/pluginclasses.h"
+ #include "slv2/pluginuis.h"
+ 
+-
++SLV2Values
++slv2_plugin_get_value_by_qname_i18n(SLV2Plugin  p,
++                                    const char* predicate);
+ /* private
+  * ownership of uri is taken */
+ SLV2Plugin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081210/c0023a4a/attachment.html>


More information about the macports-changes mailing list