diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-12-10 00:26:38 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-12-10 00:26:38 (GMT) |
commit | 4ae50c913a901b6e73a4825e2054a57978a0bd22 (patch) | |
tree | 1e9958a7c703b129b854c6817d5484a3cb250d2f /abs/core | |
parent | fc357b029363755a1a75e05700701265134e71d6 (diff) | |
download | linhes_pkgbuild-4ae50c913a901b6e73a4825e2054a57978a0bd22.zip linhes_pkgbuild-4ae50c913a901b6e73a4825e2054a57978a0bd22.tar.gz linhes_pkgbuild-4ae50c913a901b6e73a4825e2054a57978a0bd22.tar.bz2 |
mythtv & mythplugins: update to latest .27/fixes. refs #933
add systemconfig.py -m config_xml to mythtv.install to make sure config.xml is created.
made a few changes to LinHES Settings
Diffstat (limited to 'abs/core')
5 files changed, 13 insertions, 12 deletions
diff --git a/abs/core/mythtv/stable-0.27/git_src/git_hash b/abs/core/mythtv/stable-0.27/git_src/git_hash index 04945da..53e3e8d 100644 --- a/abs/core/mythtv/stable-0.27/git_src/git_hash +++ b/abs/core/mythtv/stable-0.27/git_src/git_hash @@ -1 +1 @@ -cb744f810c6133aa293ad95d65225890371951f0 +f7852552a089a87d7dd53b5da59958205fbae6fd diff --git a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD index 00814e2..196f8be 100644 --- a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('mytharchive' 'mythweather' 'mythzoneminder') pkgver=0.27 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') diff --git a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD index f98b3db..59aa538 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv pkgver=0.27 -pkgrel=5 +pkgrel=6 commit_hash=`cat ../git_src/git_hash` pkgdesc="A Homebrew PVR project $commit_hash" arch=('i686' 'x86_64') @@ -8,8 +8,8 @@ url="http://www.mythtv.org/" license=('GPL') depends=('avahi' 'faad2' 'fftw' 'glew' 'lame' 'libass' 'libavc1394' 'libcdio' 'libcec' 'libcrystalhd-git' 'libiec61883' 'libva' 'libvdpau' 'libvpx' - 'libxinerama' 'libxrandr' 'libxml2' 'lirc-utils' 'mysql-clients' - 'mysql-python' 'openssl' 'perl-date-manip' 'perl-dbd-mysql' + 'libxinerama' 'libxrandr' 'libxml2' 'LinHES-config>=8.1-6' 'lirc-utils' + 'mysql-clients' 'mysql-python' 'openssl' 'perl-date-manip' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww' 'perl-math-round' 'perl-net-upnp' 'perl-soap-lite' 'perl-xml-sax' 'python-pycurl' 'python2-lxml' 'qt' 'qtwebkit' 'taglib' 'urlgrabber' 'x264' 'xmltv') diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml index 2577ed0..e454959 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml +++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml @@ -9,7 +9,7 @@ <button> <type>MV_ADVANCED_SETUP_MENU</type> <text>Advanced</text> - <description>Manage Boot Screen, CallerID & MythFrontend</description> + <description>Manage various Advanced Settings</description> <action>EXEC mythinstall -s advanced</action> </button> @@ -65,7 +65,7 @@ <button> <type>MV_SOFTWARE_MENU</type> <text>Programs</text> - <description>Manage programs for the LinHES system</description> + <description>Manage programs for LinHES</description> <action>EXEC mythinstall -s plugins,software </action> </button> @@ -93,21 +93,21 @@ <button> <type>MV_SHUTDOWN_SETUP_MENU</type> <text>Shutdown</text> - <description>Set when to turn of the LinHES system</description> + <description>Set when to turn off LinHES</description> <action>EXEC mythinstall -s sleep </action> </button> - +<!-- disabled in the db so no need to show <button> <type>MV_USER_SETUP_MENU</type> <text>User Accounts</text> - <description>Manage Users on the LinHES system</description> + <description>Manage Users on LinHES</description> <action>EXEC mythinstall -s user </action> </button> - +--> <button> <type>MV_WEBACCESS_SETUP_MENU</type> <text>Web Security</text> - <description>Manage the password for the local website</description> + <description>Manage local website security</description> <action>EXEC mythinstall -s webuser </action> </button> diff --git a/abs/core/mythtv/stable-0.27/mythtv/mythtv.install b/abs/core/mythtv/stable-0.27/mythtv/mythtv.install index 8e900ed..4ca5ebc 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/mythtv.install +++ b/abs/core/mythtv/stable-0.27/mythtv/mythtv.install @@ -2,6 +2,7 @@ post_install() { gen_is_xml.py gen_lib_xml.py + systemconfig.py -m config_xml } pre_upgrade() { |