svn commit: r409337 - head/multimedia/vlc

Koop Mast kwm at FreeBSD.org
Mon Feb 22 12:32:48 UTC 2016


Author: kwm
Date: Mon Feb 22 12:32:47 2016
New Revision: 409337
URL: https://svnweb.freebsd.org/changeset/ports/409337

Log:
  Add a build depend on v4l_compat when the V4L option is enabled (which is
  by default). So dvb support is enabled and build. This allows vlc to
  understand dvb:// uri's again.
  
  PR:		207397
  Submitted by:	Tobias Kortkamp <t at tobik.me>

Modified:
  head/multimedia/vlc/Makefile

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Mon Feb 22 12:21:22 2016	(r409336)
+++ head/multimedia/vlc/Makefile	Mon Feb 22 12:32:47 2016	(r409337)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	2.2.1
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
@@ -284,6 +284,7 @@ TWOLAME_CONFIGURE_ENABLE=	twolame
 UPNP_LIB_DEPENDS=	libupnp.so:${PORTSDIR}/devel/upnp
 UPNP_CONFIGURE_ENABLE=	upnp
 
+V4L_BUILD_DEPENDS=	v4l_compat>=0:${PORTSDIR}/multimedia/v4l_compat
 V4L_LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
 V4L_CONFIGURE_ENABLE=	v4l2
 


More information about the svn-ports-all mailing list