svn commit: r376679 - head/emulators/wine

Gerald Pfeifer gerald at FreeBSD.org
Sat Jan 10 09:27:54 UTC 2015


Author: gerald
Date: Sat Jan 10 09:27:53 2015
New Revision: 376679
URL: https://svnweb.freebsd.org/changeset/ports/376679
QAT: https://qat.redports.org/buildarchive/r376679/

Log:
  Add optional support for V4L (off by default).
  
  With this, the wine and wine-devel ports are in sync as much as
  possible.

Modified:
  head/emulators/wine/Makefile

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sat Jan 10 09:27:51 2015	(r376678)
+++ head/emulators/wine/Makefile	Sat Jan 10 09:27:53 2015	(r376679)
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+=--verbose --disable-test
 		--with-oss \
 		--without-sane \
 		--without-tiff \
-		--without-v4l --without-xinerama
+		--without-xinerama
 CONFIGURE_ENV=	FLEX="${LOCALBASE}/bin/flex"
 WINELIBDIR?=	${PREFIX}/lib
 .if !defined(USE_LDCONFIG32)
@@ -50,7 +50,7 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 
 PORTDATA=	generic.ppd l_intl.nls wine.inf
 
-OPTIONS_DEFINE=	CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL WINEMAKER X11 GECKO MONO
+OPTIONS_DEFINE=	CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL V4L WINEMAKER X11 GECKO MONO
 OPTIONS_DEFAULT=X11
 OPTIONS_SUB=	yes
 
@@ -89,6 +89,9 @@ MPG123_LIB_DEPENDS=	libmpg123.so:${PORTS
 OPENAL_CONFIGURE_WITH=	openal
 OPENAL_USES=		openal
 
+V4L_CONFIGURE_WITH=	v4l
+V4L_LIB_DEPENDS=	libv4l1.so:${PORTSDIR}/multimedia/libv4l
+
 WINEMAKER_RUN_DEPENDS=	p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
 
 X11_CONFIGURE_WITH=	x cms fontconfig freetype glu jpeg opengl png xinput2 xrandr xrender


More information about the svn-ports-all mailing list