Browse Source
Note: The package is not complete yet and for being able to build it properly we need to fix the tcp_wrappers package, because linking against libwrap is not working properly.stable/0.2
Christian Wiese
14 years ago
2 changed files with 58 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../pulseaudio/pulseaudio.conf |
||||||
|
# Copyright (C) 2011 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
# 'for' loop initial declarations are only allowed in C99 mode |
||||||
|
var_insert GCC_WRAPPER_APPEND " " "-std=gnu99" |
||||||
|
|
||||||
|
#var_append extraconfopt ' ' '--disable-static --disable-rpath --with-system-user=pulse --with-system-group=pulse --with-access-group=pulse-access --disable-hal' |
@ -0,0 +1,40 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../pulseaudio/pulseaudio.desc |
||||||
|
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[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; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] A sound system for POSIX OSes |
||||||
|
|
||||||
|
[T] PulseAudio is a sound system for POSIX OSes, meaning that it is a proxy for |
||||||
|
[T] your sound applications. It allows you to do advanced operations on your |
||||||
|
[T] sound data as it passes between your application and your hardware. Things |
||||||
|
[T] like transferring the audio to a different machine, changing the sample |
||||||
|
[T] format or channel count and mixing several sounds into one are easily |
||||||
|
[T] achieved using a sound server. |
||||||
|
|
||||||
|
[U] http://www.pulseaudio.org/ |
||||||
|
|
||||||
|
[A] Lennart Poettering |
||||||
|
[A] Pierre Ossman |
||||||
|
[M] The OpenSDE Community <list@opensde.org> |
||||||
|
|
||||||
|
[C] extra/audio |
||||||
|
|
||||||
|
[F] NOPARALLEL |
||||||
|
[F] NO-LIBTOOL-FIX |
||||||
|
|
||||||
|
[L] LGPL |
||||||
|
[S] Stable |
||||||
|
[V] 0.9.22 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 1662026221 pulseaudio-0.9.22.tar.gz http://0pointer.de/lennart/projects/pulseaudio/ |
Loading…
Reference in new issue