Author: pebender
Date: Fri Oct 10 21:38:16 2008
New Revision: 3824
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/myth-0.20-softpad/mythtv/checksums
trunk/gar-minimyth/script/myth-0.20-softpad/mythtv/files/mythtv-0.20-init.patch
trunk/gar-minimyth/script/myth-0.20/mythtv/checksums
trunk/gar-minimyth/script/myth-0.20/mythtv/files/mythtv-0.20-init.patch
trunk/gar-minimyth/script/myth-0.21/mythtv/checksums
trunk/gar-minimyth/script/myth-0.21/mythtv/files/mythtv-0.21-init.patch
trunk/gar-minimyth/script/myth-trunk/mythtv/checksums
trunk/gar-minimyth/script/myth-trunk/mythtv/files/mythtv-trunk-init.patch
Log:
- Changed MythTV init patch so that it does not change "Extra audio
buffering"
default.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri Oct 10
21:38:16 2008
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 58 (2008-10-09):
+Changes since 58 (2008-10-10):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082,
@@ -33,6 +33,10 @@
hardware.
- Added atl2 and sky2 Ethernet driver.
- Added smsc47m1 and smsc47m192 drivers.
+
+Modified MythTV
+ - Changed init patch so that it does not change "Extra audio buffering"
+ default.
Modified udev support
- Stopped creating udev* links to udevadm.
Modified: trunk/gar-minimyth/script/myth-0.20-softpad/mythtv/checksums
==============================================================================
--- trunk/gar-minimyth/script/myth-0.20-softpad/mythtv/checksums
(original)
+++ trunk/gar-minimyth/script/myth-0.20-softpad/mythtv/checksums Fri Oct
10
21:38:16 2008
@@ -8,7 +8,7 @@
aa6cc37f6bbc2f2a78f36005a8f58ad7 download/mythtv-0.20-udevinfo.patch
29a195b9bda7d60b19a53773766c4936
download/mythtv-0.20-lm_sensors_detect.patch
d51148f3facd7b10c47bd27c380687d2 download/mythtv-0.20.patch.gar
-9fc4ca402f259db1ffab9d4957127712 download/mythtv-0.20-init.patch
+79861a7f8944f95b44bdffc0a54ef95e download/mythtv-0.20-init.patch
7eb9d1e37fa391f279fd022fafdf1a9c download/mythtv-0.20-mythaudio.patch
585e06e9117a7947ea3d081b11ccc742 download/mythtv-0.20-mythstream.patch
bd965ef7d38a8d0fc6fe43367f243723 download/mythtv-0.20-minimyth.patch
Modified:
trunk/gar-minimyth/script/myth-0.20-softpad/mythtv/files/mythtv-0.20-init.patch
==============================================================================
---
trunk/gar-minimyth/script/myth-0.20-softpad/mythtv/files/mythtv-0.20-init.patch
(original)
+++
trunk/gar-minimyth/script/myth-0.20-softpad/mythtv/files/mythtv-0.20-init.patch
Fri Oct 10 21:38:16 2008
@@ -40,15 +40,6 @@
gc->addSelection(QObject::tr("One field"), "onefield");
gc->setHelpText(QObject::tr("Deinterlace algorithm.") + " " +
QObject::tr("'Kernel' requires SSE CPU support.")
+ " " +
-@@ -222,7 +229,7 @@
- {
- HostCheckBox *gc = new HostCheckBox("DecodeExtraAudio");
- gc->setLabel(QObject::tr("Extra audio buffering"));
-- gc->setValue(true);
-+ gc->setValue(false);
- gc->setHelpText(QObject::tr("Enable this setting if MythTV is
playing "
- "\"crackly\" audio and you are using hardware
encoding. "
- "This setting will have no effect "
@@ -701,7 +708,7 @@
gc->setLabel(QObject::tr("Sort Episodes"));
gc->addSelection(QObject::tr("Record date"), "Date");
Modified: trunk/gar-minimyth/script/myth-0.20/mythtv/checksums
==============================================================================
--- trunk/gar-minimyth/script/myth-0.20/mythtv/checksums (original)
+++ trunk/gar-minimyth/script/myth-0.20/mythtv/checksums Fri Oct 10
21:38:16 2008
@@ -8,7 +8,7 @@
aa6cc37f6bbc2f2a78f36005a8f58ad7 download/mythtv-0.20-udevinfo.patch
050e7a83fc11fb931d546bd8f0cac9cf
download/mythtv-0.20-lm_sensors_detect.patch
3fc716d1589341cbe952120bc076dd75 download/mythtv-0.20.patch.gar
-6134da069d864c136d128c8564239a4a download/mythtv-0.20-init.patch
+d7a0657ed891e0292da7e7805da2a068 download/mythtv-0.20-init.patch
0e3e323ed2c731ee38fbeace6b1e722d download/mythtv-0.20-mythaudio.patch
1703d181366d4102ea8382ba214383e0 download/mythtv-0.20-mythstream.patch
bd965ef7d38a8d0fc6fe43367f243723 download/mythtv-0.20-minimyth.patch
Modified:
trunk/gar-minimyth/script/myth-0.20/mythtv/files/mythtv-0.20-init.patch
==============================================================================
--- trunk/gar-minimyth/script/myth-0.20/mythtv/files/mythtv-0.20-init.patch
(original)
+++ trunk/gar-minimyth/script/myth-0.20/mythtv/files/mythtv-0.20-init.patch
Fri Oct 10 21:38:16 2008
@@ -40,15 +40,6 @@
gc->addSelection(QObject::tr("One field"), "onefield");
gc->setHelpText(QObject::tr("Deinterlace algorithm.") + " " +
QObject::tr("'Kernel' requires SSE CPU support.")
+ " " +
-@@ -222,7 +229,7 @@
- {
- HostCheckBox *gc = new HostCheckBox("DecodeExtraAudio");
- gc->setLabel(QObject::tr("Extra audio buffering"));
-- gc->setValue(true);
-+ gc->setValue(false);
- gc->setHelpText(QObject::tr("Enable this setting if MythTV is
playing "
- "\"crackly\" audio and you are using hardware
encoding. "
- "This setting will have no effect "
@@ -701,7 +708,7 @@
gc->setLabel(QObject::tr("Sort Episodes"));
gc->addSelection(QObject::tr("Record date"), "Date");
Modified: trunk/gar-minimyth/script/myth-0.21/mythtv/checksums
==============================================================================
--- trunk/gar-minimyth/script/myth-0.21/mythtv/checksums (original)
+++ trunk/gar-minimyth/script/myth-0.21/mythtv/checksums Fri Oct 10
21:38:16 2008
@@ -4,7 +4,7 @@
cce361bdbf12f6dd8861168152d8cd96 download/mythtv-0.21-eject.patch
3f8c14a92978ae845587b834931f1472 download/mythtv-0.21-udevinfo.patch
b7c7c02878904c6575b929c7215c30b2 download/mythtv-0.21.patch.gar
-5f32c43b476ef3b5161e1717907f0de9 download/mythtv-0.21-init.patch
+19fbe1e6f519f5428749a7924e239839 download/mythtv-0.21-init.patch
c8981ac484c5bab54054d69edfb3e51c download/mythtv-0.21-minimyth.patch
e9b9bcac4f94d57ebcd84ef29ecf9eea download/mythtv-0.21-programid.patch
d9fd634ae4e24fbd324a153d833219eb download/mythtv-0.21-alphapulse.patch
Modified:
trunk/gar-minimyth/script/myth-0.21/mythtv/files/mythtv-0.21-init.patch
==============================================================================
--- trunk/gar-minimyth/script/myth-0.21/mythtv/files/mythtv-0.21-init.patch
(original)
+++ trunk/gar-minimyth/script/myth-0.21/mythtv/files/mythtv-0.21-init.patch
Fri Oct 10 21:38:16 2008
@@ -28,15 +28,6 @@
#endif
#ifdef USING_DIRECTX
gc->addSelection("DirectX:", "DirectX:");
-@@ -253,7 +253,7 @@
- {
- HostCheckBox *gc = new HostCheckBox("DecodeExtraAudio");
- gc->setLabel(QObject::tr("Extra audio buffering"));
-- gc->setValue(true);
-+ gc->setValue(false);
- gc->setHelpText(QObject::tr("Enable this setting if MythTV is
playing "
- "\"crackly\" audio and you are using hardware
encoding. "
- "This setting will have no effect "
@@ -1508,7 +1508,7 @@
gc->setLabel(QObject::tr("Sort Episodes"));
gc->addSelection(QObject::tr("Record date"), "Date");
Modified: trunk/gar-minimyth/script/myth-trunk/mythtv/checksums
==============================================================================
--- trunk/gar-minimyth/script/myth-trunk/mythtv/checksums (original)
+++ trunk/gar-minimyth/script/myth-trunk/mythtv/checksums Fri Oct 10
21:38:16 2008
@@ -4,7 +4,7 @@
c291b85003dca9cd4d13d1bcb00ca655 download/mythtv-trunk-eject.patch
9055671f2f22cb516821dfa5f454343f download/mythtv-trunk-udevinfo.patch
862f83e63eacf88bfe4988ff6115beb6 download/mythtv-trunk.patch.gar
-e9d601ae93b1211077e9ed14b7f17c1d download/mythtv-trunk-init.patch
+ae49b2cdcd402299fec320f13b31544f download/mythtv-trunk-init.patch
b7b9464f2b279501715600db98ce0b32 download/mythtv-trunk-minimyth.patch
e058be13de36db985e6746cf7b61997b download/mythtv-trunk-programid.patch
604f95ccd6c14f85527e4f7c8cbcca6b download/mythtv-trunk-alphapulse.patch
Modified:
trunk/gar-minimyth/script/myth-trunk/mythtv/files/mythtv-trunk-init.patch
==============================================================================
---
trunk/gar-minimyth/script/myth-trunk/mythtv/files/mythtv-trunk-init.patch
(original)
+++
trunk/gar-minimyth/script/myth-trunk/mythtv/files/mythtv-trunk-init.patch
Fri Oct 10 21:38:16 2008
@@ -28,15 +28,6 @@
#endif
#ifdef USING_DIRECTX
gc->addSelection("DirectX:", "DirectX:");
-@@ -255,7 +255,7 @@
- {
- HostCheckBox *gc = new HostCheckBox("DecodeExtraAudio");
- gc->setLabel(QObject::tr("Extra audio buffering"));
-- gc->setValue(true);
-+ gc->setValue(false);
- gc->setHelpText(QObject::tr("Enable this setting if MythTV is
playing "
- "\"crackly\" audio and you are using hardware
encoding. "
- "This setting will have no effect "
@@ -1522,7 +1522,7 @@
gc->setLabel(QObject::tr("Sort Episodes"));
gc->addSelection(QObject::tr("Record date"), "Date");
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---