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

devans at macports.org devans at macports.org
Sun Sep 28 19:05:01 PDT 2014


Revision: 125894
          https://trac.macports.org/changeset/125894
Author:   devans at macports.org
Date:     2014-09-28 19:05:01 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
slv2: obsolete, replaced by lilv (#45185).

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

Modified: trunk/dports/audio/slv2/Portfile
===================================================================
--- trunk/dports/audio/slv2/Portfile	2014-09-29 02:02:54 UTC (rev 125893)
+++ trunk/dports/audio/slv2/Portfile	2014-09-29 02:05:01 UTC (rev 125894)
@@ -2,59 +2,12 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup waf   1.0
 
+replaced_by     lilv
+PortGroup       obsolete 1.0
+
 name            slv2
 version         0.6.6
-revision        2
-license         GPL-2+
-maintainers     devans openmaintainer
+revision        3
+license         none
 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/
-
-use_bzip2       yes
-
-checksums       md5     b8e8e0e82dd04324fcd533e8acd1ce85 \
-                sha1    7dc47153b1468056b0e30b1175c7fc57b184aaec \
-                rmd160  8cba154a2eba0c1274a65e04e4adee309e7b4e37
-
-depends_build   port:pkgconfig
-
-depends_lib     port:redland \
-                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
-}
-
-post-destroot {
-        set bindir ${destroot}${prefix}/bin
-        set libdir ${destroot}${prefix}/lib
-        system "install_name_tool -change default/libslv2.dylib ${prefix}/lib/libslv2.dylib ${libdir}/libslv2.dylib"
-        foreach util [glob ${bindir}/*] {
-            system "install_name_tool -change default/libslv2.dylib ${prefix}/lib/libslv2.dylib ${util}"
-        }
-}
-
-universal_variant no
-
-variant docs description {Enable building of API documentation} {
-        configure.args-append --build-docs
-        depends_build-append port:doxygen
-}
-
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140928/b2319bbe/attachment.html>


More information about the macports-changes mailing list