Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8f62110c72bee0603d974cfa237820842d4b5ee1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8f62110c72bee0603d974cfa237820842d4b5ee1)
  • Date: Mon, 10 Mar 2008 03:18:41 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-drivers/portaudio/HISTORY | 3 +++
audio-drivers/portaudio19/HISTORY | 3 +++
audio-players/mpg123/DEPENDS | 2 +-
audio-players/mpg123/DETAILS | 2 +-
audio-players/mpg123/HISTORY | 4 ++++
5 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 8f62110c72bee0603d974cfa237820842d4b5ee1
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mpg123, portaudio{,v19}: mpg123 can use either one, so added a provider
PORTAUDIO.

commit 90fe21f5797e660365c443691a0c1752c22f9f76
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mpg123: bump to 1.3.1 (alsa compatibility fix with low priority for us).

diff --git a/audio-drivers/portaudio/HISTORY b/audio-drivers/portaudio/HISTORY
index 9befe16..be6f498 100644
--- a/audio-drivers/portaudio/HISTORY
+++ b/audio-drivers/portaudio/HISTORY
@@ -1,3 +1,6 @@
+2008-03-10 Thomas Orgis <sobukus AT sourcemage.org>
+ * PROVIDES: added PORTAUDIO provider (for mpg123)
+
2006-08-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, BUILD, INSTALL: converted to build api 2 and fixed
the build to actually link with pthread like it intended
diff --git a/audio-drivers/portaudio19/HISTORY
b/audio-drivers/portaudio19/HISTORY
index 00f40e3..af7b1ea 100644
--- a/audio-drivers/portaudio19/HISTORY
+++ b/audio-drivers/portaudio19/HISTORY
@@ -1,3 +1,6 @@
+2008-03-10 Thomas Orgis <sobukus AT sourcemage.org>
+ * PROVIDES: added PORTAUDIO provider (for mpg123)
+
2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* CONFLICTS: removed, deprecation complete

diff --git a/audio-players/mpg123/DEPENDS b/audio-players/mpg123/DEPENDS
index 67d8a06..a9a33fa 100755
--- a/audio-players/mpg123/DEPENDS
+++ b/audio-players/mpg123/DEPENDS
@@ -20,7 +20,7 @@ case $i in
oss)
;;
portaudio)
- depends portaudio
+ depends PORTAUDIO
;;
nas)
depends nas
diff --git a/audio-players/mpg123/DETAILS b/audio-players/mpg123/DETAILS
index 2226a3a..c88a0e3 100755
--- a/audio-players/mpg123/DETAILS
+++ b/audio-players/mpg123/DETAILS
@@ -1,5 +1,5 @@
SPELL=mpg123
- VERSION=1.3.0
+ VERSION=1.3.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 6d2b695..41fb4c3 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,7 @@
+2008-03-10 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: Update to 1.3.1 .
+ * DEPENDS: depend on PORTAUDIO provider, as both v18 and v19 should
work
+
2008-03-04 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Changed depends jack to JACK-DRIVER.





Archive powered by MHonArc 2.6.24.

Top of Page