[125893] trunk/dports/audio

devans at macports.org devans at macports.org
Sun Sep 28 19:02:54 PDT 2014


Revision: 125893
          https://trac.macports.org/changeset/125893
Author:   devans at macports.org
Date:     2014-09-28 19:02:54 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
lilv: new port, replaces slv2 (#45185).

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

Added: trunk/dports/audio/lilv/Portfile
===================================================================
--- trunk/dports/audio/lilv/Portfile	                        (rev 0)
+++ trunk/dports/audio/lilv/Portfile	2014-09-29 02:02:54 UTC (rev 125893)
@@ -0,0 +1,35 @@
+# -*- 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
+PortGroup               waf 1.0
+
+name                    lilv
+version                 0.20.0
+license                 MIT
+categories              audio
+maintainers             gmail.com:aggraef openmaintainer
+platforms               darwin
+
+description             LV2 host reference implementation
+long_description        ${name} is an ${description}. \
+                        It provides a C library to make the use of LV2 \
+                        plugins as simple as possible for applications.
+
+homepage                http://drobilla.net/software/lilv/
+master_sites            http://download.drobilla.net/
+
+use_bzip2               yes
+
+checksums               rmd160  7830520d983fa8effa7c3e18fda545bc55253642 \
+                        sha256  428a39f1265d44c55f2604829a12ade0ea13e1a1022ff937ca2a9ad227bd422a
+
+configure.args-append   --dyn-manifest
+
+depends_build-append    port:pkgconfig
+
+depends_lib             port:lv2 port:serd port:sord port:sratom
+
+livecheck.type          regex
+livecheck.url           ${master_sites}
+livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/audio/lilv/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140928/7acc59ce/attachment.html>


More information about the macports-changes mailing list