summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Rameau2009-08-30 23:17:32 +0200
committerQuentin Rameau2009-08-30 23:17:32 +0200
commitc9a0340ece15e2539e29d53a191f0681e61610ad (patch)
tree25e0d361d67a554532d2fb75b7d0e391a975f554
parenta5499e6d61914bc630c0fd0231943c1717beb96f (diff)
net/libnemesi: updated to version 0.6.9 (git), added dependencies
-rwxr-xr-xnet/libnemesi/BUILD1
-rwxr-xr-xnet/libnemesi/DEPENDS10
-rwxr-xr-xnet/libnemesi/DETAILS10
-rw-r--r--net/libnemesi/HISTORY7
4 files changed, 22 insertions, 6 deletions
diff --git a/net/libnemesi/BUILD b/net/libnemesi/BUILD
index 6f50b9915a..cff1b8ec5e 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 fe72060c68..8df337a7a6 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 48eb9d37f6..a45808d17a 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 f0ce7c8013..5419c01616 100644
--- a/net/libnemesi/HISTORY
+++ b/net/libnemesi/HISTORY
@@ -1,2 +1,9 @@
+2009-08-30 Quentin Reameau <quinq@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@sourcemage.org>
* CONFIGURE,DETAILS,DEPENDS,HISTORY: created spell
+