svn commit: r563230 - head/graphics/vapoursynth-waifu2x-w2xc

Jan Beich jbeich at FreeBSD.org
Fri Jan 29 19:22:52 UTC 2021


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


More information about the svn-ports-all mailing list