Date: Thu, 19 Sep 2019 00:46:11 +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: r512301 - in head/multimedia/svt-av1: . files Message-ID: <201909190046.x8J0kB70019420@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <pthread_np.h> +#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 { \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909190046.x8J0kB70019420>