Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2017 11:49:09 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r446140 - branches/2017Q3/graphics/vapoursynth-fmtconv
Message-ID:  <201707181149.v6IBn9SA015229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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