[139147] trunk/dports/audio/aubio

devans at macports.org devans at macports.org
Mon Aug 3 17:10:25 PDT 2015


Revision: 139147
          https://trac.macports.org/changeset/139147
Author:   devans at macports.org
Date:     2015-08-03 17:10:25 -0700 (Mon, 03 Aug 2015)
Log Message:
-----------
aubio: update to version 0.4.2, remove --nocache option from waf portgroup that breaks build, relinquish maintainership.

Modified Paths:
--------------
    trunk/dports/audio/aubio/Portfile
    trunk/dports/audio/aubio/files/patch-wscript.diff

Modified: trunk/dports/audio/aubio/Portfile
===================================================================
--- trunk/dports/audio/aubio/Portfile	2015-08-03 23:43:33 UTC (rev 139146)
+++ trunk/dports/audio/aubio/Portfile	2015-08-04 00:10:25 UTC (rev 139147)
@@ -5,11 +5,10 @@
 PortGroup               waf 1.0
 
 name                    aubio
-version                 0.4.1
-revision                1
+version                 0.4.2
 license                 GPL-2
 categories              audio
-maintainers             devans openmaintainer
+maintainers             nomaintainer
 platforms               darwin
 
 description             audio labeling library
@@ -23,8 +22,8 @@
 
 use_bzip2               yes
 
-checksums               rmd160  830a1ca49964a550f41419538a734c48466da633 \
-                        sha256  25d7df0a9cd6366fda764a803424caddf5fb819fc75b42a7a03e1e6f8eb3c695
+checksums               rmd160  9500b743ea326bfa4745a029d202c5272e3430af \
+                        sha256  1cc58e0fed2b9468305b198ad06b889f228b797a082c2ede716dc30fcb4f8f1f
 
 depends_build           port:pkgconfig \
                         port:txt2man
@@ -45,6 +44,7 @@
                         --disable-jack \
                         --notests
 
+configure.args-delete   --nocache
 variant jack description {Enable jack support} {
     configure.args-delete   --disable-jack
     depends_lib-append      port:jack

Modified: trunk/dports/audio/aubio/files/patch-wscript.diff
===================================================================
--- trunk/dports/audio/aubio/files/patch-wscript.diff	2015-08-03 23:43:33 UTC (rev 139146)
+++ trunk/dports/audio/aubio/files/patch-wscript.diff	2015-08-04 00:10:25 UTC (rev 139147)
@@ -1,11 +1,13 @@
---- wscript.orig	2014-03-12 08:19:28.000000000 -0700
-+++ wscript	2014-05-05 01:32:00.000000000 -0700
-@@ -103,8 +103,6 @@
+--- wscript.orig	2015-08-01 03:24:35.000000000 -0700
++++ wscript	2015-08-03 17:00:44.000000000 -0700
+@@ -105,10 +105,6 @@
+         ctx.define('HAVE_WIN_HACKS', 1)
          ctx.env['cshlib_PATTERN'] = 'lib%s.dll'
  
-     if target_platform == 'darwin':
+-    if target_platform == 'darwin' and ctx.options.enable_fat:
 -        ctx.env.CFLAGS += ['-arch', 'i386', '-arch', 'x86_64']
 -        ctx.env.LINKFLAGS += ['-arch', 'i386', '-arch', 'x86_64']
+-
+     if target_platform in [ 'darwin', 'ios', 'iosimulator']:
          ctx.env.FRAMEWORK = ['CoreFoundation', 'AudioToolbox', 'Accelerate']
-         ctx.define('HAVE_ACCELERATE', 1)
- 
+         ctx.define('HAVE_SOURCE_APPLE_AUDIO', 1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150803/fb218a19/attachment.html>


More information about the macports-changes mailing list