diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-20 06:29:13 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-20 06:29:13 (GMT) |
commit | ac48dda00f3c84ad8e67da71e7e977eb187893ca (patch) | |
tree | f952189e444a1023715ca88465ea37654250774f /abs/core-testing | |
parent | c37f84b1105c5de34ff0c0340c6702b0251079e4 (diff) | |
parent | 49b49411dfb58351f630192307482f7b35bb992d (diff) | |
download | linhes_pkgbuild-ac48dda00f3c84ad8e67da71e7e977eb187893ca.zip linhes_pkgbuild-ac48dda00f3c84ad8e67da71e7e977eb187893ca.tar.gz linhes_pkgbuild-ac48dda00f3c84ad8e67da71e7e977eb187893ca.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/tweaker/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_audio.pl | 6 | ||||
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_general.pl | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD index e77d9a6..b0115b7 100644 --- a/abs/core-testing/tweaker/PKGBUILD +++ b/abs/core-testing/tweaker/PKGBUILD @@ -1,6 +1,6 @@ pkgname=tweaker pkgver=1 -pkgrel=18 +pkgrel=20 pkgdesc="" arch=('i686' 'x86_64') diff --git a/abs/core-testing/tweaker/bin/twk_audio.pl b/abs/core-testing/tweaker/bin/twk_audio.pl index 37b2201..eec7992 100755 --- a/abs/core-testing/tweaker/bin/twk_audio.pl +++ b/abs/core-testing/tweaker/bin/twk_audio.pl @@ -301,10 +301,10 @@ sub implement_option { generate_asound_conf($option); edit_mplayer_conf($option); - edit_xine_conf($option); - reload_modules($option); - set_mixer_values($option); + #edit_xine_conf($option); + #reload_modules($option); edit_mythtv_configuration($option); + set_mixer_values($option); } # Try to get a Recommendation Level for $option. diff --git a/abs/core-testing/tweaker/bin/twk_general.pl b/abs/core-testing/tweaker/bin/twk_general.pl index d62536f..0255852 100755 --- a/abs/core-testing/tweaker/bin/twk_general.pl +++ b/abs/core-testing/tweaker/bin/twk_general.pl @@ -450,7 +450,7 @@ sub implement_option { # # customexample table # - change_or_make_entry("customexample", [["fromclause", ""], ["whereclause", "program.category_type = \'movie\' AND program.airdate >= YEAR(DATE_SUB(NOW(), INTERVAL 1 YEAR)) AND program.stars > 0.5 "], ["search", "1"]], [["rulename", "New Flix"]]); + change_or_make_entry("customexample", [["fromclause", ""], ["whereclause", "program.category_type = \"movie\" AND program.airdate >= YEAR(DATE_SUB(NOW(), INTERVAL 1 YEAR)) AND program.stars > 0.5 "], ["search", "1"]], [["rulename", "New Flix"]]); # # As much of MythWeather as we can automate for now my $units = 0; @@ -529,8 +529,8 @@ sub implement_option { # # Websites for mythbrowser # - change_or_make_entry("websites", [["grp", "LinHeS"], ["dsc", ""], ["updated", ""]], [["url", "http://knoppmyth.net"]]); - change_or_make_entry("websites", [["grp", "LinHeS"], ["dsc", ""], ["updated", ""]], [["url", "http://knoppmythwiki.org"]]); + #change_or_make_entry("websites", [["grp", "LinHeS"], ["dsc", ""], ["updated", ""]], [["url", "http://knoppmyth.net"]]); + #change_or_make_entry("websites", [["grp", "LinHeS"], ["dsc", ""], ["updated", ""]], [["url", "http://knoppmythwiki.org"]]); disconnect_from_db(); |