From owner-svn-ports-all@freebsd.org Sun Aug 9 09:31:25 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CD7E23B1A20; Sun, 9 Aug 2020 09:31:25 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BPYkj4qzYz3cYC; Sun, 9 Aug 2020 09:31:25 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A19A174A8; Sun, 9 Aug 2020 09:31:25 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0799VPN4067730; Sun, 9 Aug 2020 09:31:25 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0799VPbQ067729; Sun, 9 Aug 2020 09:31:25 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202008090931.0799VPbQ067729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 9 Aug 2020 09:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544554 - head/net/liveMedia X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/net/liveMedia X-SVN-Commit-Revision: 544554 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2020 09:31:25 -0000 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