Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (c9a0340ece15e2539e29d53a191f0681e61610ad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (c9a0340ece15e2539e29d53a191f0681e61610ad)
  • Date: Sun, 30 Aug 2009 16:19:31 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

net/libnemesi/BUILD | 1 +
net/libnemesi/DEPENDS | 10 +++++++++-
net/libnemesi/DETAILS | 10 +++++-----
net/libnemesi/HISTORY | 7 +++++++
4 files changed, 22 insertions(+), 6 deletions(-)

New commits:
commit c9a0340ece15e2539e29d53a191f0681e61610ad
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

net/libnemesi: updated to version 0.6.9 (git), added dependencies

diff --git a/net/libnemesi/BUILD b/net/libnemesi/BUILD
index 6f50b99..cff1b8e 100755
--- a/net/libnemesi/BUILD
+++ b/net/libnemesi/BUILD
@@ -1,2 +1,3 @@
OPTS="$OPTS $NEMESI_IPV6"
+autoreconf -i &&
default_build
diff --git a/net/libnemesi/DEPENDS b/net/libnemesi/DEPENDS
index fe72060..8df337a 100755
--- a/net/libnemesi/DEPENDS
+++ b/net/libnemesi/DEPENDS
@@ -1 +1,9 @@
-depends netembryo
+depends git &&
+depends autoconf &&
+depends automake &&
+depends netembryo &&
+
+optional_depends lksctp-tools \
+ "--enable-sctp" \
+ "--disable-sctp" \
+ "Enable SCTP support"
diff --git a/net/libnemesi/DETAILS b/net/libnemesi/DETAILS
index 48eb9d3..a45808d 100755
--- a/net/libnemesi/DETAILS
+++ b/net/libnemesi/DETAILS
@@ -1,15 +1,15 @@
SPELL=libnemesi
- VERSION=0.6.4-rc2
+ VERSION=0.6.9
+ BRANCH=${VERSION%.9}
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://live.polito.it/files/downloads/libnemesi/$SOURCE
-
SOURCE_HASH=sha512:d7524faf55a402aa86be14faa05777657083642e7d9b63ae985424f261d4f0d67ff802c9fc5048b9444b1c8bd94555096b692591ba4e034ff0d00d407613ce1a
- WEB_SITE=http://live.polito.it/libnemesi
+
SOURCE_URL[0]=git://git.lscube.org/libnemesi:$SPELL-$VERSION:origin/${BRANCH}
+ SOURCE_IGNORE=volatile
+ WEB_SITE=http://lscube.org/projects/libnemesi/
LICENSE[0]=LGPL
ENTERED=20081114
KEYWORDS="network"
SHORT="RTP/RTCP/RTSP library"
-
cat << EOF
Libnemesi let you add multimedia streaming playback in your applications in
a quick and straightforward way. This software, derived from the experience
diff --git a/net/libnemesi/HISTORY b/net/libnemesi/HISTORY
index f0ce7c8..5419c01 100644
--- a/net/libnemesi/HISTORY
+++ b/net/libnemesi/HISTORY
@@ -1,2 +1,9 @@
+2009-08-30 Quentin Reameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 0.6.9 (now uses git), urls updated
+ * DEPENDS: added dependencies for git, autoconf, automake
+ added optional support for SCTP with lksctp-tools
+ * BUILD: added autoreconf command
+
2008-11-14 Arjan Bouter <abouter AT sourcemage.org>
* CONFIGURE,DETAILS,DEPENDS,HISTORY: created spell
+



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (c9a0340ece15e2539e29d53a191f0681e61610ad), Quentin Rameau, 08/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page