Date: Mon, 22 Feb 2016 12:32:47 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409337 - head/multimedia/vlc Message-ID: <201602221232.u1MCWlgO051205@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602221232.u1MCWlgO051205>