From owner-svn-ports-all@freebsd.org Fri May 10 18:56:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5E6115AA657; Fri, 10 May 2019 18:56:49 +0000 (UTC) (envelope-from jbeich@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) server-signature RSA-PSS (4096 bits) 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 7949A86F4D; Fri, 10 May 2019 18:56:49 +0000 (UTC) (envelope-from jbeich@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 4653B85D8; Fri, 10 May 2019 18:56:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4AIun6f057241; Fri, 10 May 2019 18:56:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4AIum7g057240; Fri, 10 May 2019 18:56:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201905101856.x4AIum7g057240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 10 May 2019 18:56:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501193 - in head/multimedia/x265: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia/x265: . files X-SVN-Commit-Revision: 501193 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7949A86F4D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 10 May 2019 18:56:50 -0000 Author: jbeich Date: Fri May 10 18:56:48 2019 New Revision: 501193 URL: https://svnweb.freebsd.org/changeset/ports/501193 Log: multimedia/x265: backport some SVTHEVC fixes Deleted: head/multimedia/x265/files/patch-source_encoder_api.cpp Modified: head/multimedia/x265/Makefile (contents, props changed) head/multimedia/x265/distinfo (contents, props changed) Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Fri May 10 18:56:33 2019 (r501192) +++ head/multimedia/x265/Makefile Fri May 10 18:56:48 2019 (r501193) @@ -3,6 +3,7 @@ PORTNAME= x265 PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= https://downloads.videolan.org/pub/videolan/x265/ \ https://mirror.leaseweb.com/videolan/x265/ \ @@ -12,6 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} PATCH_SITES= http://hg.videolan.org/${PORTNAME}/raw-rev/ PATCHFILES+= 878541319ea1:-p1 a41325fc854f:-p1 # SVT-HEVC +PATCHFILES+= 31ab7e09a3b5:-p1 e16999096b48:-p1 # SVT-HEVC MAINTAINER= mi@aldan.algebra.com COMMENT= H.265/High Efficiency Video Coding (HEVC) format Modified: head/multimedia/x265/distinfo ============================================================================== --- head/multimedia/x265/distinfo Fri May 10 18:56:33 2019 (r501192) +++ head/multimedia/x265/distinfo Fri May 10 18:56:48 2019 (r501193) @@ -5,3 +5,7 @@ SHA256 (878541319ea1) = cb135430143d4d0df4e1d7e5b9d799 SIZE (878541319ea1) = 86799 SHA256 (a41325fc854f) = 5fb5a2d97cecf9920f5800364534f56584dbf805f1e215de9dbdeca025eb3ec8 SIZE (a41325fc854f) = 912 +SHA256 (31ab7e09a3b5) = ecf6349c12cdb060ccbd7dfcf013599208cd9239b1fbc877318f3a779b98b7aa +SIZE (31ab7e09a3b5) = 2927 +SHA256 (e16999096b48) = 7e4cdeb59d172ab0b04c03356ad05a38bec1802f44b64ce56bf3694efe06cc82 +SIZE (e16999096b48) = 1105