Package Details: imageplay-git 6.0.0.r3.g4a81026-2

Git Clone URL: https://aur.archlinux.org/imageplay-git.git (read-only, click to copy)
Package Base: imageplay-git
Description: ImagePlay is a rapid prototyping application for image processing
Upstream URL: http://imageplay.io
Keywords: filter image opencv prototyping realtime
Licenses: GPL3
Conflicts: imageplay
Provides: imageplay
Submitter: fabianz
Maintainer: fabianz
Last Packager: fabianz
Votes: 0
Popularity: 0.000000
First Submitted: 2015-08-06 00:51 (UTC)
Last Updated: 2016-05-13 14:28 (UTC)

Latest Comments

fabianz commented on 2016-05-13 14:02 (UTC)

@theodore It fails the same way for me. I suspect some ABI incompatibility from the ld error - will discuss this issue upstream in https://github.com/cpvrlab/ImagePlay/issues/57

theodore commented on 2016-05-12 16:45 (UTC)

@fabianz does it compile for you? Here it fails in the following: IPLUndistort.cpp:(.text+0x1e6b): undefined reference to `vtable for cv::_OutputArray' ../_bin/Release/linux//libIPL.a(IPLUndistort.o): In function `cv::Mat_<double>::operator=(cv::Mat const&)': IPLUndistort.cpp:(.text._ZN2cv4Mat_IdEaSERKNS_3MatE[_ZN2cv4Mat_IdEaSERKNS_3MatE]+0x42): undefined reference to `vtable for cv::_OutputArray' ../_bin/Release/linux//libIPL.a(IPLUndistort.o):IPLUndistort.cpp:(.text._ZN2cv4Mat_IdEaSERKNS_3MatE[_ZN2cv4Mat_IdEaSERKNS_3MatE]+0xec): more undefined references to `vtable for cv::_OutputArray' follow ../_bin/Release/linux//libIPL.a(IPLWarpAffine.o): In function `IPLWarpAffine::processInputData(IPLImage*, int, bool)': IPLWarpAffine.cpp:(.text+0x6c0): undefined reference to `cv::_InputArray::_InputArray(cv::Mat const&)' IPLWarpAffine.cpp:(.text+0x6dd): undefined reference to `cv::_OutputArray::_OutputArray(cv::Mat&)' IPLWarpAffine.cpp:(.text+0x701): undefined reference to `cv::_InputArray::_InputArray(cv::Mat const&)' ../_bin/Release/linux//libIPL.a(IPLWarpPerspective.o): In function `IPLWarpPerspective::processInputData(IPLImage*, int, bool)': IPLWarpPerspective.cpp:(.text+0x740): undefined reference to `cv::_InputArray::_InputArray(cv::Mat const&)' IPLWarpPerspective.cpp:(.text+0x75d): undefined reference to `cv::_OutputArray::_OutputArray(cv::Mat&)' IPLWarpPerspective.cpp:(.text+0x781): undefined reference to `cv::_InputArray::_InputArray(cv::Mat const&)' collect2: error: ld returned 1 exit status Makefile:558: recipe for target '../_bin/Release/linux/imageplay' failed make[1]: *** [../_bin/Release/linux/imageplay] Error 1 make[1]: Leaving directory '/home/theodore/package_builds/imageplay-git/src/ImagePlay/ImagePlay' Makefile:86: recipe for target 'sub-ImagePlay-make_first-ordered' failed make: *** [sub-ImagePlay-make_first-ordered] Error 2 ==> ERROR: A failure occurred in build(). Aborting...