[87920] trunk/dports/audio/slv2/Portfile

devans at macports.org devans at macports.org
Mon Dec 12 11:29:55 PST 2011


Revision: 87920
          http://trac.macports.org/changeset/87920
Author:   devans at macports.org
Date:     2011-12-12 11:29:52 -0800 (Mon, 12 Dec 2011)
Log Message:
-----------
slv2: enforce linking against raptor2, increment revision to build using updated lv2core spec, add openmaintainer, correct license.

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

Modified: trunk/dports/audio/slv2/Portfile
===================================================================
--- trunk/dports/audio/slv2/Portfile	2011-12-12 19:17:14 UTC (rev 87919)
+++ trunk/dports/audio/slv2/Portfile	2011-12-12 19:29:52 UTC (rev 87920)
@@ -5,9 +5,9 @@
 
 name            slv2
 version         0.6.6
-revision        1
-license         GPL-2
-maintainers     devans
+revision        2
+license         GPL-2+
+maintainers     devans openmaintainer
 categories      audio
 platforms       darwin
 homepage        http://wiki.drobilla.net/SLV2
@@ -31,6 +31,8 @@
                 port:jack \
                 port:lv2core
 
+patchfiles      patch-raptor_symbol_fix.diff
+
 post-patch {
         set redland_libs [exec ${prefix}/bin/pkg-config --libs redland]
         reinplace "s|@REDLAND_LIBS@|${redland_libs}|" ${worksrcpath}/slv2.pc.in
@@ -53,10 +55,6 @@
         }
 }
 
-#
-# lv2core is not universal
-#
-
 universal_variant no
 
 variant docs description {Enable building of API documentation} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111212/86c0c965/attachment.html>


More information about the macports-changes mailing list