Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (ca0d30ec83badd2314519519cce8a37f770555f6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (ca0d30ec83badd2314519519cce8a37f770555f6)
  • Date: Tue, 16 Oct 2007 13:16:07 -0500

GIT changes to master grimoire by Arwed von Merkatz <v.merkatz AT gmx.net>:

ChangeLog | 8 ++++++++
audio-drivers/alsa-plugins/DEPENDS | 7 ++++++-
audio-drivers/alsa-plugins/HISTORY | 3 +++
audio-drivers/paprefs/DEPENDS | 3 +++
audio-drivers/paprefs/DETAILS | 14 ++++++++++++++
audio-drivers/paprefs/HISTORY | 3 +++
audio-drivers/paprefs/paprefs-0.9.5.tar.gz.sig |binary
audio-drivers/pavucontrol/DEPENDS | 3 +++
audio-drivers/pavucontrol/DETAILS | 16
++++++++++++++++
audio-drivers/pavucontrol/HISTORY | 3 +++
audio-drivers/pavucontrol/pavucontrol-0.9.4.tar.gz.sig |binary
audio-drivers/pulseaudio/DEPENDS | 1 +
audio-drivers/pulseaudio/DETAILS | 2 +-
audio-drivers/pulseaudio/HISTORY | 4 ++++
audio-drivers/pulseaudio/pulseaudio-0.9.6.tar.gz.sig |binary
audio-plugins/gst-pulse/DEPENDS | 2 ++
audio-plugins/gst-pulse/DETAILS | 13 +++++++++++++
audio-plugins/gst-pulse/HISTORY | 3 +++
audio-plugins/gst-pulse/gst-pulse-0.9.4.tar.gz.sig |binary
audio-plugins/xmms-pulse/DEPENDS | 2 ++
audio-plugins/xmms-pulse/DETAILS | 13 +++++++++++++
audio-plugins/xmms-pulse/HISTORY | 3 +++
audio-plugins/xmms-pulse/xmms-pulse-0.9.3.tar.gz.sig |binary
libs/libatomic_ops/DETAILS | 17
+++++++++++++++++
libs/libatomic_ops/HISTORY | 3 +++
libs/libatomic_ops/libatomic_ops-1.2.tar.gz.sig |binary
video-libs/xine-lib/DEPENDS | 1 +
video-libs/xine-lib/HISTORY | 3 +++
28 files changed, 125 insertions(+), 2 deletions(-)

New commits:
commit ca0d30ec83badd2314519519cce8a37f770555f6
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

xine-lib: added optional_depends on pulseaudio

commit 1447a9fa3ea5621f5cdadaa7efbef0056d8245eb
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

gst-pulse: new spell

commit 7ef36247870a665195176b96c6f43d1c9288f100
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

xmms-pulse: new spell

commit b063065f44d42a46f6b76806b00c87b3fdb7f499
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

pavucontrol: new spell

commit d611217cc86532069c936882383bf28d686bd468
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

alsa-plugins: added optional_depends on pulseaudio

commit e25004217c332ee9ca0f7f54332a7cf225266ff6
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

paprefs: new spell

commit e2a2ccd874320a6ac9b7b79d856822eccf1a6c0e
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

pulseaudio: updated to 0.9.6

commit ea19fecd1298cf3a52434e44c40f9c78b8d6e513
Author: Arwed von Merkatz <v.merkatz AT gmx.net>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>

libatomic_ops: new spell

diff --git a/ChangeLog b/ChangeLog
index 1a4e3e6..61859f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-10-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * libs/libatomic_ops: new spell, atomic memory updates
+ * audio-drivers/paprefs: new spell, preferences for pulseaudio
+ * audio-drivers/pavucontrol: new spell, volume control for pulseaudio
+ * audio-plugins/xmms-pulse: new spell, xmms plugin using pulseaudio
+ * audio-plugins/gst-pulse: new spell, gstreamer plugin using
+ pulseaudio
+
2007-10-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* mobile/powermgmt-base: added spell for debian powermanagemnt tools
bug #13996
diff --git a/audio-drivers/alsa-plugins/DEPENDS
b/audio-drivers/alsa-plugins/DEPENDS
index 49914b9..4c780b7 100755
--- a/audio-drivers/alsa-plugins/DEPENDS
+++ b/audio-drivers/alsa-plugins/DEPENDS
@@ -13,4 +13,9 @@ optional_depends JACK-DRIVER \
optional_depends libsamplerate \
"" \
"" \
- "for samplerate plugin"
+ "for samplerate plugin" &&
+
+optional_depends pulseaudio \
+ "" \
+ "" \
+ "for pulseaudio plugin"
diff --git a/audio-drivers/alsa-plugins/HISTORY
b/audio-drivers/alsa-plugins/HISTORY
index 65bc6b0..7b4b99e 100644
--- a/audio-drivers/alsa-plugins/HISTORY
+++ b/audio-drivers/alsa-plugins/HISTORY
@@ -1,3 +1,6 @@
+2007-10-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS: added optional_depends on pulseaudio
+
2007-09-03 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.0.15rc1

diff --git a/audio-drivers/paprefs/DEPENDS b/audio-drivers/paprefs/DEPENDS
new file mode 100755
index 0000000..39337e2
--- /dev/null
+++ b/audio-drivers/paprefs/DEPENDS
@@ -0,0 +1,3 @@
+depends gtkmm2 &&
+depends libglademm &&
+depends gconfmm
diff --git a/audio-drivers/paprefs/DETAILS b/audio-drivers/paprefs/DETAILS
new file mode 100755
index 0000000..b674195
--- /dev/null
+++ b/audio-drivers/paprefs/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=paprefs
+ VERSION=0.9.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://0pointer.de/lennart/projects/paprefs/$SOURCE
+ WEB_SITE=http://0pointer.de/lennart/projects/paprefs/
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ LICENSE[0]=GPL
+ ENTERED=20071016
+ SHORT="a simple GTK based configuration dialog for the PulseAudio
sound server"
+cat << EOF
+PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog
for
+the PulseAudio sound server.
+EOF
diff --git a/audio-drivers/paprefs/HISTORY b/audio-drivers/paprefs/HISTORY
new file mode 100644
index 0000000..30996ca
--- /dev/null
+++ b/audio-drivers/paprefs/HISTORY
@@ -0,0 +1,3 @@
+2007-10-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS, DETAILS, HISTORY: created this spell
+
diff --git a/audio-drivers/paprefs/paprefs-0.9.5.tar.gz.sig
b/audio-drivers/paprefs/paprefs-0.9.5.tar.gz.sig
new file mode 100644
index 0000000..d18a9ca
Binary files /dev/null and b/audio-drivers/paprefs/paprefs-0.9.5.tar.gz.sig
differ
diff --git a/audio-drivers/pavucontrol/DEPENDS
b/audio-drivers/pavucontrol/DEPENDS
new file mode 100755
index 0000000..60ee58f
--- /dev/null
+++ b/audio-drivers/pavucontrol/DEPENDS
@@ -0,0 +1,3 @@
+depends libglademm &&
+depends gtkmm2 &&
+depends pulseaudio
diff --git a/audio-drivers/pavucontrol/DETAILS
b/audio-drivers/pavucontrol/DETAILS
new file mode 100755
index 0000000..a274618
--- /dev/null
+++ b/audio-drivers/pavucontrol/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pavucontrol
+ VERSION=0.9.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://0pointer.de/lennart/projects/pavucontrol/$SOURCE
+ WEB_SITE=http://0pointer.de/lennart/projects/pavucontrol/
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ LICENSE[0]=GPL
+ ENTERED=20071016
+ SHORT="a simple GTK based volume control tool for the PulseAudio
sound server"
+cat << EOF
+PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control
+tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer
+tools this one allows you to control both the volume of hardware devices and
of
+each playback stream seperately.
+EOF
diff --git a/audio-drivers/pavucontrol/HISTORY
b/audio-drivers/pavucontrol/HISTORY
new file mode 100644
index 0000000..30996ca
--- /dev/null
+++ b/audio-drivers/pavucontrol/HISTORY
@@ -0,0 +1,3 @@
+2007-10-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS, DETAILS, HISTORY: created this spell
+
diff --git a/audio-drivers/pavucontrol/pavucontrol-0.9.4.tar.gz.sig
b/audio-drivers/pavucontrol/pavucontrol-0.9.4.tar.gz.sig
new file mode 100644
index 0000000..2b71112
Binary files /dev/null and
b/audio-drivers/pavucontrol/pavucontrol-0.9.4.tar.gz.sig differ
diff --git a/audio-drivers/pulseaudio/DEPENDS
b/audio-drivers/pulseaudio/DEPENDS
index 164f821..53cfd8d 100755
--- a/audio-drivers/pulseaudio/DEPENDS
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -1,6 +1,7 @@
depends liboil &&
depends libsamplerate &&
depends libsndfile &&
+depends libatomic_ops &&
optional_depends hal \
"--enable-hal" \
"--disable-hal" \
diff --git a/audio-drivers/pulseaudio/DETAILS
b/audio-drivers/pulseaudio/DETAILS
index da74490..fdce37f 100755
--- a/audio-drivers/pulseaudio/DETAILS
+++ b/audio-drivers/pulseaudio/DETAILS
@@ -1,5 +1,5 @@
SPELL=pulseaudio
- VERSION=0.9.5
+ VERSION=0.9.6
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL=http://0pointer.de/lennart/projects/${SPELL}/${SOURCE}
diff --git a/audio-drivers/pulseaudio/HISTORY
b/audio-drivers/pulseaudio/HISTORY
index fa34aa6..00fabc5 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,2 +1,6 @@
+2007-10-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: updated to 0.9.6
+ * DEPENDS: added libatomic_ops
+
2007-05-04 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS, DEPENDS, HISTORY: created spell
diff --git a/audio-drivers/pulseaudio/pulseaudio-0.9.6.tar.gz.sig
b/audio-drivers/pulseaudio/pulseaudio-0.9.6.tar.gz.sig
new file mode 100644
index 0000000..c875f9f
Binary files /dev/null and
b/audio-drivers/pulseaudio/pulseaudio-0.9.6.tar.gz.sig differ
diff --git a/audio-plugins/gst-pulse/DEPENDS b/audio-plugins/gst-pulse/DEPENDS
new file mode 100755
index 0000000..505394b
--- /dev/null
+++ b/audio-plugins/gst-pulse/DEPENDS
@@ -0,0 +1,2 @@
+depends pulseaudio &&
+depends gst-plugins-base
diff --git a/audio-plugins/gst-pulse/DETAILS b/audio-plugins/gst-pulse/DETAILS
new file mode 100755
index 0000000..7fad43e
--- /dev/null
+++ b/audio-plugins/gst-pulse/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=gst-pulse
+ VERSION=0.9.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://0pointer.de/lennart/projects/gst-pulse/$SOURCE
+ WEB_SITE=http://0pointer.de/lennart/projects/gst-pulse/
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ LICENSE[0]=GPL
+ ENTERED=20071016
+ SHORT="a GStreamer 0.10 plugin for the PulseAudio sound server"
+cat << EOF
+gst-pulse is a GStreamer 0.10 plugin for the PulseAudio sound server.
+EOF
diff --git a/audio-plugins/gst-pulse/HISTORY b/audio-plugins/gst-pulse/HISTORY
new file mode 100644
index 0000000..30996ca
--- /dev/null
+++ b/audio-plugins/gst-pulse/HISTORY
@@ -0,0 +1,3 @@
+2007-10-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS, DETAILS, HISTORY: created this spell
+
diff --git a/audio-plugins/gst-pulse/gst-pulse-0.9.4.tar.gz.sig
b/audio-plugins/gst-pulse/gst-pulse-0.9.4.tar.gz.sig
new file mode 100644
index 0000000..7ef304a
Binary files /dev/null and
b/audio-plugins/gst-pulse/gst-pulse-0.9.4.tar.gz.sig differ
diff --git a/audio-plugins/xmms-pulse/DEPENDS
b/audio-plugins/xmms-pulse/DEPENDS
new file mode 100755
index 0000000..db4f9fd
--- /dev/null
+++ b/audio-plugins/xmms-pulse/DEPENDS
@@ -0,0 +1,2 @@
+depends xmms &&
+depends pulseaudio
diff --git a/audio-plugins/xmms-pulse/DETAILS
b/audio-plugins/xmms-pulse/DETAILS
new file mode 100755
index 0000000..08f1912
--- /dev/null
+++ b/audio-plugins/xmms-pulse/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=xmms-pulse
+ VERSION=0.9.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://0pointer.de/lennart/projects/xmms-pulse/$SOURCE
+ WEB_SITE=http://0pointer.de/lennart/projects/xmms-pulse/
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ LICENSE[0]=GPL
+ ENTERED=20071016
+ SHORT="a XMMS output plugin for the PulseAudio sound server"
+cat << EOF
+xmms-pulse is a XMMS output plugin for the PulseAudio sound server.
+EOF
diff --git a/audio-plugins/xmms-pulse/HISTORY
b/audio-plugins/xmms-pulse/HISTORY
new file mode 100644
index 0000000..30996ca
--- /dev/null
+++ b/audio-plugins/xmms-pulse/HISTORY
@@ -0,0 +1,3 @@
+2007-10-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS, DETAILS, HISTORY: created this spell
+
diff --git a/audio-plugins/xmms-pulse/xmms-pulse-0.9.3.tar.gz.sig
b/audio-plugins/xmms-pulse/xmms-pulse-0.9.3.tar.gz.sig
new file mode 100644
index 0000000..fda1dc1
Binary files /dev/null and
b/audio-plugins/xmms-pulse/xmms-pulse-0.9.3.tar.gz.sig differ
diff --git a/libs/libatomic_ops/DETAILS b/libs/libatomic_ops/DETAILS
new file mode 100755
index 0000000..b2d7851
--- /dev/null
+++ b/libs/libatomic_ops/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libatomic_ops
+ VERSION=1.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=http://www.hpl.hp.com/research/linux/atomic_ops/download/$SOURCE
+ WEB_SITE=http://www.hpl.hp.com/research/linux/atomic_ops/
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ LICENSE[0]=MIT
+ ENTERED=20071016
+ SHORT="atomic memory update operations"
+cat << EOF
+Provides implementations for atomic memory update operations on a number of
+architectures. This allows direct use of these in reasonably portable code.
+Unlike earlier similar packages, this one explicitly considers memory barrier
+semantics, and allows the construction of code that involves minimum overhead
+across a variety of architectures.
+EOF
diff --git a/libs/libatomic_ops/HISTORY b/libs/libatomic_ops/HISTORY
new file mode 100644
index 0000000..9f3e93b
--- /dev/null
+++ b/libs/libatomic_ops/HISTORY
@@ -0,0 +1,3 @@
+2007-10-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS, HISTORY: created this spell
+
diff --git a/libs/libatomic_ops/libatomic_ops-1.2.tar.gz.sig
b/libs/libatomic_ops/libatomic_ops-1.2.tar.gz.sig
new file mode 100644
index 0000000..cb25095
Binary files /dev/null and b/libs/libatomic_ops/libatomic_ops-1.2.tar.gz.sig
differ
diff --git a/video-libs/xine-lib/DEPENDS b/video-libs/xine-lib/DEPENDS
index 8b7ef37..c3525c6 100755
--- a/video-libs/xine-lib/DEPENDS
+++ b/video-libs/xine-lib/DEPENDS
@@ -9,6 +9,7 @@ optional_depends X11-LIBS \
optional_depends "alsa-lib" "" "" "for ALSA audio output" &&
optional_depends "esound" "" "" "for esd audio output" &&
optional_depends "arts" "" "" "for arts audio output" &&
+optional_depends "pulseaudio" "" "" "for pulseaudio output" &&
optional_depends "aalib" "" "" "for ascii art video output" &&
optional_depends "sdl" "" "" "for SDL video output" &&
optional_depends "libcaca" "" "" "for colored ascii art video output" &&
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index c70d9e9..8662b39 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,6 @@
+2007-10-16 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS: added optional_depends on pulseaudio
+
2007-08-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.8




  • [SM-Commit] GIT changes to master grimoire by Arwed von Merkatz (ca0d30ec83badd2314519519cce8a37f770555f6), Arwed von Merkatz, 10/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page