Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 10:26:42 +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: r397046 - in head: net-im/skype net-im/skype-devel net-im/skype4 x11-drivers/xf86-input-wacom
Message-ID:  <201509161026.t8GAQgdI026358@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Sep 16 10:26:41 2015
New Revision: 397046
URL: https://svnweb.freebsd.org/changeset/ports/397046

Log:
  multimedia/webcamd: clarify version requirements in consumers
  
  webcamd exposes V4L/DVB/EVDEV/etc devices with consumer ABI configured
  by v4l_compat version during build. Drop >0 dummy as V4L is available
  since day 1 and we only want the daemon. This syncs RUN_DEPENDS with:
  
    multimedia/gstreamer-plugins-v4l2
    multimedia/gstreamer1-plugins-v4l2

Modified:
  head/net-im/skype-devel/Makefile   (contents, props changed)
  head/net-im/skype/Makefile   (contents, props changed)
  head/net-im/skype4/Makefile   (contents, props changed)
  head/x11-drivers/xf86-input-wacom/Makefile   (contents, props changed)

Modified: head/net-im/skype-devel/Makefile
==============================================================================
--- head/net-im/skype-devel/Makefile	Wed Sep 16 10:07:58 2015	(r397045)
+++ head/net-im/skype-devel/Makefile	Wed Sep 16 10:26:41 2015	(r397046)
@@ -46,7 +46,7 @@ USE_LINUX_APPS+=dri
 .endif
 
 .if ${PORT_OPTIONS:MVIDEO}
-RUN_DEPENDS+=	webcamd>0:${PORTSDIR}/multimedia/webcamd
+RUN_DEPENDS+=	webcamd:${PORTSDIR}/multimedia/webcamd
 USE_LINUX_APPS+=libv4l
 SUB_LIST+=	VIDEO="LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so "
 .else

Modified: head/net-im/skype/Makefile
==============================================================================
--- head/net-im/skype/Makefile	Wed Sep 16 10:07:58 2015	(r397045)
+++ head/net-im/skype/Makefile	Wed Sep 16 10:26:41 2015	(r397046)
@@ -42,7 +42,7 @@ USE_LINUX_APPS+=dri
 .endif
 
 .if ${PORT_OPTIONS:MVIDEO}
-RUN_DEPENDS+=	webcamd>0:${PORTSDIR}/multimedia/webcamd
+RUN_DEPENDS+=	webcamd:${PORTSDIR}/multimedia/webcamd
 USE_LINUX_APPS+=libv4l
 SUB_LIST+=	VIDEO="LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so "
 .else

Modified: head/net-im/skype4/Makefile
==============================================================================
--- head/net-im/skype4/Makefile	Wed Sep 16 10:07:58 2015	(r397045)
+++ head/net-im/skype4/Makefile	Wed Sep 16 10:26:41 2015	(r397046)
@@ -44,7 +44,7 @@ NVIDIA_GL_USE_OFF=	LINUX_APPS=dri
 
 .include <bsd.port.options.mk>
 .if ${PORT_OPTIONS:MVIDEO}
-RUN_DEPENDS+=	webcamd>0:${PORTSDIR}/multimedia/webcamd
+RUN_DEPENDS+=	webcamd:${PORTSDIR}/multimedia/webcamd
 USE_LINUX_APPS+=	libv4l
 SUB_LIST+=	VIDEO="LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so "
 .else

Modified: head/x11-drivers/xf86-input-wacom/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-wacom/Makefile	Wed Sep 16 10:07:58 2015	(r397045)
+++ head/x11-drivers/xf86-input-wacom/Makefile	Wed Sep 16 10:26:41 2015	(r397046)
@@ -12,7 +12,7 @@ COMMENT=	X.Org Wacom tablet driver
 LICENSE=	GPLv2 # or any later version
 
 BUILD_DEPENDS=	v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat
-RUN_DEPENDS=	webcamd>0:${PORTSDIR}/multimedia/webcamd
+RUN_DEPENDS=	webcamd>=3.1.0.1:${PORTSDIR}/multimedia/webcamd
 
 USES=		tar:bzip2 pathfix pkgconfig libtool
 USE_XORG=	xrandr xinerama



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