Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8ba5fc9b54774d487f69e4edfea38ab75e97547f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8ba5fc9b54774d487f69e4edfea38ab75e97547f)
  • Date: Sun, 22 Mar 2009 19:53:07 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-soft/vorbis-tools/DEPENDS | 16 +++++++++++++---
audio-soft/vorbis-tools/DETAILS | 17 ++++++++---------
audio-soft/vorbis-tools/HISTORY | 6 +++++-
audio-soft/vorbis-tools/PRE_BUILD | 4 ----
4 files changed, 26 insertions(+), 17 deletions(-)

New commits:
commit 8ba5fc9b54774d487f69e4edfea38ab75e97547f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

vorbis-tools: => 1.2.0

diff --git a/audio-soft/vorbis-tools/DEPENDS b/audio-soft/vorbis-tools/DEPENDS
index db9791f..1c847ba 100755
--- a/audio-soft/vorbis-tools/DEPENDS
+++ b/audio-soft/vorbis-tools/DEPENDS
@@ -1,3 +1,13 @@
-depends libvorbis &&
-depends libao &&
-depends curl
+depends libvorbis &&
+depends libao &&
+depends curl &&
+
+optional_depends flac \
+ "--with-flac" \
+ "--without-flac" \
+ "for FLAC support" &&
+
+optional_depends speex \
+ "--with-speex" \
+ "--without-speex" \
+ "for Speex support"
diff --git a/audio-soft/vorbis-tools/DETAILS b/audio-soft/vorbis-tools/DETAILS
index 325b6e3..f722a15 100755
--- a/audio-soft/vorbis-tools/DETAILS
+++ b/audio-soft/vorbis-tools/DETAILS
@@ -1,18 +1,17 @@
SPELL=vorbis-tools
- VERSION=1.1.1
+ VERSION=1.2.0
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://downloads.xiph.org/releases/vorbis/$SOURCE
-
SOURCE_HASH=sha512:0854489b67652a2d5db12a356370ce52922f668fbfaf8ed25b4f6498b0f32811bc61ad917835f2d2f5b98393140339cb2d149e4afa5640e60d7bdccf5bcbdcca
+
SOURCE_HASH=sha512:8bc5a619ea5b0eb912eaaa14331c00fd7d3075a1eb3e60aff93df4586bcfc4a5ed02c235952d87a8d2f6ebbf7ec9625d219c466b8a94ca510cc319a4b8deb2f9
WEB_SITE=http://www.xiph.org/ogg/vorbis/
ENTERED=20010922
- PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="tools audio"
- SHORT="Tools to create and play Ogg Vorbis files."
+ SHORT="tools to create and play Ogg Vorbis files"
cat << EOF
-Ogg Vorbis is a high-quality lossy audio codec which is free of
-intellectual property restrictions (like those surrounding MP3). These
-are the tools that one needs to create and play Ogg Vorbis files on the
-commandline, as well as a simple commentor.
+Ogg Vorbis is a high-quality lossy audio codec which is free of intellectual
+property restrictions (like those surrounding MP3). These are the tools that
one
+needs to create and play Ogg Vorbis files on the commandline, as well as a
+simple commentor.
EOF
diff --git a/audio-soft/vorbis-tools/HISTORY b/audio-soft/vorbis-tools/HISTORY
index 24307d0..1e441da 100644
--- a/audio-soft/vorbis-tools/HISTORY
+++ b/audio-soft/vorbis-tools/HISTORY
@@ -1,3 +1,8 @@
+2009-03-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.0; quoting paths; fixed descs
+ * PRE_BUILD: removed, not needed anymore
+ * DEPENDS: added missing deps; cleaned up
+
2007-01-07 George Sherwood <george AT beernabeer.com>
* DETAILS: PATCHLEVEL++. Removed UPDATED.
* PRE_BUILD: Added with sedit to delete deprecated curl api.
@@ -23,4 +28,3 @@

2002-06-12 Unet <unet AT sourcemage.org>
* Created this.
-
diff --git a/audio-soft/vorbis-tools/PRE_BUILD
b/audio-soft/vorbis-tools/PRE_BUILD
deleted file mode 100755
index 5e24170..0000000
--- a/audio-soft/vorbis-tools/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sedit '119 d' ogg123/http_transport.c
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8ba5fc9b54774d487f69e4edfea38ab75e97547f), Vlad Glagolev, 03/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page