From: Grégoire Gentil Date: Mon, 26 Oct 2009 09:06:56 +0000 (+0100) Subject: gnome-mplayer: tweak defaults X-Git-Tag: Release-2010-05/1~1913 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0fcc1bff91107fcbd0f576e2036faed05818452;p=openembedded.git gnome-mplayer: tweak defaults * disable fullscreen animation, the intel and omapfb driver don't like it * reduce cache size so youtube movies don't take eons to start * enable single instance --- diff --git a/recipes/gnome-mplayer/files/default.patch b/recipes/gnome-mplayer/files/default.patch new file mode 100644 index 0000000000..82a4c455d5 --- /dev/null +++ b/recipes/gnome-mplayer/files/default.patch @@ -0,0 +1,29 @@ +--- a/gnome-mplayer.schemas.in 2009-07-29 21:39:06.000000000 -0700 ++++ b/gnome-mplayer.schemas.in 2009-07-29 21:39:53.000000000 -0700 +@@ -6,7 +6,7 @@ + /apps/gnome-mplayer/preferences/cache_size + gnome-mplayer + int +- 2000 ++ 32 + + Cache size + The memory cache size for playing +@@ -210,7 +210,7 @@ + /apps/gnome-mplayer/preferences/disable_animation + gnome-mplayer + bool +- FALSE ++ TRUE + + Disable Animation + Disable animation of fullscreen control bar sliding away +@@ -330,7 +330,7 @@ + /apps/gnome-mplayer/preferences/single_instance + gnome-mplayer + bool +- FALSE ++ TRUE + + Only allow one instance of the player to run + Only allow one instance of the player to run diff --git a/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb b/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb index e138c83a5d..b8aa30d52e 100644 --- a/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb +++ b/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb @@ -1,5 +1,7 @@ require gnome-mplayer.inc -SRC_URI += "file://gnome-mplayer-svn.diff;patch=1;pnum=0" +SRC_URI += "file://gnome-mplayer-svn.diff;patch=1;pnum=0 \ + file://default.patch;patch=1 \ +" -PR = "r7" +PR = "r8"