SPECS: xine-lib.spec - without caca bcond added
djurban
djurban at pld-linux.org
Mon Oct 31 16:54:28 CET 2005
Author: djurban Date: Mon Oct 31 15:54:28 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- without caca bcond added
---- Files affected:
SPECS:
xine-lib.spec (1.161 -> 1.162)
---- Diffs:
================================================================
Index: SPECS/xine-lib.spec
diff -u SPECS/xine-lib.spec:1.161 SPECS/xine-lib.spec:1.162
--- SPECS/xine-lib.spec:1.161 Mon Oct 31 16:46:05 2005
+++ SPECS/xine-lib.spec Mon Oct 31 16:54:23 2005
@@ -4,6 +4,7 @@
%bcond_without aalib # don't build aalib video output plugin
%bcond_without alsa # don't build ALSA audio output plugin
%bcond_without arts # don't build aRts audio output plugin
+%bcond_without caca # don't build libcaca video 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
@@ -54,7 +55,7 @@
%{?with_opengl:BuildRequires: glut-devel}
%{?with_gnome:BuildRequires: gnome-vfs2-devel}
BuildRequires: libXvMCW-devel
-BuildRequires: libcaca-devel
+%{?with_caca:BuildRequires: libcaca-devel}
BuildRequires: libcdio-devel >= 0.72
%{?with_dvd:BuildRequires: libdvdnav-devel >= 0.1.9}
%{?with_dxr3:BuildRequires: libfame-devel >= 0.8.10}
@@ -905,9 +906,11 @@
%attr(755,root,root) %{_pluginsdir}/xineplug_vo_out_dxr3.so
%endif
+%if %{with caca}
%files -n xine-output-video-caca
%defattr(644,root,root,755)
%attr(755,root,root) %{_pluginsdir}/xineplug_vo_out_caca.so
+%endif
%files -n xine-output-video-fb
%defattr(644,root,root,755)
@@ -1000,6 +1003,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.162 2005/10/31 15:54:23 djurban
+- without caca bcond added
+
Revision 1.161 2005/10/31 15:46:05 djurban
- add dvd and polypaudio bconds
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xine-lib.spec?r1=1.161&r2=1.162&f=u
More information about the pld-cvs-commit
mailing list