SPECS: vlc.spec - added notify bcond

sls sls at pld-linux.org
Mon Apr 7 09:07:56 CEST 2008


Author: sls                          Date: Mon Apr  7 07:07:56 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added notify bcond

---- Files affected:
SPECS:
   vlc.spec (1.142 -> 1.143) 

---- Diffs:

================================================================
Index: SPECS/vlc.spec
diff -u SPECS/vlc.spec:1.142 SPECS/vlc.spec:1.143
--- SPECS/vlc.spec:1.142	Mon Apr  7 08:46:28 2008
+++ SPECS/vlc.spec	Mon Apr  7 09:07:51 2008
@@ -30,6 +30,7 @@
 %bcond_without	lirc	# build without lirc support
 %bcond_without	live	# build without live.com support
 %bcond_without	mozilla	# build mozilla plugin
+%bcond_without	notify	# libnotify notification plugin
 %bcond_without	speex	# don't build speex plugin
 %bcond_without	svgalib	# build with svgalib video_output
 %bcond_without	x264	# build without x264 support
@@ -95,6 +96,7 @@
 BuildRequires:	libmatroska-devel >= 0.7.5
 BuildRequires:	libmodplug-devel
 BuildRequires:	libmpcdec-devel >= 1.2.1
+%{?with_notify:BuildRequires:	libnotify-devel}
 BuildRequires:	libogg-devel
 %{?with_daap:BuildRequires:	libopendaap-devel}
 BuildRequires:	libpng-devel
@@ -296,6 +298,7 @@
 	%{!?with_live:--disable-live555 } \
 	--with-live555-tree=%{_libdir}/liveMedia \
 	--enable-ncurses \
+	%{!?with_notify:--disable-notify} \
 	--enable-pvr \
 	--enable-real \
 	--enable-realrtsp \
@@ -511,6 +514,7 @@
 %attr(755,root,root) %{_libdir}/vlc/misc/libipv6_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/liblogger_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libmemcpy_plugin.so
+%{?with_notify:%attr(755,root,root) %{_libdir}/vlc/misc/libnotify_plugin.so}
 %attr(755,root,root) %{_libdir}/vlc/misc/libscreensaver_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libvod_rtsp_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libxml_plugin.so
@@ -655,6 +659,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.143  2008-04-07 07:07:51  sls
+- added notify bcond
+
 Revision 1.142  2008-04-07 06:46:28  sls
 - added jack bcond
 
================================================================

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



More information about the pld-cvs-commit mailing list