summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-12-01 05:08:11 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-12-01 05:08:11 (GMT)
commit60a85896eec2c8e0e8b1c78c83cc39222649ceae (patch)
tree6adc8c3984c870b1faa45ea02781c9b4505c7083 /abs/core-testing/mythtv
parente8efa7348d5849656b3f3c51c6ae9c2b4089053e (diff)
parentd615d8fb4dd78b2e51708b321ad77b6304458bfd (diff)
downloadlinhes_pkgbuild-60a85896eec2c8e0e8b1c78c83cc39222649ceae.zip
linhes_pkgbuild-60a85896eec2c8e0e8b1c78c83cc39222649ceae.tar.gz
linhes_pkgbuild-60a85896eec2c8e0e8b1c78c83cc39222649ceae.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/core-testing/mythtv')
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/PKGBUILD2
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/menu-xml/knoppmyth.xml55
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/menu-xml/mainmenu.xml.patch2
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/menu-xml/motion.xml20
4 files changed, 2 insertions, 77 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
index adc1ce7..558d1ad 100644
--- a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythtv
pkgver=0.21
-pkgrel=15
+pkgrel=16
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')
depends=('bash' 'mysql-clients>=5.0' 'qt3' 'lame' 'lirc-utils' 'ffmpeg' \
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/knoppmyth.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/knoppmyth.xml
deleted file mode 100644
index 8aa6134..0000000
--- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/knoppmyth.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<mythmenu name="KnoppMyth">
-
- <button>
- <type>BACKUP</type>
- <text>Backup KnoppMyth</text>
- <action>MENU mythbackup.xml</action>
- </button>
-
- <button>
- <type>RESTORE</type>
- <text>Restore KnoppMyth</text>
- <action>MENU mythrestore.xml</action>
- </button>
-
- <button>
- <type>Motion</type>
- <text>Motion</text>
- <action>MENU motion.xml</action>
- </button>
-<!--
- <button>
- <type>POWER</type>
- <text>Power Off </text>
- <action>EXEC /usr/bin/sudo halt</action>
- </button>
-
- <button>
- <type>POWER</type>
- <text>Reboot</text>
- <action>EXEC /usr/bin/sudo reboot</action>
- </button>
-
- <button>
- <type>VERSION</type>
- <text>Version</text>
- <action>EXEC /usr/local/bin/ver.sh</action>
- </button>
--->
-
- <button>
- <type>MV_SETUP_MENU</type>
- <text>MythVantage Settings</text>
- <action>MENU HOST_SETTINGS.xml</action>
-
- </button>
-<!--
- <button>
- <type>MV_TEMPLATE</type>
- <text>Settings profile manager</text>
- <action>EXEC mythinstall -t </action>
-
- </button>
--->
-</mythmenu>
-
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/mainmenu.xml.patch b/abs/core-testing/mythtv/stable/mythtv/menu-xml/mainmenu.xml.patch
index 4df9682..269845d 100644
--- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/mainmenu.xml.patch
+++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/mainmenu.xml.patch
@@ -7,7 +7,7 @@
+ <button>
+ <type>MENU_UTILITIES_SETUP</type>
+ <text>Service Menu</text>
-+ <action>MENU knoppmyth.xml</action>
++ <action>MENU linhes.xml</action>
+ </button>
+
<!-- <button>
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/motion.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/motion.xml
deleted file mode 100644
index 23ebfe2..0000000
--- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/motion.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<mythmenu name="Motion">
-
- <button>
- <type>MOTION</type>
- <text>Start Motion</text>
- <action>EXEC sudo /etc/init.d/motion start</action>
- </button>
-
- <button>
- <type>MOTION</type>
- <text>Stop Motion</text>
- <action>EXEC sudo /etc/init.d/motion stop</action>
- </button>
-
- <button>
- <type>MOTION</type>
- <text>Clear Motion</text>
- <action>EXEC /usr/local/bin/cm.sh</action>
- </button>
-</mythmenu>