svn commit: r474911 - head/multimedia/x265

Jan Beich jbeich at FreeBSD.org
Wed Jul 18 22:49:54 UTC 2018


Author: jbeich
Date: Wed Jul 18 22:49:53 2018
New Revision: 474911
URL: https://svnweb.freebsd.org/changeset/ports/474911

Log:
  multimedia/x265: unbreak on non-x86 archs after r474814
  
  common/param.cpp:636:24: error: no matching function for call to 'parseCpuName'
              p->cpuid = parseCpuName(value, bError);
                         ^~~~~~~~~~~~
  common/param.h:36:7: note: candidate function not viable: requires 3 arguments, but 2 were provided
  int   parseCpuName(const char *value, bool& bError, bool bEnableavx512);
        ^
  
  Approved by:	portmgr blanket (unblock ffmpeg consumers)

Modified:
  head/multimedia/x265/Makefile   (contents, props changed)
  head/multimedia/x265/distinfo   (contents, props changed)

Modified: head/multimedia/x265/Makefile
==============================================================================
--- head/multimedia/x265/Makefile	Wed Jul 18 22:48:08 2018	(r474910)
+++ head/multimedia/x265/Makefile	Wed Jul 18 22:49:53 2018	(r474911)
@@ -10,6 +10,9 @@ MASTER_SITES=	https://downloads.videolan.org/pub/video
 		http://mirror.leaseweb.com/videolan/x265/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
+PATCH_SITES=	http://hg.videolan.org/${PORTNAME}/raw-rev/
+PATCHFILES=	450421921079:-p2
+
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	H.265/High Efficiency Video Coding (HEVC) format
 

Modified: head/multimedia/x265/distinfo
==============================================================================
--- head/multimedia/x265/distinfo	Wed Jul 18 22:48:08 2018	(r474910)
+++ head/multimedia/x265/distinfo	Wed Jul 18 22:49:53 2018	(r474911)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1531665864
 SHA256 (x265_2.8.tar.gz) = 6e59f9afc0c2b87a46f98e33b5159d56ffb3558a49d8e3d79cb7fdc6b7aaa863
 SIZE (x265_2.8.tar.gz) = 1379551
+SHA256 (450421921079) = 015d99bbcc60e184293cd86879f54d6f78559c9ff2cda32c5ad54e6113bc7fca
+SIZE (450421921079) = 703


More information about the svn-ports-all mailing list