Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (ad937916c9d05edf35f397509936b315b9d717d8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (ad937916c9d05edf35f397509936b315b9d717d8)
  • Date: Thu, 29 Mar 2007 08:12:39 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

audio-libs/libao/DEPENDS | 1 +
audio-libs/libao/DEPENDS~ | 16 ++++++++++++++++
audio-libs/libao/HISTORY | 3 +++
audio-libs/libao/HISTORY~ | 26 ++++++++++++++++++++++++++
audio-libs/libid3tag/DEPENDS | 1 +
audio-libs/libid3tag/DEPENDS~ | 2 ++
audio-libs/libid3tag/HISTORY | 3 +++
audio-libs/libid3tag/HISTORY~ | 29 +++++++++++++++++++++++++++++
8 files changed, 81 insertions(+)

New commits:
commit ad937916c9d05edf35f397509936b315b9d717d8
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

libid3tag
Needed dependency on g++

commit 724601dd2103f278fbd60693af437f17a315141a
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

libao
needed a dependency on g++

diff --git a/audio-libs/libao/DEPENDS b/audio-libs/libao/DEPENDS
index 362d0db..632d9f2 100755
--- a/audio-libs/libao/DEPENDS
+++ b/audio-libs/libao/DEPENDS
@@ -1,3 +1,4 @@
+depends g++ &&
optional_depends "nas" \
"--enable-nas" \
"--disable-nas" \
diff --git a/audio-libs/libao/DEPENDS~ b/audio-libs/libao/DEPENDS~
new file mode 100755
index 0000000..362d0db
--- /dev/null
+++ b/audio-libs/libao/DEPENDS~
@@ -0,0 +1,16 @@
+optional_depends "nas" \
+ "--enable-nas" \
+ "--disable-nas" \
+ "for nas output support" &&
+optional_depends "alsa-lib" \
+ "--enable-alsa09" \
+ "--disable-alsa09" \
+ "for alsa output support" &&
+optional_depends "esound" \
+ "--enable-esd" \
+ "--disable-esdtest" \
+ "for esd output support" &&
+optional_depends "arts" \
+ "--enable-arts" \
+ "--disable-arts" \
+ "for arts output support"
diff --git a/audio-libs/libao/HISTORY b/audio-libs/libao/HISTORY
index 33e8ab5..b4c873c 100644
--- a/audio-libs/libao/HISTORY
+++ b/audio-libs/libao/HISTORY
@@ -1,3 +1,6 @@
+2007-03-29 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: added dependency on g++
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/audio-libs/libao/HISTORY~ b/audio-libs/libao/HISTORY~
new file mode 100644
index 0000000..33e8ab5
--- /dev/null
+++ b/audio-libs/libao/HISTORY~
@@ -0,0 +1,26 @@
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-09-24 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Update to 0.8.6, BUILD_API=2, delete MAINTAINER
+ * DETAILS: update SOURCE_URL
+ * BUILD: Seems patch isn't needed.
+
+2003-11-27 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: change the esound NO line to disable-esdtest, configure is
broken in that respect
+
+2003-11-22 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: updated to 0.8.4, changed website and SOURCE_URL to use
+ http://www.xiph.org/ao/
+ * DEPENDS: added optional_depends on nas, esound, alsa-lib and arts
+ * BUILD, alsa-1.0.patch: added patch to compile with alsa 1.0(pre1)
+
+2002-07-25 Unet <unet AT sourcemage.org>
+ * DETAILS: Updated to 0.8.3
+
+2002-06-12 Unet <unet AT sourcemage.org>
+ * DETAILS, HISTORY: Created this.
+
diff --git a/audio-libs/libid3tag/DEPENDS b/audio-libs/libid3tag/DEPENDS
index 58b8ec7..0445e11 100755
--- a/audio-libs/libid3tag/DEPENDS
+++ b/audio-libs/libid3tag/DEPENDS
@@ -1,2 +1,3 @@
+depends g++ &&
depends libtool &&
depends zlib
diff --git a/audio-libs/libid3tag/DEPENDS~ b/audio-libs/libid3tag/DEPENDS~
new file mode 100755
index 0000000..58b8ec7
--- /dev/null
+++ b/audio-libs/libid3tag/DEPENDS~
@@ -0,0 +1,2 @@
+depends libtool &&
+depends zlib
diff --git a/audio-libs/libid3tag/HISTORY b/audio-libs/libid3tag/HISTORY
index ddc15ae..9cf08f8 100644
--- a/audio-libs/libid3tag/HISTORY
+++ b/audio-libs/libid3tag/HISTORY
@@ -1,3 +1,6 @@
+2007-03-29 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: added dependency on g++
+
2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).
diff --git a/audio-libs/libid3tag/HISTORY~ b/audio-libs/libid3tag/HISTORY~
new file mode 100644
index 0000000..ddc15ae
--- /dev/null
+++ b/audio-libs/libid3tag/HISTORY~
@@ -0,0 +1,29 @@
+2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED (deprecated in favor of
+ PATCHLEVEL).
+
+2006-06-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * CONFIGURE: Deleted, reverted previous edit.
+ * BUILD: Deleted, reverted previous edit.
+
+2006-05-31 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Removed BUILD_API=2, added PATCHLEVEL, tidied
+ SOURCE_URL.
+ * CONFIGURE: Added, configure options for building shared &
+ static libs, debugging, and profiling.
+ * DEPENDS: Added, depends libtool & zlib.
+ * BUILD: Added, use configure options.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2004-08-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.15.1b (thanks to ethx)
+ Added BUILD_API=2
+
+2003-11-22 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS, DETAILS, HISTORY: created the spell
+




Archive powered by MHonArc 2.6.24.

Top of Page