Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (17f841c6b53b5da0c3b5cedfad877cf564280568)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Arjan Bouter <abouter AT sourcemage.org>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (17f841c6b53b5da0c3b5cedfad877cf564280568)
  • Date: Mon, 04 Aug 2008 13:22:34 +0200


GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

audio-soft/icecast/DEPENDS | 4 ++--
audio-soft/icecast/DETAILS | 21 ++++++++++++++-------
audio-soft/icecast/HISTORY | 3 +++
3 files changed, 19 insertions(+), 9 deletions(-)

New commits:
commit 17f841c6b53b5da0c3b5cedfad877cf564280568
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

icecast: version 2.3.2

diff --git a/audio-soft/icecast/DEPENDS b/audio-soft/icecast/DEPENDS
index f7bb39a..4424536 100755
--- a/audio-soft/icecast/DEPENDS
+++ b/audio-soft/icecast/DEPENDS
@@ -1,3 +1,3 @@
depends libvorbis &&
-depends curl &&
-depends libxslt
+depends libxslt &&
+optional_depends curl '' '--without-curl' 'for directory listing support'
diff --git a/audio-soft/icecast/DETAILS b/audio-soft/icecast/DETAILS
index 6bca24e..6a73ff4 100755
--- a/audio-soft/icecast/DETAILS
+++ b/audio-soft/icecast/DETAILS
@@ -1,17 +1,24 @@
SPELL=icecast
- VERSION=2.2.0
+if [ "$ICAST_SNAP" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-trunk
+ SOURCE=$SPELL-trunk-$VERSION.tar.gz
+ SOURCE_URL[0]=http://people.xiph.org/~brendan/snapshots/icecast/$SOURCE
+ SOURCE_IGNORE=volatile
+else
+ VERSION=2.3.2
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.us.xiph.org/releases/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:d951e7f5cbe3daab3ce3b406b37e83c9a12cab1819220d158389d0f33ecc7d6728f3e0cfaaf1bec84b422039ea40f2199fbf52dbc922d63707e201308eeb5972
+
SOURCE_HASH=sha512:c971b1ead32e76e493d95de34297084a6c09d6ade1aa3836c36e58290aec294e57b2729c0f9e2765bd3d7a0d728761b7f5174e8abddb72375a8b24f7df45db34
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
WEB_SITE=http://www.icecast.org/
ENTERED=20020209
- UPDATED=20040519
LICENSE[0]=GPL
KEYWORDS="streaming tools audio"
SHORT="A streaming audio server supporting Ogg Vorbis"
cat << EOF
-This is the development version of IceCast.
-
-Icecast is an internet audio broadcasting system based on Ogg Vorbis
audiotechnology. It allows almost anyone to broadcast an audio stream to as
many people as their bandwidth can support.
+Icecast is an internet audio broadcasting system based on Ogg Vorbis
audiotechnology.
+It allows almost anyone to broadcast an audio stream to as many people as
their
+bandwidth can support.
EOF
diff --git a/audio-soft/icecast/HISTORY b/audio-soft/icecast/HISTORY
index abab900..0f520b2 100644
--- a/audio-soft/icecast/HISTORY
+++ b/audio-soft/icecast/HISTORY
@@ -1,3 +1,6 @@
+2008-07-28 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 2.3.2
Seems you have also added SNAP version but PREPARE or CONFIGURE is missing.

--
Ladislav Hagara



  • Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (17f841c6b53b5da0c3b5cedfad877cf564280568), Ladislav Hagara, 08/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page