summaryrefslogtreecommitdiff
path: root/net/liblive
diff options
context:
space:
mode:
authortonio <tonio>2008-07-26 14:44:34 +0000
committertonio <tonio>2008-07-26 14:44:34 +0000
commit6967e448a8b66053626ad4bacf579baf4418f8b5 (patch)
tree734c076de0e0e78556ddad29a2469482deb5ad7a /net/liblive
parent740ebd8eb9cdbb101a7ffbc0a1811d88087f8708 (diff)
downloadpkgsrc-6967e448a8b66053626ad4bacf579baf4418f8b5.tar.gz
Update net/liblive to liblive-20080725
2008.07.25: - Minor bug fix to "MPEG2TransportStreamFramer" (reset "fTSPCRCount" in "doStopGettingFrames()"). (Thanks to Qiujian Shu for reporting this bug.) - Modified the previous changes to "QuickTimeFileSink" and "AVIFileSink" so that the "createNew()" functions return NULL if the output file cannot be opened. 2008.07.24: - Changed "MultiFramedRTPSource" to handle the very first packet that we receive as if there were packet loss beforehand. This ensures that we correctly discard any initial packets that we receive that occur after the start of a (multi-packet) frame. - Fixed "QuickTimeFileSink" and "AVIFileSink" to close the output file (if it's not stdout or stderr) in the destructor, 2008.07.22: - Fixed "MPEG2TransportStreamMultiplexor" to use an appropriate stream for our SCR, even if the input contained its own Program Stream Map. - More minor changes to the code to make Erik Hovland's code-checking tools happy. 2008.07.06: - Corrected one of Erik Hovland's memory leak fixes made to the previous revision.
Diffstat (limited to 'net/liblive')
-rw-r--r--net/liblive/Makefile5
-rw-r--r--net/liblive/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/net/liblive/Makefile b/net/liblive/Makefile
index 3ee8eac6e30..aa4c31022f0 100644
--- a/net/liblive/Makefile
+++ b/net/liblive/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2008/07/17 10:11:19 ahoka Exp $
+# $NetBSD: Makefile,v 1.17 2008/07/26 14:44:34 tonio Exp $
#
-DISTNAME= live.2008.07.06
+DISTNAME= live.2008.07.25
PKGNAME= lib${DISTNAME:S/./-/:S/.//g}
CATEGORIES= net
MASTER_SITES= http://www.live555.com/liveMedia/public/
@@ -21,6 +21,7 @@ INSTALLATION_DIRS= bin lib
do-configure:
${CP} ${FILESDIR}/config.netbsd ${WRKSRC}
${CP} ${FILESDIR}/config.netbsd ${WRKSRC}/config.dragonfly
+ ${CP} ${FILESDIR}/config.netbsd ${WRKSRC}/config.darwin
cd ${WRKSRC} && ${SH} ./genMakefiles ${LOWER_OPSYS}
do-install:
diff --git a/net/liblive/distinfo b/net/liblive/distinfo
index f7126bc7bb6..cdc3c8ee68c 100644
--- a/net/liblive/distinfo
+++ b/net/liblive/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2008/07/17 10:11:19 ahoka Exp $
+$NetBSD: distinfo,v 1.8 2008/07/26 14:44:34 tonio Exp $
-SHA1 (live.2008.07.06.tar.gz) = 4857d5f095abdd93fe1292b5703412ea9452cd8f
-RMD160 (live.2008.07.06.tar.gz) = ae9242e85aca30838ffe6e7f59d1368b96a2f808
-Size (live.2008.07.06.tar.gz) = 449589 bytes
+SHA1 (live.2008.07.25.tar.gz) = fbc84b2b16212a2891d587bff48bfb8822716a7c
+RMD160 (live.2008.07.25.tar.gz) = c3a7e8c79ca54753803389e2d0fc9d18fe8c27e6
+Size (live.2008.07.25.tar.gz) = 449624 bytes