Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (1ac911961cf91e3a02e6240997a29b14d4b344a8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (1ac911961cf91e3a02e6240997a29b14d4b344a8)
  • Date: Fri, 4 May 2007 00:18:26 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

ChangeLog | 5 ++
audio-drivers/pulseaudio/DEPENDS | 39
+++++++++++++++++++
audio-drivers/pulseaudio/DETAILS | 18 ++++++++
audio-drivers/pulseaudio/HISTORY | 2
audio-drivers/pulseaudio/pulseaudio-0.9.5.tar.gz.sig |binary
audio-libs/libao-pulse/DEPENDS | 6 ++
audio-libs/libao-pulse/DETAILS | 13 ++++++
audio-libs/libao-pulse/HISTORY | 2
audio-libs/libao-pulse/libao-pulse-0.9.3.tar.gz.sig |binary
net/libasyncns/DETAILS | 15 +++++++
net/libasyncns/HISTORY | 2
net/libasyncns/libasyncns-0.2.tar.gz.sig |binary
12 files changed, 102 insertions(+)

New commits:
commit 1ac911961cf91e3a02e6240997a29b14d4b344a8
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

pulseaudio: added X support

commit 6b6a415f34ed937d8a6f7b081a9899480ce25218
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

libao-pulse: new spell

commit 566d768dd17b53465bcf0533802f0fb613d33b20
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

pulseaudio: new spell

commit 776b33dddf8692455653182c57c19787294a60ce
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

libasyncns: new spell

diff --git a/ChangeLog b/ChangeLog
index ec0c817..3970086 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-04 Pieter Lenaerts <e-type AT sourcemage.org>
+ * net/libasyncns: new spell, lib for asynchronous name queries
+ * audio-drivers/pulseaudio: new spell, sound server
+ * audio-libs/libao-pulse: new spell, libao support for pulseaudio
+
2007-05-03 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-creation/phasex: New spell, software synthesizer.

diff --git a/audio-drivers/pulseaudio/DEPENDS
b/audio-drivers/pulseaudio/DEPENDS
new file mode 100755
index 0000000..164f821
--- /dev/null
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -0,0 +1,39 @@
+depends liboil &&
+depends libsamplerate &&
+depends libsndfile &&
+optional_depends hal \
+ "--enable-hal" \
+ "--disable-hal" \
+ "Enable hal support?" &&
+optional_depends tcp_wrappers \
+ "--enable-tcpwrap" \
+ "--disable-tcpwrap" \
+ "Enable tcp_wrappers support?" &&
+optional_depends alsa-lib \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "Enable alsa support?" &&
+optional_depends jack \
+ "--enable-jack" \
+ "--disable-jack" \
+ "Enable jack support?" &&
+optional_depends glib2 \
+ "--enable-glib2" \
+ "--disable-glib2" \
+ "Enable glib2 support?" &&
+optional_depends lirc \
+ "--enable-lirc" \
+ "--disable-lirc" \
+ "Enable lirc support?" &&
+optional_depends libasyncns \
+ "--enable-asyncns" \
+ "--disable-asyncns" \
+ "Enable libasyncns support?" &&
+optional_depends libcap \
+ "--with-caps" \
+ "--without-caps" \
+ "Enable libcap support?" &&
+optional_depends X11-LIBS \
+ "--with-x" \
+ "--without-x" \
+ "Enable X support?"
diff --git a/audio-drivers/pulseaudio/DETAILS
b/audio-drivers/pulseaudio/DETAILS
new file mode 100755
index 0000000..da74490
--- /dev/null
+++ b/audio-drivers/pulseaudio/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pulseaudio
+ VERSION=0.9.5
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL=http://0pointer.de/lennart/projects/${SPELL}/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ WEB_SITE=http://www.pulseaudio.org/
+ ENTERED=20070504
+ LICENSE[0]=GPL
+ SHORT="a sound server"
+cat << EOF
+PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
+Win32 systems. A sound server is basically a proxy for your sound
applications.
+It allows you to do advanced operations on your sound data as it passes
between
+your application and your hardware. Things like transferring the audio to a
+different machine, changing the sample format or channel count and mixing
+several sounds into one are easily achieved using a sound server.
+EOF
diff --git a/audio-drivers/pulseaudio/HISTORY
b/audio-drivers/pulseaudio/HISTORY
new file mode 100644
index 0000000..fa34aa6
--- /dev/null
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -0,0 +1,2 @@
+2007-05-04 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/audio-drivers/pulseaudio/pulseaudio-0.9.5.tar.gz.sig
b/audio-drivers/pulseaudio/pulseaudio-0.9.5.tar.gz.sig
new file mode 100644
index 0000000..b93e29d
Binary files /dev/null and
b/audio-drivers/pulseaudio/pulseaudio-0.9.5.tar.gz.sig differ
diff --git a/audio-libs/libao-pulse/DEPENDS b/audio-libs/libao-pulse/DEPENDS
new file mode 100755
index 0000000..ee4c847
--- /dev/null
+++ b/audio-libs/libao-pulse/DEPENDS
@@ -0,0 +1,6 @@
+depends libao &&
+depends pulseaudio &&
+optional_depends lynx \
+ "--enable-lynx" \
+ "--disable-lynx" \
+ "Enable lynx support?"
diff --git a/audio-libs/libao-pulse/DETAILS b/audio-libs/libao-pulse/DETAILS
new file mode 100755
index 0000000..9882212
--- /dev/null
+++ b/audio-libs/libao-pulse/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=libao-pulse
+ VERSION=0.9.3
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL=http://0pointer.de/lennart/projects/${SPELL}/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ WEB_SITE=http://0pointer.de/lennart/projects/libao-pulse/
+ ENTERED=20070504
+ LICENSE[0]=GPL
+ SHORT="libao driver for PulseAudio"
+cat << EOF
+libao-pulse is a libao driver for the PulseAudio sound server.
+EOF
diff --git a/audio-libs/libao-pulse/HISTORY b/audio-libs/libao-pulse/HISTORY
new file mode 100644
index 0000000..fa34aa6
--- /dev/null
+++ b/audio-libs/libao-pulse/HISTORY
@@ -0,0 +1,2 @@
+2007-05-04 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/audio-libs/libao-pulse/libao-pulse-0.9.3.tar.gz.sig
b/audio-libs/libao-pulse/libao-pulse-0.9.3.tar.gz.sig
new file mode 100644
index 0000000..9a873f8
Binary files /dev/null and
b/audio-libs/libao-pulse/libao-pulse-0.9.3.tar.gz.sig differ
diff --git a/net/libasyncns/DETAILS b/net/libasyncns/DETAILS
new file mode 100755
index 0000000..8e7f2b9
--- /dev/null
+++ b/net/libasyncns/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libasyncns
+ VERSION=0.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL=http://0pointer.de/lennart/projects/${SPELL}/${SOURCE}
+ SOURCE_GPG=gurus.gpg:${SOURCE}.sig
+ WEB_SITE=http://0pointer.de/lennart/projects/libasyncns/
+ ENTERED=20070504
+ LICENSE[0]=GPL
+ SHORT="C library for executing name service queries
asynchronously"
+cat << EOF
+libasyncns is a C library for Linux/Unix for executing name service queries
+asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
+getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.
+EOF
diff --git a/net/libasyncns/HISTORY b/net/libasyncns/HISTORY
new file mode 100644
index 0000000..da7cfb2
--- /dev/null
+++ b/net/libasyncns/HISTORY
@@ -0,0 +1,2 @@
+2007-05-04 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS, HISTORY: created spell
diff --git a/net/libasyncns/libasyncns-0.2.tar.gz.sig
b/net/libasyncns/libasyncns-0.2.tar.gz.sig
new file mode 100644
index 0000000..06a9735
Binary files /dev/null and b/net/libasyncns/libasyncns-0.2.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (1ac911961cf91e3a02e6240997a29b14d4b344a8), Pieter Lenaerts, 05/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page