[99416] trunk/dports/audio/portaudio/Portfile
hum at macports.org
hum at macports.org
Sun Nov 4 06:37:47 PST 2012
Revision: 99416
http://trac.macports.org//changeset/99416
Author: hum at macports.org
Date: 2012-11-04 06:37:47 -0800 (Sun, 04 Nov 2012)
Log Message:
-----------
portaudio: add C++ bindings; see #36738.
Modified Paths:
--------------
trunk/dports/audio/portaudio/Portfile
Modified: trunk/dports/audio/portaudio/Portfile
===================================================================
--- trunk/dports/audio/portaudio/Portfile 2012-11-04 14:35:14 UTC (rev 99415)
+++ trunk/dports/audio/portaudio/Portfile 2012-11-04 14:37:47 UTC (rev 99416)
@@ -5,7 +5,7 @@
name portaudio
version 19.20111121
-revision 2
+revision 3
categories audio devel
platforms darwin macosx
maintainers hum openmaintainer
@@ -14,17 +14,12 @@
description PortAudio is a free, cross platform, open-source, audio I/O library.
long_description PortAudio is a free, cross platform, open-source, audio I/O library. \
- It lets you write simple audio programs in 'C' that will \
+ It lets you write simple audio programs in 'C' or C++ that will \
compile and run on many platforms including Windows, \
- Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. \
- PortAudio is intended to promote the exchange of audio \
- synthesis software between developers on different \
- platforms. \
- PortAudio provides a very simple API for recording and/or \
- playing sound using a simple callback function. \
- Example programs are included that synthesize sine waves \
- and pink noise, perform fuzz distortion on a guitar, list \
- available audio devices, etc.
+ Macintosh OS X, and Unix (OSS/ALSA). \
+ It is intended to promote the exchange of audio \
+ software between developers on different platforms. \
+ Many applications use PortAudio for Audio I/O.
homepage http://www.portaudio.com/
master_sites ${homepage}archives
@@ -37,11 +32,11 @@
worksrcdir ${name}
-# By default, PortAudio is built as a universal binary.
+# By default, PortAudio is built as a universal binary.
# To build a non-universal library for the host architecture,
# simply use the --disable-mac-universal option with configure.
# http://www.portaudio.com/trac/wiki/TutorialDir/Compile/MacintoshCoreAudio
-configure.args --disable-mac-universal
+configure.args --disable-mac-universal --enable-cxx
# patch-configure removes -Werror, and adds -DNDEBUG.
patchfiles patch-configure \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121104/032cbfb1/attachment.html>
More information about the macports-changes
mailing list