From 5011a58602b07baa129e2df183f7e0bb8996f092 Mon Sep 17 00:00:00 2001
From: Cecil <knoppmyth@gmail.com>
Date: Sun, 10 Jun 2012 01:32:52 -0700
Subject: mythtv:Bumped to latest fixes. Created seperate menu for game as
 Dolphin emulater doesn't work with MythGame.

---
 abs/core/mythtv/stable-0.25/git_src/git_hash       |  2 +-
 abs/core/mythtv/stable-0.25/mythtv/PKGBUILD        |  2 +-
 .../mythtv/stable-0.25/mythtv/menu-xml/game.xml    | 12 ++++++++
 .../stable-0.25/mythtv/menu-xml/library.xml.patch  | 32 ++++++++++++++++------
 4 files changed, 37 insertions(+), 11 deletions(-)
 create mode 100644 abs/core/mythtv/stable-0.25/mythtv/menu-xml/game.xml

diff --git a/abs/core/mythtv/stable-0.25/git_src/git_hash b/abs/core/mythtv/stable-0.25/git_src/git_hash
index e305639..32b64c3 100644
--- a/abs/core/mythtv/stable-0.25/git_src/git_hash
+++ b/abs/core/mythtv/stable-0.25/git_src/git_hash
@@ -1 +1 @@
-eec0c74b49b17dc04d9d1832e548699016cc65a2
+648f0aec326c03b39091fda8ac64450d0f0e76e3
diff --git a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
index 3a75756..6cbd366 100644
--- a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
+++ b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
@@ -6,7 +6,7 @@
 
 pkgname=mythtv
 pkgver=0.25
-pkgrel=6
+pkgrel=7
 commit_hash=`cat ../git_src/git_hash`
 pkgdesc="A Homebrew PVR project $commit_hash"
 arch=('i686' 'x86_64')
diff --git a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/game.xml b/abs/core/mythtv/stable-0.25/mythtv/menu-xml/game.xml
new file mode 100644
index 0000000..293a9e6
--- /dev/null
+++ b/abs/core/mythtv/stable-0.25/mythtv/menu-xml/game.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<mythmenu name="GAME">
+
+    <button>
+        <type>GAME</type>
+        <text>MythGame</text>
+        <description>Play video games</description>
+        <action>PLUGIN mythgame</action>
+        <depends>mythgame</depends>
+    </button>
+
+</mythmenu>
diff --git a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/library.xml.patch b/abs/core/mythtv/stable-0.25/mythtv/menu-xml/library.xml.patch
index be06e34..fb695f0 100644
--- a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/library.xml.patch
+++ b/abs/core/mythtv/stable-0.25/mythtv/menu-xml/library.xml.patch
@@ -1,12 +1,26 @@
---- themes/defaultmenu/library.xml.orig	2010-11-06 00:39:51.000000000 +0000
-+++ themes/defaultmenu/library.xml	2010-11-06 00:44:54.000000000 +0000
-@@ -44,8 +44,7 @@
-         <type>STREAM</type>
-         <text>Play Online Streams</text>
-         <description></description>
--        <action>PLUGIN mythstream</action>
--        <depends>mythstream</depends>
-+        <action>MENU is.xml</action>
+--- themes/defaultmenu/library.xml.orig	2012-06-10 08:02:54.000000000 +0000
++++ themes/defaultmenu/library.xml	2012-06-10 08:03:38.000000000 +0000
+@@ -40,6 +40,13 @@
      </button>
  
      <button>
++        <type>STREAM</type>
++        <text>Play Online Streams</text>
++        <description></description>
++        <action>MENU is.xml</action>
++    </button>
++
++    <button>
+         <type>IMAGES</type>
+         <text>Image Gallery</text>
+         <description>Look at Pictures</description>
+@@ -51,8 +58,7 @@
+         <type>GAME</type>
+         <text>Play Games</text>
+         <description>Play video games</description>
+-        <action>PLUGIN mythgame</action>
+-        <depends>mythgame</depends>
++        <action>MENU game.xml</action>
+     </button>
+ 
+ </mythmenu>
-- 
cgit v0.12