svn commit: r544554 - head/net/liveMedia

Tobias C. Berner tcberner at FreeBSD.org
Sun Aug 9 09:31:25 UTC 2020


Author: tcberner
Date: Sun Aug  9 09:31:24 2020
New Revision: 544554
URL: https://svnweb.freebsd.org/changeset/ports/544554

Log:
  net/liveMedia: update to 2020.08.09
  
  2020.08.09:
  - Changed the parameter signature of the "RawVideoRTPSink" constructor and "createNew()"
    functions so that the "width" parameter comes before the "height" parameter.  This order
    - "width", "height" - is more common, and is the order used when these parameters are
    defined in RFC 4175.
    IMPORTANT NOTE: Because the types of these two parameters are the same, existing application
    code that uses "RawVideoRTPSink" will compile without error; however, it will not work
    properly unless the order of the parameters in the call to "RawVideoRTPSink::createNew()"
    is changed.
  
  The sole consumer multimedia/vlc does not use RawVideoRTPSink, so no patching is required.

Modified:
  head/net/liveMedia/Makefile
  head/net/liveMedia/distinfo

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Sun Aug  9 09:14:18 2020	(r544553)
+++ head/net/liveMedia/Makefile	Sun Aug  9 09:31:24 2020	(r544554)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liveMedia
-DISTVERSION=	2020.08.05
+DISTVERSION=	2020.08.09
 PORTEPOCH=	2
 CATEGORIES=	net devel
 MASTER_SITES=	http://www.live555.com/liveMedia/public/ \

Modified: head/net/liveMedia/distinfo
==============================================================================
--- head/net/liveMedia/distinfo	Sun Aug  9 09:14:18 2020	(r544553)
+++ head/net/liveMedia/distinfo	Sun Aug  9 09:31:24 2020	(r544554)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596963743
-SHA256 (live.2020.08.05.tar.gz) = ba56099502a423149437a0654199540ece6c17b064aeb86831b0d929c3c4328c
-SIZE (live.2020.08.05.tar.gz) = 677414
+TIMESTAMP = 1596965175
+SHA256 (live.2020.08.09.tar.gz) = 5f64fd33513861303a164e34aca64213b80ec6c6cee10e467ec3d0954393392f
+SIZE (live.2020.08.09.tar.gz) = 677449


More information about the svn-ports-all mailing list