diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-08-05 00:50:18 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-08-05 00:50:18 (GMT) |
commit | 7498f1694307afbd9eaf8f250c93d39ed6f0f71a (patch) | |
tree | 609d5266664da0a26fe4111733368965f33f1280 /abs/core-testing/tweaker | |
parent | 4216c43fb3c06eb4b4c65c044e8342d1e7672199 (diff) | |
parent | 867ad7675df57b474c20137505d49b7c75dd4df3 (diff) | |
download | linhes_pkgbuild-7498f1694307afbd9eaf8f250c93d39ed6f0f71a.zip linhes_pkgbuild-7498f1694307afbd9eaf8f250c93d39ed6f0f71a.tar.gz linhes_pkgbuild-7498f1694307afbd9eaf8f250c93d39ed6f0f71a.tar.bz2 |
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/tweaker')
-rw-r--r-- | abs/core-testing/tweaker/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_dragon.pl | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD index 75c893a..662ee75 100644 --- a/abs/core-testing/tweaker/PKGBUILD +++ b/abs/core-testing/tweaker/PKGBUILD @@ -1,6 +1,6 @@ pkgname=tweaker pkgver=1 -pkgrel=49 +pkgrel=50 pkgdesc="applies tweaks to the baseline configuration and attempts to optimize settings for the hardware it finds" arch=('i686' 'x86_64') diff --git a/abs/core-testing/tweaker/bin/twk_dragon.pl b/abs/core-testing/tweaker/bin/twk_dragon.pl index 314c299..be94988 100755 --- a/abs/core-testing/tweaker/bin/twk_dragon.pl +++ b/abs/core-testing/tweaker/bin/twk_dragon.pl @@ -31,10 +31,6 @@ sub implement_option { $dbconnectionstring = get_mythtv_connection_string(); if (connect_to_db("DBI:mysql:$dbconnectionstring")) { - # Overrides SQL changes made in twk_general.pl - change_or_make_setting('mythdvd.DVDPlayerCommand', 'mplayer dvd:\/\/ -dvd-device %d -fs -zoom -vc mpeg12,ffmpeg12-vo xv -vf pp=lb') || return -1; - change_or_make_setting('VCDPlayerCommand', 'mplayer vcd:\/\/ -cdrom-device %d -fs -zoom -vo xv -vf pp=lb') || return -1; - # Overrides SQL changes made in twk_tuners.pl # WARNING: Very big harccoded hack that chooses ATSC tuning over QAM. do_query("UPDATE cardinput SET sourceid='10' WHERE sourceid='20'") || return -1; |