From 209d142377f16960386ba58f96a2e3191158a72f Mon Sep 17 00:00:00 2001 From: Bob Igo Date: Thu, 19 Feb 2009 17:33:42 -0500 Subject: Found an integration bug in twk_audio.pl that prevented MythTV SQL from being altered. --- abs/core-testing/tweaker/PKGBUILD | 2 +- abs/core-testing/tweaker/bin/twk_audio.pl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD index e77d9a6..522127b 100644 --- a/abs/core-testing/tweaker/PKGBUILD +++ b/abs/core-testing/tweaker/PKGBUILD @@ -1,6 +1,6 @@ pkgname=tweaker pkgver=1 -pkgrel=18 +pkgrel=19 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. -- cgit v0.12