[Lunar-commits] <moonbase> live555: Version bump and adjusting the BUILD per build.lunar changes.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Jun 16 17:57:50 CEST 2011
commit 25f189eac7c25b64d3c2d2eeab169f27bf0145b2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Jun 16 11:57:50 2011 -0400
live555: Version bump and adjusting the BUILD per build.lunar changes.
---
net/live555/BUILD | 10 +++++-----
net/live555/DETAILS | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/net/live555/BUILD b/net/live555/BUILD
index 724cf15..e20a5a2 100644
--- a/net/live555/BUILD
+++ b/net/live555/BUILD
@@ -4,16 +4,16 @@
if [ -d $INST_DIR ] ; then
mkdir -p $INST_DIR
- fi &&
+ fi
if [ `arch` == "x86_64" ] ; then
./genMakefiles linux-64bit
else
./genMakefiles linux
- fi &&
+ fi
- make &&
- prepare_install &&
+ make
+ prepare_install
cp -rf . $INST_DIR
-) > $C_FIFO 2>&1
+)
diff --git a/net/live555/DETAILS b/net/live555/DETAILS
index 865b163..7ba9e59 100644
--- a/net/live555/DETAILS
+++ b/net/live555/DETAILS
@@ -1,13 +1,13 @@
MODULE=live555
- VERSION=2011.03.14
+ VERSION=2011.06.16
SOURCE=live.$VERSION.tar.gz
SOURCE_URL[0]=http://www.live555.com/liveMedia/public
SOURCE_URL[1]=http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles
SOURCE_DIRECTORY=$BUILD_DIRECTORY/live
- SOURCE_VFY=sha1:f1c1242409fe0001ea7fce70b2ea37e0bad05dd5
+ SOURCE_VFY=sha1:bf6610c46bd8ea6730f81290d6eb7b64756729aa
WEB_SITE=http://www.live555.com/liveMedia/#config-unix
ENTERED=20090311
- UPDATED=20110317
+ UPDATED=20110616
SHORT="libraries for multimedia streaming RTP/RTCP, RTSP, SIP"
cat << EOF
More information about the Lunar-commits
mailing list