[122506] trunk/dports/audio

ryandesign at macports.org ryandesign at macports.org
Wed Jul 23 05:15:30 PDT 2014


Revision: 122506
          https://trac.macports.org/changeset/122506
Author:   ryandesign at macports.org
Date:     2014-07-23 05:15:30 -0700 (Wed, 23 Jul 2014)
Log Message:
-----------
faust2-devel: new port, version 2.0-20140723 (#42648)

Modified Paths:
--------------
    trunk/dports/audio/faust/Portfile
    trunk/dports/audio/faust-devel/Portfile
    trunk/dports/audio/faust2-devel/Portfile

Added Paths:
-----------
    trunk/dports/audio/faust2-devel/

Modified: trunk/dports/audio/faust/Portfile
===================================================================
--- trunk/dports/audio/faust/Portfile	2014-07-23 10:47:39 UTC (rev 122505)
+++ trunk/dports/audio/faust/Portfile	2014-07-23 12:15:30 UTC (rev 122506)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    faust
-conflicts               faust-devel
+conflicts               faust-devel faust2-devel
 version                 0.9.67
 categories              audio lang
 platforms               darwin

Modified: trunk/dports/audio/faust-devel/Portfile
===================================================================
--- trunk/dports/audio/faust-devel/Portfile	2014-07-23 10:47:39 UTC (rev 122505)
+++ trunk/dports/audio/faust-devel/Portfile	2014-07-23 12:15:30 UTC (rev 122506)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    faust-devel
-conflicts               faust
+conflicts               faust faust2-devel
 version                 0.9.67-20140722
 git.branch              88fea20c65cb98ace3e8f52da83bd2aac343acc3
 categories              audio lang
@@ -12,7 +12,6 @@
 maintainers             ryandesign
 license                 GPL-2
 homepage                http://faust.grame.fr/
-use_zip                 yes
 
 description             functional programming language for realtime audio
 

Modified: trunk/dports/audio/faust2-devel/Portfile
===================================================================
--- trunk/dports/audio/faust-devel/Portfile	2014-07-23 06:45:28 UTC (rev 122491)
+++ trunk/dports/audio/faust2-devel/Portfile	2014-07-23 12:15:30 UTC (rev 122506)
@@ -3,26 +3,34 @@
 
 PortSystem              1.0
 
-name                    faust-devel
-conflicts               faust
-version                 0.9.67-20140722
-git.branch              88fea20c65cb98ace3e8f52da83bd2aac343acc3
+name                    faust2-devel
+conflicts               faust faust-devel
+version                 2.0-20140723
+git.branch              b00d5580a386113431a77a3f7d1a064b1794a71a
 categories              audio lang
 platforms               darwin
 maintainers             ryandesign
 license                 GPL-2
 homepage                http://faust.grame.fr/
-use_zip                 yes
 
 description             functional programming language for realtime audio
 
 long_description        Faust is a functional programming language \
                         specifically designed for realtime audio applications \
-                        and plugins.
+                        and plugins. This is the Faust2 branch which offers \
+                        additional backends for C, Java and LLVM bitcode.
 
 fetch.type              git
 git.url                 git://git.code.sf.net/p/faudiostream/code
 
+set llvm_version        3.4
+set llvm_prefix         ${prefix}/libexec/llvm-${llvm_version}
+build.env               PATH=${llvm_prefix}/bin:$env(PATH)
+
+depends_lib             port:clang-${llvm_version} \
+                        port:llvm-${llvm_version} \
+                        port:openssl
+
 post-patch {
     eval reinplace "s|/usr/local|${prefix}|g" \
         ${worksrcpath}/compiler/parser/enrobage.cpp \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140723/0b15e034/attachment-0001.html>


More information about the macports-changes mailing list