Ticket #36738: Portfile-portaudio.patch
File Portfile-portaudio.patch, 2.3 KB (added by qqshfox@…, 12 years ago) |
---|
-
Portfile
old new 5 5 6 6 name portaudio 7 7 version 19.20111121 8 revision 28 revision 3 9 9 categories audio devel 10 10 platforms darwin macosx 11 11 maintainers hum openmaintainer … … 14 14 description PortAudio is a free, cross platform, open-source, audio I/O library. 15 15 16 16 long_description PortAudio is a free, cross platform, open-source, audio I/O library. \ 17 It lets you write simple audio programs in 'C' that will \17 It lets you write simple audio programs in 'C' or C++ that will \ 18 18 compile and run on many platforms including Windows, \ 19 Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. \ 20 PortAudio is intended to promote the exchange of audio \ 21 synthesis software between developers on different \ 22 platforms. \ 23 PortAudio provides a very simple API for recording and/or \ 24 playing sound using a simple callback function. \ 25 Example programs are included that synthesize sine waves \ 26 and pink noise, perform fuzz distortion on a guitar, list \ 27 available audio devices, etc. 19 Macintosh OS X, and Unix (OSS/ALSA). \ 20 It is intended to promote the exchange of audio \ 21 software between developers on different platforms. \ 22 Many applications use PortAudio for Audio I/O. 28 23 29 24 homepage http://www.portaudio.com/ 30 25 master_sites ${homepage}archives … … 37 32 38 33 worksrcdir ${name} 39 34 40 # By default, PortAudio is built as a universal binary. 35 # By default, PortAudio is built as a universal binary. 41 36 # To build a non-universal library for the host architecture, 42 37 # simply use the --disable-mac-universal option with configure. 43 38 # http://www.portaudio.com/trac/wiki/TutorialDir/Compile/MacintoshCoreAudio 44 configure.args --disable-mac-universal 39 configure.args --disable-mac-universal --enable-cxx 45 40 46 41 # patch-configure removes -Werror, and adds -DNDEBUG. 47 42 patchfiles patch-configure \