Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (7d6db2be752109ee026b8e0d2d7897b55def7ae8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (7d6db2be752109ee026b8e0d2d7897b55def7ae8)
  • Date: Sat, 6 Jan 2007 23:43:27 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

audio-soft/vorbis-tools/DETAILS | 2 +-
audio-soft/vorbis-tools/HISTORY | 4 ++++
audio-soft/vorbis-tools/PRE_BUILD | 4 ++++
3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 7d6db2be752109ee026b8e0d2d7897b55def7ae8
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

vorbis-tools: Added PRE_BUILD to delete use of deprecated curl api as
described as the fix on the curl mailing list. PATCHLEVEL++

diff --git a/audio-soft/vorbis-tools/DETAILS b/audio-soft/vorbis-tools/DETAILS
index 84018e8..325b6e3 100755
--- a/audio-soft/vorbis-tools/DETAILS
+++ b/audio-soft/vorbis-tools/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_HASH=sha512:0854489b67652a2d5db12a356370ce52922f668fbfaf8ed25b4f6498b0f32811bc61ad917835f2d2f5b98393140339cb2d149e4afa5640e60d7bdccf5bcbdcca
WEB_SITE=http://www.xiph.org/ogg/vorbis/
ENTERED=20010922
- UPDATED=20020725
+ PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="tools audio"
SHORT="Tools to create and play Ogg Vorbis files."
diff --git a/audio-soft/vorbis-tools/HISTORY b/audio-soft/vorbis-tools/HISTORY
index 50b387f..215df28 100644
--- a/audio-soft/vorbis-tools/HISTORY
+++ b/audio-soft/vorbis-tools/HISTORY
@@ -1,3 +1,7 @@
+2007-01-07 George Sherwood <george AT beernabeer.com>
+ * DETAILS: PATCHLEVEL++. Removed UPDATED.
+ * PRE_BUILD: Added with sedit to delete deprecated curl api.
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/audio-soft/vorbis-tools/PRE_BUILD
b/audio-soft/vorbis-tools/PRE_BUILD
new file mode 100755
index 0000000..5e24170
--- /dev/null
+++ b/audio-soft/vorbis-tools/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit '119 d' ogg123/http_transport.c
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (7d6db2be752109ee026b8e0d2d7897b55def7ae8), George Sherwood, 01/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page