[SCM] vdr packaging repository branch, master, updated. debian/1.7.23-1-12-g25f8b18

etobi git at e-tobi.net
Sun Mar 11 09:42:36 UTC 2012


The following commit has been merged in the master branch:
commit b1d7b161718b5e84d65bee61c3296ebabe8b442a
Author: etobi <git at e-tobi.net>
Date:   Sun Feb 19 17:26:03 2012 +0100

    Added 01-upstream-fix.patch - a minor patch from Klaus Schmidinger

diff --git a/debian/.vdr-patches b/debian/.vdr-patches
index be7a42d..a0c1bd2 100644
--- a/debian/.vdr-patches
+++ b/debian/.vdr-patches
@@ -3,6 +3,7 @@ debian/patches/16_channels.conf.terr-fix.patch:933f8daa6bb6d26c711d0ae987a2b03e
 debian/patches/17_epg_channel_name_width.patch:12180ba935fa7834f818fcae9e0ed182
 debian/patches/04_newplugin.patch:5877f4f62dab4f3d437d4eef7cae3ac0
 debian/patches/99_ncursesw-include.patch:9bafeb768f7921015a5bab5e47786950
+debian/patches/01-upstream-fix.patch:9cefd2996f9778b03e67c36c225612f1
 debian/patches/82_valgrind.patch:60ad50e72eabb0861d096d1002fddca7
 debian/patches/06_default_svdrp_port_0.patch:4835f681f185991262a3160146f43f2f
 debian/patches/11_sortrecordings.patch:3e3a2f988cb7db03f8f56a44012a65f4
diff --git a/debian/changelog b/debian/changelog
index c98a207..4d51e5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 vdr (1.7.24-1) unstable; urgency=low
 
   * New upstream release
+  * Added 01-upstream-fix.patch - a minor patch from Klaus Schmidinger
 
  -- Tobias Grimm <etobi at debian.org>  Sun, 19 Feb 2012 17:21:08 +0100
 
diff --git a/debian/patches/01-upstream-fix.patch b/debian/patches/01-upstream-fix.patch
new file mode 100644
index 0000000..822cdd3
--- /dev/null
+++ b/debian/patches/01-upstream-fix.patch
@@ -0,0 +1,12 @@
+--- dvbplayer.c 2012/02/19 10:48:02     2.23
++++ dvbplayer.c 2012/02/19 14:21:22
+@@ -291,6 +291,8 @@
+      delete index;
+      index = NULL;
+      }
++  else if (PauseLive)
++     framesPerSecond = cRecording(FileName).FramesPerSecond(); // the fps rate might have changed from the default
+ }
+
+ cDvbPlayer::~cDvbPlayer()
+
diff --git a/debian/patches/series b/debian/patches/series
index caca8ca..79d8a6a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+01-upstream-fix.patch
 04_newplugin.patch
 06_default_svdrp_port_0.patch
 11_sortrecordings.patch

-- 
vdr packaging repository



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