[oe-commits] Grégoire Gentil : gnome-mplayer: tweak defaults

git version control git at git.openembedded.org
Mon Oct 26 17:25:52 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e0fcc1bff91107fcbd0f576e2036faed05818452
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e0fcc1bff91107fcbd0f576e2036faed05818452

Author: Grégoire Gentil <gregoire at gentil.com>
Date:   Mon Oct 26 10:06:56 2009 +0100

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

---

 recipes/gnome-mplayer/files/default.patch    |   29 ++++++++++++++++++++++++++
 recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb |    6 +++-
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome-mplayer/files/default.patch b/recipes/gnome-mplayer/files/default.patch
new file mode 100644
index 0000000..82a4c45
--- /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 @@
+       <applyto>/apps/gnome-mplayer/preferences/cache_size</applyto>
+       <owner>gnome-mplayer</owner>
+       <type>int</type>
+-      <default>2000</default>
++      <default>32</default>
+       <locale name="C">
+         <short>Cache size</short>
+         <long>The memory cache size for playing</long>
+@@ -210,7 +210,7 @@
+       <applyto>/apps/gnome-mplayer/preferences/disable_animation</applyto>
+       <owner>gnome-mplayer</owner>
+       <type>bool</type>
+-      <default>FALSE</default>
++      <default>TRUE</default>
+       <locale name="C">
+         <short>Disable Animation</short>
+         <long>Disable animation of fullscreen control bar sliding away</long>
+@@ -330,7 +330,7 @@
+       <applyto>/apps/gnome-mplayer/preferences/single_instance</applyto>
+       <owner>gnome-mplayer</owner>
+       <type>bool</type>
+-      <default>FALSE</default>
++      <default>TRUE</default>
+       <locale name="C">
+         <short>Only allow one instance of the player to run</short>
+         <long>Only allow one instance of the player to run</long>
diff --git a/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb b/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb
index e138c83..b8aa30d 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"





More information about the Openembedded-commits mailing list