Date: Sun, 15 Jul 2018 20:12:54 +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: r474710 - in head/multimedia/vapoursynth: . files Message-ID: <201807152012.w6FKCsUa075763@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Jul 15 20:12:53 2018 New Revision: 474710 URL: https://svnweb.freebsd.org/changeset/ports/474710 Log: multimedia/vapoursynth: update to R44 Changes: http://www.vapoursynth.com/2018/07/r44-speeding-up-slightly/ Changes: https://github.com/vapoursynth/vapoursynth/blob/R44/ChangeLog Modified: head/multimedia/vapoursynth/Makefile (contents, props changed) head/multimedia/vapoursynth/distinfo (contents, props changed) head/multimedia/vapoursynth/files/patch-non-x86 (contents, props changed) Modified: head/multimedia/vapoursynth/Makefile ============================================================================== --- head/multimedia/vapoursynth/Makefile Sun Jul 15 20:12:33 2018 (r474709) +++ head/multimedia/vapoursynth/Makefile Sun Jul 15 20:12:53 2018 (r474710) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= vapoursynth -PORTVERSION= R43 -PORTREVISION= 1 +PORTVERSION= R44 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/vapoursynth/distinfo ============================================================================== --- head/multimedia/vapoursynth/distinfo Sun Jul 15 20:12:33 2018 (r474709) +++ head/multimedia/vapoursynth/distinfo Sun Jul 15 20:12:53 2018 (r474710) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517427600 -SHA256 (vapoursynth-vapoursynth-R43_GH0.tar.gz) = 5c80d583f6891f4f5840edf09bc207c2e71653786b07606fdb4a164fd67470c2 -SIZE (vapoursynth-vapoursynth-R43_GH0.tar.gz) = 590554 +TIMESTAMP = 1531494777 +SHA256 (vapoursynth-vapoursynth-R44_GH0.tar.gz) = 3459aa903c42b2f87a634ee705fcc3dd251729bd179e8ab4684a50bd7415930a +SIZE (vapoursynth-vapoursynth-R44_GH0.tar.gz) = 595344 Modified: head/multimedia/vapoursynth/files/patch-non-x86 ============================================================================== --- head/multimedia/vapoursynth/files/patch-non-x86 Sun Jul 15 20:12:33 2018 (r474709) +++ head/multimedia/vapoursynth/files/patch-non-x86 Sun Jul 15 20:12:53 2018 (r474710) @@ -1,6 +1,6 @@ ---- src/core/cpufeatures.c.orig 2016-02-02 16:12:42 UTC +--- src/core/cpufeatures.c.orig 2018-07-13 15:12:57 UTC +++ src/core/cpufeatures.c -@@ -60,7 +60,7 @@ void getCPUFeatures(CPUFeatures *cpuFeat +@@ -69,7 +69,7 @@ void getCPUFeatures(CPUFeatures *cpuFeatures) { } } } @@ -13,21 +13,21 @@ #endif } #else --#error Do not know how to get CPU features. +-#warning "Do not know how to get CPU features." +void getCPUFeatures(CPUFeatures *cpuFeatures) { + memset(cpuFeatures, 0, sizeof(CPUFeatures)); + + cpuFeatures->can_run_vs = 1; +} #endif ---- src/core/cpufeatures.h.orig 2016-02-02 16:12:42 UTC +--- src/core/cpufeatures.h.orig 2018-07-13 15:12:57 UTC +++ src/core/cpufeatures.h -@@ -51,8 +51,6 @@ typedef struct CPUFeatures { +@@ -59,8 +59,6 @@ typedef struct CPUFeatures { char efp_double; char dfp; char vsx; -#else --#error No VS_TARGET_CPU_* defined/handled! +-#warning "No VS_TARGET_CPU_* defined/handled!" #endif } CPUFeatures;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807152012.w6FKCsUa075763>