aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libxine
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2008-05-18 15:26:45 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2008-05-18 15:26:45 +0000
commit03c2de95ff58c64d4012a9e746772efd13fdecf7 (patch)
tree606dcf7347d7bf23c94d0d123fe9aa1733be32a2 /multimedia/libxine
parent48ed602aa25d0853e65ecdde5c6a14555b1e734e (diff)
Notes
Diffstat (limited to 'multimedia/libxine')
-rw-r--r--multimedia/libxine/Makefile9
-rw-r--r--multimedia/libxine/pkg-plist2
2 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index f32f8348933e..d89512dcb260 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -58,6 +58,7 @@ OPTIONS= ARTS "Enable aRts support" off \
GNOMEVFS2 "Enable GnomeVFS2 support" off \
PULSEAUDIO "Enable PulseAudio support" off \
XVMC "Enable XvMC support" off \
+ XCB "Enable XCB support" off \
SMB "Enable SMB protocol support" off \
AALIB "Enable aalib support" off \
IMAGEMAGICK "Enable ImageMagick support" off \
@@ -135,6 +136,14 @@ CONFIGURE_ARGS+= --disable-xvmc
PLIST_SUB+= WITH_XVMC="@comment "
.endif
+.if defined(WITH_XCB)
+LIB_DEPENDS+= xcb.1:${PORTSDIR}/x11/libxcb
+PLIST_SUB+= WITH_XCB=""
+.else
+PLIST_SUB+= WITH_XCB="@comment "
+CONFIGURE_ARGS+= --without-xcb
+.endif
+
.if defined(WITH_SMB)
LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient
PLIST_SUB+= WITH_SMB=""
diff --git a/multimedia/libxine/pkg-plist b/multimedia/libxine/pkg-plist
index fb44af4d2986..f3199a3fee5c 100644
--- a/multimedia/libxine/pkg-plist
+++ b/multimedia/libxine/pkg-plist
@@ -144,6 +144,8 @@ lib/libxine.so.1
%%PLUGINSDIR%%/xineplug_vo_out_raw.so
%%PLUGINSDIR%%/xineplug_vo_out_sdl.so
%%WITH_VIDIX%%%%PLUGINSDIR%%/xineplug_vo_out_vidix.so
+%%WITH_XCB%%%%PLUGINSDIR%%/xineplug_vo_out_xcbshm.so
+%%WITH_XCB%%%%PLUGINSDIR%%/xineplug_vo_out_xcbxv.so
%%PLUGINSDIR%%/xineplug_vo_out_xshm.so
%%PLUGINSDIR%%/xineplug_vo_out_xv.so
%%WITH_XVMC%%%%PLUGINSDIR%%/xineplug_vo_out_xvmc.so