Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2019 04:46:55 +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: r490771 - head/multimedia/webcamoid
Message-ID:  <201901200446.x0K4ktrI026280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Jan 20 04:46:55 2019
New Revision: 490771
URL: https://svnweb.freebsd.org/changeset/ports/490771

Log:
  multimedia/webcamoid: unbreak after r490611
  
   ===>   Installing existing package /packages/All/ffmpeg-4.1_4,1.txz
   [112amd64-default-job-07] Installing ffmpeg-4.1_4,1...
   [112amd64-default-job-07] `-- Installing libva-2.3.0_2...
  -[112amd64-default-job-18] |   `-- Installing v4l_compat-1.6.3_3...
  -[112amd64-default-job-18] |   `-- Extracting v4l_compat-1.6.3_3: .......... done
  
  ===>  Building package for webcamoid-8.1.0_9
  pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4l2sys.so:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4lutils.so:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4l2sys.so:No such file or directory
  pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4lutils.so:No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/webcamoid/Makefile   (contents, props changed)

Modified: head/multimedia/webcamoid/Makefile
==============================================================================
--- head/multimedia/webcamoid/Makefile	Sun Jan 20 02:08:40 2019	(r490770)
+++ head/multimedia/webcamoid/Makefile	Sun Jan 20 04:46:55 2019	(r490771)
@@ -11,6 +11,7 @@ COMMENT=	Full featured webcam suite
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPEDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libavcodec.so:multimedia/ffmpeg \
 		libjack.so:audio/jack \



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