SPECS: xine-lib.spec - unified smb bcond with mplayer (s/samba/smb...
qboosh
qboosh at pld-linux.org
Mon Dec 4 23:55:18 CET 2006
Author: qboosh Date: Mon Dec 4 22:55:18 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unified smb bcond with mplayer (s/samba/smb/); use disable configure option
---- Files affected:
SPECS:
xine-lib.spec (1.190 -> 1.191)
---- Diffs:
================================================================
Index: SPECS/xine-lib.spec
diff -u SPECS/xine-lib.spec:1.190 SPECS/xine-lib.spec:1.191
--- SPECS/xine-lib.spec:1.190 Mon Dec 4 23:52:41 2006
+++ SPECS/xine-lib.spec Mon Dec 4 23:55:13 2006
@@ -16,7 +16,7 @@
%bcond_without gnome # don't build gnome_vfs input plugin
%bcond_without opengl # don't build OpenGL video output plugin
%bcond_without pulseaudio # don't build pulseaudio output plugin
-%bcond_without samba # don't build SMB input plugin
+%bcond_without smb # don't build SMB input plugin
%bcond_with sdl # don't build SDL video output plugin
%bcond_without stk # don't build stk video output plugin
%bcond_with xvid # build xvid decode plugin [disabled in sources at the moment]
@@ -66,7 +66,7 @@
BuildRequires: libmng-devel
BuildRequires: libmodplug-devel >= 0.7
BuildRequires: libpng-devel
-%{?with_samba:BuildRequires: libsmbclient-devel}
+%{?with_smb:BuildRequires: libsmbclient-devel}
%{?with_stk:BuildRequires: libstk-devel >= 0.2.0}
BuildRequires: libtheora-devel
BuildRequires: libtool >= 0:1.4.2-9
@@ -725,6 +725,7 @@
%{?with_fusionsound:--enable-fusionsound} \
%{!?with_gdkpixbuf:--disable-gdkpixbuf} \
--enable-ipv6 \
+ %{!?with_smb:--disable-samba} \
%{?with_aalib:--with-aalib-prefix=/usr} \
--with-external-dvdnav \
%{!?with_pulseaudio:--disable-pulseaudio} \
@@ -883,7 +884,7 @@
%attr(755,root,root) %{_pluginsdir}/xineplug_inp_gnome_vfs.so
%endif
-%if %{with samba}
+%if %{with smb}
%files -n xine-input-smb
%defattr(644,root,root,755)
%attr(755,root,root) %{_pluginsdir}/xineplug_inp_smb.so
@@ -1048,6 +1049,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.191 2006/12/04 22:55:13 qboosh
+- unified smb bcond with mplayer (s/samba/smb/); use disable configure option
+
Revision 1.190 2006/12/04 22:52:41 qboosh
- updated some BRs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xine-lib.spec?r1=1.190&r2=1.191&f=u
More information about the pld-cvs-commit
mailing list