SPECS: vlc.spec - added directfb bcond and patch

sls sls at pld-linux.org
Mon Apr 7 06:21:17 CEST 2008


Author: sls                          Date: Mon Apr  7 04:21:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added directfb bcond and patch

---- Files affected:
SPECS:
   vlc.spec (1.138 -> 1.139) 

---- Diffs:

================================================================
Index: SPECS/vlc.spec
diff -u SPECS/vlc.spec:1.138 SPECS/vlc.spec:1.139
--- SPECS/vlc.spec:1.138	Mon Apr  7 05:57:02 2008
+++ SPECS/vlc.spec	Mon Apr  7 06:21:12 2008
@@ -18,6 +18,7 @@
 %bcond_without	caca	# build without caca support
 %bcond_without	daap	# DAAP plugin
 %bcond_without	dirac	# dirac plugin
+%bcond_without	directfb	# directfb plugin
 %bcond_without	dv	# build without dv support
 %bcond_without	esound	# don't build esound plugin
 %bcond_without	ggi	# don't build ggi plugin
@@ -49,7 +50,9 @@
 Patch6:		%{name}-osdmenu_path.patch
 Patch7:		%{name}-cdparanoia.patch
 Patch8:		%{name}-dirac.patch
+Patch9:		%{name}-directfb.patch
 URL:		http://www.videolan.org/vlc/
+%{?with_directfb:BuildRequires:	DirectFB-devel}
 BuildRequires:	OpenGL-devel
 BuildRequires:	SDL_image-devel >= 1.2
 BuildRequires:	a52dec-libs-devel
@@ -235,6 +238,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
@@ -254,6 +258,7 @@
 	--enable-cddax \
 	%{!?with_daap:--disable-daap} \
 	%{?with_dirac:--enable-dirac} \
+	%{?with_directfb:--enable-directfb} \
 	--enable-dsp \
 	--enable-dummy \
 	--%{?with_dv:en}%{!?with_dv:dis}able-dv \
@@ -561,6 +566,7 @@
 %attr(755,root,root) %{_libdir}/vlc/video_filter/libwall_plugin.so
 %dir %{_libdir}/vlc/video_output
 %{?with_svgalib:%attr(755,root,root) %{_libdir}/vlc/video_output/libsvgalib_plugin.so}
+%{?with_directfb:%attr(755,root,root) %{_libdir}/vlc/video_output/libdirectfb_plugin.so}
 %dir %{_libdir}/vlc/visualization
 %attr(755,root,root) %{_libdir}/vlc/visualization/libvisual_plugin.so
 %dir %{_datadir}/%{name}
@@ -635,6 +641,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.139  2008-04-07 04:21:12  sls
+- added directfb bcond and patch
+
 Revision 1.138  2008-04-07 03:57:02  sls
 - added dirac bcond and patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vlc.spec?r1=1.138&r2=1.139&f=u



More information about the pld-cvs-commit mailing list