svn commit: r446140 - branches/2017Q3/graphics/vapoursynth-fmtconv

Jan Beich jbeich at FreeBSD.org
Tue Jul 18 11:49:10 UTC 2017


Author: jbeich
Date: Tue Jul 18 11:49:08 2017
New Revision: 446140
URL: https://svnweb.freebsd.org/changeset/ports/446140

Log:
  MFH: r446139
  
  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)
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q3/graphics/vapoursynth-fmtconv/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/graphics/vapoursynth-fmtconv/Makefile
==============================================================================
--- branches/2017Q3/graphics/vapoursynth-fmtconv/Makefile	Tue Jul 18 11:47:09 2017	(r446139)
+++ branches/2017Q3/graphics/vapoursynth-fmtconv/Makefile	Tue Jul 18 11:49:08 2017	(r446140)
@@ -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
 


More information about the svn-ports-all mailing list