summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2008-12-01 04:57:32 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2008-12-01 04:57:32 (GMT)
commite4e922e8206bce66217e08b678b10465036dd44c (patch)
tree2287e4155c9d3cb7fb308842313af33535621de7 /abs/core-testing/mythtv
parentdad9cc7a179efa966154cc5b945f2f6c4da7f477 (diff)
downloadlinhes_pkgbuild-e4e922e8206bce66217e08b678b10465036dd44c.zip
linhes_pkgbuild-e4e922e8206bce66217e08b678b10465036dd44c.tar.gz
linhes_pkgbuild-e4e922e8206bce66217e08b678b10465036dd44c.tar.bz2
PKGBUILDs for emulators and deps. Removed knoppmyth.xml and motion.xml. Modified mailmenu patch to refer to linhes.xml.
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>