[125884] trunk/dports/audio
devans at macports.org
devans at macports.org
Sun Sep 28 18:37:56 PDT 2014
Revision: 125884
https://trac.macports.org/changeset/125884
Author: devans at macports.org
Date: 2014-09-28 18:37:56 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
lv2: new port, replaces lv2core (#45185).
Added Paths:
-----------
trunk/dports/audio/lv2/
trunk/dports/audio/lv2/Portfile
Added: trunk/dports/audio/lv2/Portfile
===================================================================
--- trunk/dports/audio/lv2/Portfile (rev 0)
+++ trunk/dports/audio/lv2/Portfile 2014-09-29 01:37:56 UTC (rev 125884)
@@ -0,0 +1,38 @@
+# -*- 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 lv2
+version 1.10.0
+license MIT
+categories audio
+maintainers gmail.com:aggraef openmaintainer
+platforms darwin
+
+description header files needed for LV2 plugin development
+long_description ${name} provides the ${description}. \
+ LV2 is an extensible standard for audio plugins, \
+ similar in scope to LADSPA, VST, AU, and others.
+
+homepage http://lv2plug.in/
+master_sites http://lv2plug.in/spec/
+
+use_bzip2 yes
+
+checksums rmd160 0aaf8cda542c3269c079006afc803dca9e6a6591 \
+ sha256 e80c8e4b45d4de3b09f26d76e39d454739b6aff3f444ea1dabe466ab530fa4d5
+
+configure.args-append --no-plugins
+
+depends_build port:pkgconfig
+
+variant plugins description {Add sample plugins} {
+ depends_lib-append port:libsndfile port:gtk2 port:cairo
+ configure.args-delete --no-plugins
+}
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: trunk/dports/audio/lv2/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/e0ccc54d/attachment.html>
More information about the macports-changes
mailing list