Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2021 19:22:51 +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: r563230 - head/graphics/vapoursynth-waifu2x-w2xc
Message-ID:  <202101291922.10TJMpp3062287@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jan 29 19:22:51 2021
New Revision: 563230
URL: https://svnweb.freebsd.org/changeset/ports/563230

Log:
  graphics/vapoursynth-waifu2x-w2xc: unbreak after r562653
  
  ./Waifu2x-w2xc/Waifu2x-w2xc.cpp:71:9: error: use of undeclared identifier 'w2xconv_convert_rgb_f32'
      if (w2xconv_convert_rgb_f32(d->conv,
          ^

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

Modified: head/graphics/vapoursynth-waifu2x-w2xc/Makefile
==============================================================================
--- head/graphics/vapoursynth-waifu2x-w2xc/Makefile	Fri Jan 29 19:06:55 2021	(r563229)
+++ head/graphics/vapoursynth-waifu2x-w2xc/Makefile	Fri Jan 29 19:22:51 2021	(r563230)
@@ -19,6 +19,7 @@ GH_ACCOUNT=	HomeOfVapourSynthEvolution
 GH_PROJECT=	VapourSynth-Waifu2x-w2xc
 
 USES=		compiler:c++14-lang localbase:ldflags meson pkgconfig
+CPPFLAGS+=	-DHAVE_OPENCV # https://github.com/DeadSix27/waifu2x-converter-cpp/commit/248797748d5a
 DATADIR=	${PREFIX}/lib/vapoursynth
 DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}
 PORTDATA=	lib${PORTNAME}.so models



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