pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/liblive Update net/liblive to liblive-20080725



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec54ebe46d9c
branches:  trunk
changeset: 545098:ec54ebe46d9c
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Jul 26 14:44:34 2008 +0000

description:
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:

 net/liblive/Makefile |  5 +++--
 net/liblive/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 8ce71bcf1038 -r ec54ebe46d9c net/liblive/Makefile
--- a/net/liblive/Makefile      Sat Jul 26 13:55:46 2008 +0000
+++ b/net/liblive/Makefile      Sat Jul 26 14:44:34 2008 +0000
@@ -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 @@
 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 -r 8ce71bcf1038 -r ec54ebe46d9c net/liblive/distinfo
--- a/net/liblive/distinfo      Sat Jul 26 13:55:46 2008 +0000
+++ b/net/liblive/distinfo      Sat Jul 26 14:44:34 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index