[SCM] vdr packaging repository branch, e-tobi, updated. debian/1.7.27-2_etobi2-13-g2810347

etobi git at e-tobi.net
Wed Jun 6 21:19:07 UTC 2012


The following commit has been merged in the e-tobi branch:
commit 28103471c37508653bbe996261859a0df26c40a5
Author: etobi <git at e-tobi.net>
Date:   Wed Jun 6 23:14:41 2012 +0200

    Updated debian/patches/opt-41-x_timer-info.patch - Fixed MB/MIN

diff --git a/debian/.vdr-patches b/debian/.vdr-patches
index 65ae0c8..6b928ad 100644
--- a/debian/.vdr-patches
+++ b/debian/.vdr-patches
@@ -8,7 +8,7 @@ debian/patches/opt-45_yaepg.patch:cf3dcab06c31c75ae975b6476ea4b426
 debian/patches/04_newplugin.patch:1caa94c8f161b8f5cee8848ad5ed617c
 debian/patches/99_ncursesw-include.patch:202634ae3e5d18b35edd5d04d2390e01
 debian/patches/opt-24_jumpplay.patch:c3c55532ea955ced6c5fce27107e7cc1
-debian/patches/opt-41-x_timer-info.patch:eafbff3b5fe908fe4756f5096c9f9255
+debian/patches/opt-41-x_timer-info.patch:6d2ef9eb7928d8767b003801e0ea383c
 debian/patches/opt-42-x_MainMenuHooks.patch:35d440930b32c270b8239d3fa55f8f15
 debian/patches/fix-no-hddvbdevice-segfault.patch:51fca90c1a05d8ddfa6a8988c11be6f2
 debian/patches/06_default_svdrp_port_0.patch:961fed0d8413e21265d9d9a75910663b
diff --git a/debian/patches/opt-41-x_timer-info.patch b/debian/patches/opt-41-x_timer-info.patch
index c8d3e70..93cb5bd 100644
--- a/debian/patches/opt-41-x_timer-info.patch
+++ b/debian/patches/opt-41-x_timer-info.patch
@@ -218,7 +218,7 @@ Index: vdr/menu.c
 +  // compute free disk space
 +  int freeMB, freeMinutes, runshortMinutes;
 +  VideoDiskSpace(&freeMB);
-+  freeMinutes = int(double(freeMB) * 1.1 / MB_PER_MINUTE); // overestimate by 10 percent
++  freeMinutes = int(double(freeMB) * 1.1 / 25.75); // overestimate by 10 percent
 +  runshortMinutes = freeMinutes / 5; // 20 Percent
 +
 +  // fill entries list

-- 
vdr packaging repository



More information about the pkg-vdr-dvb-changes mailing list