SPECS: mplayer.spec - added gnome-screensaver.patch (based on patc...

sls sls at pld-linux.org
Fri Oct 20 17:22:32 CEST 2006


Author: sls                          Date: Fri Oct 20 15:22:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added gnome-screensaver.patch (based on patch from mandriva repository)

---- Files affected:
SPECS:
   mplayer.spec (1.342 -> 1.343) 

---- Diffs:

================================================================
Index: SPECS/mplayer.spec
diff -u SPECS/mplayer.spec:1.342 SPECS/mplayer.spec:1.343
--- SPECS/mplayer.spec:1.342	Thu Sep 28 00:34:06 2006
+++ SPECS/mplayer.spec	Fri Oct 20 17:22:27 2006
@@ -53,6 +53,7 @@
 %bcond_without	doc		# don't build docs (slow)
 %bcond_with	shared		# experimental libmplayer.so support
 %bcond_with	amr		# enable 3GPP Adaptive Multi Rate (AMR) speech codec support
+%bcond_without	gnomess		# disable controling gnome screensaver
 
 %ifnarch %{ix86}
 %undefine	with_win32
@@ -125,6 +126,7 @@
 Patch16:	%{name}-kill-mabi_altivec.patch
 Patch17:	%{name}-auto-expand.patch
 Patch18:	%{name}-x264.patch
+Patch19:	%{name}-gnome-screensaver.patch
 #http://www.openchrome.org/snapshots/mplayer/
 URL:		http://www.mplayerhq.hu/
 %{?with_directfb:BuildRequires:	DirectFB-devel}
@@ -188,6 +190,7 @@
 BuildRequires:	xorg-lib-libXxf86vm-devel
 %{?with_xvid:BuildRequires:	xvid-devel >= 1:0.9.0}
 BuildRequires:	zlib-devel
+%{?with_gnomess:BuildRequires:	dbus-glib-devel}
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Requires(post,postun):	/sbin/ldconfig
 Requires:	OpenGL
@@ -328,6 +331,9 @@
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%if %{with gnomess}
+%patch19 -p1
+%endif
 
 # kill evil file, hackery not needed with llh
 echo > osdep/kerneltwosix.h
@@ -583,6 +589,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.343  2006/10/20 15:22:27  sls
+- added gnome-screensaver.patch (based on patch from mandriva repository)
+
 Revision 1.342  2006/09/27 22:34:06  wrobell
 - rel. 3.pre8.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mplayer.spec?r1=1.342&r2=1.343&f=u



More information about the pld-cvs-commit mailing list