Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2017 11:47:10 +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: r446139 - head/graphics/vapoursynth-fmtconv
Message-ID:  <201707181147.v6IBlAaY015020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jul 18 11:47:09 2017
New Revision: 446139
URL: https://svnweb.freebsd.org/changeset/ports/446139

Log:
  graphics/vapoursynth-fmtconv: disable on non-x86
  
  ../../src/fmtcl/MatrixProc.cpp:362:18: error: out-of-line definition of 'setup_fnc_sse' does not match any declaration in 'fmtcl::MatrixProc'
  void    MatrixProc::setup_fnc_sse (bool int_proc_flag, SplFmt src_fmt, int src_bits, SplFmt dst_fmt, int dst_bits, bool single_plane_flag)
                      ^~~~~~~~~~~~~
  ../../src/fmtcl/MatrixProc.cpp:368:17: error: no member named 'process_1_flt_sse' in 'fmtcl::MatrixProc'; did you mean '::fmtcl::MatrixProc::process_1_flt_cpp'?
                          _proc_ptr = &ThisType::process_1_flt_sse;
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout (aarch64)

Modified:
  head/graphics/vapoursynth-fmtconv/Makefile   (contents, props changed)

Modified: head/graphics/vapoursynth-fmtconv/Makefile
==============================================================================
--- head/graphics/vapoursynth-fmtconv/Makefile	Tue Jul 18 11:37:27 2017	(r446138)
+++ head/graphics/vapoursynth-fmtconv/Makefile	Tue Jul 18 11:47:09 2017	(r446139)
@@ -12,6 +12,9 @@ LICENSE=	WTFPL
 
 BUILD_DEPENDS=	${LOCALBASE}/include/vapoursynth/VapourSynth.h:multimedia/vapoursynth
 
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	https://github.com/EleonoreMizo/fmtconv/issues/8
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	EleonoreMizo
 



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