Date: Sun, 9 Aug 2020 09:31:25 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544554 - head/net/liveMedia Message-ID: <202008090931.0799VPbQ067729@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008090931.0799VPbQ067729>