Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
f02c481a82
4 changed files with 3026 additions and 0 deletions
  1. +1432
    -0
      package/stf/portaudio/config.guess
  2. +1537
    -0
      package/stf/portaudio/config.sub
  3. +5
    -0
      package/stf/portaudio/portaudio.conf
  4. +52
    -0
      package/stf/portaudio/portaudio.desc

+ 1432
- 0
package/stf/portaudio/config.guess
File diff suppressed because it is too large
View File


+ 1537
- 0
package/stf/portaudio/config.sub
File diff suppressed because it is too large
View File


+ 5
- 0
package/stf/portaudio/portaudio.conf

@ -0,0 +1,5 @@
autoextract=0
hook_add preconf 3 "unzip $archdir/portaudio*.zip; cd portaudio*; \
autoreconf -vif; chmod +x configure; \
cp -a $confdir/config.{sub,guess} ."

+ 52
- 0
package/stf/portaudio/portaudio.desc

@ -0,0 +1,52 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/stf/libzvbi/libzvbi.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] a portable cross-platform Audio API
[T] PortAudio is a free, cross platform, open-source, audio I/O library. It lets
[T] you write simple audio programs in 'C' that will compile and run on many
[T] platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and BeOS.
[T] PortAudio is intended to promote the exchange of audio synthesis software
[T] between developers on different platforms, and was recently selected as the
[T] audio component of a larger PortMusic project that includes MIDI and sound
[T] file support.
[T]
[T] PortAudio provides a very simple API for recording and/or playing sound using
[T] a simple callback function. Example programs are included that synthesize
[T] sine waves and pink noise, perform fuzz distortion on a guitar, list available
[T] audio devices, etc.
[U] http://www.portaudio.com/
[A] Phil Burk
[A] Ross Bencina
[M] Stefan Fiedler <stefan.fiedler@students.jku.at>
[C] extra/multimedia
[L] Free-to-use
[S] Stable
[V] 18.1
[P] X -?---5---9 150.800
[D] 2599347719 portaudio_v18_1.zip http://www.portaudio.com/archives/

Loading…
Cancel
Save