Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2019 18:56:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501193 - in head/multimedia/x265: . files
Message-ID:  <201905101856.x4AIum7g057240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905101856.x4AIum7g057240>