SPECS: vlc.spec - added bcond gnutls

sls sls at pld-linux.org
Mon Apr 7 08:24:10 CEST 2008


Author: sls                          Date: Mon Apr  7 06:24:10 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bcond gnutls

---- Files affected:
SPECS:
   vlc.spec (1.140 -> 1.141) 

---- Diffs:

================================================================
Index: SPECS/vlc.spec
diff -u SPECS/vlc.spec:1.140 SPECS/vlc.spec:1.141
--- SPECS/vlc.spec:1.140	Mon Apr  7 07:45:10 2008
+++ SPECS/vlc.spec	Mon Apr  7 08:24:05 2008
@@ -23,6 +23,7 @@
 %bcond_without	esound	# don't build esound plugin
 %bcond_without	galaktos	# OpenGL visualisation plugin
 %bcond_without	gnomevfs	# gnomevfs plugin
+%bcond_without	gnutls	# gnutls plugin
 %bcond_without	ggi	# don't build ggi plugin
 %bcond_without	hal	# build with hal support
 %bcond_without	lirc	# build without lirc support
@@ -74,6 +75,7 @@
 BuildRequires:	fribidi-devel
 BuildRequires:	gettext-devel
 %{?with_gnomevfs:BuildRequires:	gnome-vfs2-devel}
+%{?with_gnutls:BuildRequires:	gnutls-devel}
 %{?with_hal:BuildRequires:	hal-devel >= 0.2.97}
 %{?with_dv:BuildRequires:	libavc1394-devel}
 %{?with_caca:BuildRequires:	libcaca-devel}
@@ -280,8 +282,9 @@
 	--enable-flac \
 	%{?with_galaktos:--enable-galaktos} \
 	--%{?with_ggi:en}%{!?with_ggi:dis}able-ggi \
-	%{!?with_gnomevfs:--disable-gnomevfs} \
 	--disable-glide \
+	%{!?with_gnomevfs:--disable-gnomevfs} \
+	%{!?with_gnutls:--disable-gnutls} \
 	--%{?with_lirc:en}%{!?with_lirc:dis}able-lirc \
 	--enable-mad \
 	--enable-mga \
@@ -498,6 +501,7 @@
 %attr(755,root,root) %{_libdir}/vlc/misc/libdummy_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libexport_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libfreetype_plugin.so
+%{?with_gnutls:%attr(755,root,root) %{_libdir}/vlc/misc/libgnutls_plugin.so}
 %attr(755,root,root) %{_libdir}/vlc/misc/libgrowl_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libipv4_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libipv6_plugin.so
@@ -647,6 +651,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.141  2008-04-07 06:24:05  sls
+- added bcond gnutls
+
 Revision 1.140  2008-04-07 05:45:10  sls
 - added bconds galaktos and gnomevfs
 - some cleanup in ./configure options
================================================================

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



More information about the pld-cvs-commit mailing list