]> git.pld-linux.org Git - packages/mplayer.git/commitdiff
- added gnome-screensaver.patch (based on patch from mandriva repository)
authorSzymon Siwek <sls@pld-linux.org>
Fri, 20 Oct 2006 15:22:27 +0000 (15:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mplayer.spec -> 1.343

mplayer.spec

index e4a7bfe42d27a123a8cf8a2ee0b1e41a2ba902b9..afcabed2625fb6a51172e02c4110db683860f4fe 100644 (file)
@@ -52,6 +52,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
@@ -124,6 +125,7 @@ Patch15:    %{name}-xvmc.patch
 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}
@@ -187,6 +189,7 @@ BuildRequires:      xorg-lib-libXxf86dga-devel
 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
@@ -327,6 +330,9 @@ cp -f etc/codecs.conf etc/codecs.win32.conf
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%if %{with gnomess}
+%patch19 -p1
+%endif
 
 # kill evil file, hackery not needed with llh
 echo > osdep/kerneltwosix.h
This page took 0.034047 seconds and 4 git commands to generate.