From owner-svn-ports-head@freebsd.org Thu Sep 19 00:46:11 2019 Return-Path: Delivered-To: svn-ports-head@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 D6FA1EB8F0; Thu, 19 Sep 2019 00:46:11 +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 46YdSg5RFFz3yVS; Thu, 19 Sep 2019 00:46:11 +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 867F354A8; Thu, 19 Sep 2019 00:46:11 +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 x8J0kBU2019424; Thu, 19 Sep 2019 00:46:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8J0kB70019420; Thu, 19 Sep 2019 00:46:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201909190046.x8J0kB70019420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 19 Sep 2019 00:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512301 - in head/multimedia/svt-av1: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia/svt-av1: . files X-SVN-Commit-Revision: 512301 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2019 00:46:11 -0000 Author: jbeich Date: Thu Sep 19 00:46:10 2019 New Revision: 512301 URL: https://svnweb.freebsd.org/changeset/ports/512301 Log: multimedia/svt-av1: update to 0.6.0.358 Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/4f180cce...48c155aa Modified: head/multimedia/svt-av1/Makefile (contents, props changed) head/multimedia/svt-av1/distinfo (contents, props changed) head/multimedia/svt-av1/files/patch-Source_Lib_Codec_EbThreads.h (contents, props changed) Modified: head/multimedia/svt-av1/Makefile ============================================================================== --- head/multimedia/svt-av1/Makefile Thu Sep 19 00:45:59 2019 (r512300) +++ head/multimedia/svt-av1/Makefile Thu Sep 19 00:46:10 2019 (r512301) @@ -2,8 +2,8 @@ PORTNAME= svt-av1 DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0-346 -DISTVERSIONSUFFIX= -g4f180cce +DISTVERSION= 0.6.0-358 +DISTVERSIONSUFFIX= -g48c155aa CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/svt-av1/distinfo ============================================================================== --- head/multimedia/svt-av1/distinfo Thu Sep 19 00:45:59 2019 (r512300) +++ head/multimedia/svt-av1/distinfo Thu Sep 19 00:46:10 2019 (r512301) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568415415 -SHA256 (OpenVisualCloud-SVT-AV1-v0.6.0-346-g4f180cce_GH0.tar.gz) = 68e5e1ad8eb36a8c59a81be5f47371ba3dd6a2b7f6fcd425e171ce57bfdef45c -SIZE (OpenVisualCloud-SVT-AV1-v0.6.0-346-g4f180cce_GH0.tar.gz) = 2841990 +TIMESTAMP = 1568842406 +SHA256 (OpenVisualCloud-SVT-AV1-v0.6.0-358-g48c155aa_GH0.tar.gz) = 97e0c00e6150ea8e5e007540cc8d14ad010101082871f996116a52ab95d3e0e0 +SIZE (OpenVisualCloud-SVT-AV1-v0.6.0-358-g48c155aa_GH0.tar.gz) = 2857686 Modified: head/multimedia/svt-av1/files/patch-Source_Lib_Codec_EbThreads.h ============================================================================== --- head/multimedia/svt-av1/files/patch-Source_Lib_Codec_EbThreads.h Thu Sep 19 00:45:59 2019 (r512300) +++ head/multimedia/svt-av1/files/patch-Source_Lib_Codec_EbThreads.h Thu Sep 19 00:46:10 2019 (r512301) @@ -5,12 +5,12 @@ Source/Lib/Codec/EbThreads.h:100:11: error: unknown ty extern cpu_set_t groupAffinity; ^ ---- Source/Lib/Common/Codec/EbThreads.h.orig 2019-02-14 00:36:54 UTC +--- Source/Lib/Common/Codec/EbThreads.h.orig 2019-09-18 21:33:26 UTC +++ Source/Lib/Common/Codec/EbThreads.h -@@ -95,7 +95,14 @@ extern EB_BOOL alternateGroups; - #else - #define __USE_GNU +@@ -99,8 +99,15 @@ extern "C" { + #ifndef _GNU_SOURCE #define _GNU_SOURCE + #endif +#ifdef __FreeBSD__ +#define cpu_set_t cpuset_t +#else @@ -20,5 +20,6 @@ extern cpu_set_t groupAffinity; +#if defined(__DragonFly__) || defined(__FreeBSD__) +#include +#endif - extern cpu_set_t groupAffinity; - #define EB_CREATETHREAD(type, pointer, nElements, pointerClass, threadFunction, threadContext) \ + extern cpu_set_t group_affinity; + #define EB_CREATE_THREAD(pointer, thread_function, thread_context) \ + do { \