SPECS: xine-lib.spec - add dvd and polypaudio bconds

djurban djurban at pld-linux.org
Mon Oct 31 16:46:10 CET 2005


Author: djurban                      Date: Mon Oct 31 15:46:10 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add dvd and polypaudio bconds

---- Files affected:
SPECS:
   xine-lib.spec (1.160 -> 1.161) 

---- Diffs:

================================================================
Index: SPECS/xine-lib.spec
diff -u SPECS/xine-lib.spec:1.160 SPECS/xine-lib.spec:1.161
--- SPECS/xine-lib.spec:1.160	Sun Oct  9 14:09:34 2005
+++ SPECS/xine-lib.spec	Mon Oct 31 16:46:05 2005
@@ -6,9 +6,11 @@
 %bcond_without	arts		# don't build aRts audio output plugin
 %bcond_without	directfb	# don't build DirectFB video output plugin
 %bcond_without	dxr3		# don't build dxr3 video output and decode plugins
+%bcond_without	dvd		# don't build dvdnav stuff
 %bcond_without	esd		# don't build EsounD audio output plugin
 %bcond_without	gnome		# don't build gnome_vfs input plugin
 %bcond_without	opengl		# don't build OpenGL video output plugin
+%bcond_without	polypaudio	# don't build polypaudio output plugin
 %bcond_without	samba		# don't build SMB input plugin
 %bcond_without	sdl		# don't build SDL video output plugin
 %bcond_without	stk		# don't build stk video output plugin
@@ -54,7 +56,7 @@
 BuildRequires:	libXvMCW-devel
 BuildRequires:	libcaca-devel
 BuildRequires:	libcdio-devel >= 0.72
-BuildRequires:	libdvdnav-devel >= 0.1.9
+%{?with_dvd:BuildRequires:	libdvdnav-devel >= 0.1.9}
 %{?with_dxr3:BuildRequires:	libfame-devel >= 0.8.10}
 BuildRequires:	libmng-devel
 BuildRequires:	libmodplug-devel >= 0.7
@@ -65,7 +67,7 @@
 BuildRequires:	libtheora-devel
 BuildRequires:	libtool >= 0:1.4.2-9
 BuildRequires:	pkgconfig
-BuildRequires:	polypaudio-devel >= 0.6
+%{?with_polypaudio:BuildRequires:	polypaudio-devel >= 0.6}
 #%{?with_dxr3:BuildRequires:	rte-devel} # only 0.4 supported
 BuildRequires:	speex-devel >= 1:1.1.6
 BuildRequires:	vcdimager-devel >= 0.7.21
@@ -829,9 +831,11 @@
 %attr(755,root,root) %{_pluginsdir}/xineplug_decode_xvid.so
 %endif
 
+%if %{with dvd}
 %files -n xine-input-dvd
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_pluginsdir}/xineplug_inp_dvd.so
+%endif
 
 %if %{with gnome}
 %files -n xine-input-gnome-vfs
@@ -875,9 +879,11 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_pluginsdir}/xineplug_ao_out_oss.so
 
+%if %{with polypaudio}
 %files -n xine-output-audio-polypaudio
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_pluginsdir}/xineplug_ao_out_polypaudio.so
+%endif
 
 %if %{with aalib}
 %files -n xine-output-video-aa
@@ -994,6 +1000,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.161  2005/10/31 15:46:05  djurban
+- add dvd and polypaudio bconds
+
 Revision 1.160  2005/10/09 12:09:34  glen
 - CAN-2005-2967 fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xine-lib.spec?r1=1.160&r2=1.161&f=u




More information about the pld-cvs-commit mailing list