[SCM] vdr-plugin-live packaging repository branch, master, updated. debian/0.2.0+git20120428-2

etobi git at e-tobi.net
Sat Jun 9 23:30:00 UTC 2012


The following commit has been merged in the master branch:
commit 45e7b0e1a564959d5c3cc2f7acc2f897b73c3731
Author: etobi <git at e-tobi.net>
Date:   Fri Jun 8 21:19:51 2012 +0200

    Build-depend on vdr-dev (>= 1.7.28)

diff --git a/debian/changelog b/debian/changelog
index e958606..113b067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-live (0.2.0+git20120428-2) unstable; urgency=low
+
+  * Build-depend on vdr-dev (>= 1.7.28)
+
+ -- Tobias Grimm <etobi at debian.org>  Fri, 08 Jun 2012 21:19:34 +0200
+
 vdr-plugin-live (0.2.0+git20120428-1) unstable; urgency=low
 
   * Build-depend on vdr-dev (>= 1.7.27)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..bd7d7f7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+vdr-1.7.28.patch
diff --git a/debian/patches/vdr-1.7.28.patch b/debian/patches/vdr-1.7.28.patch
new file mode 100644
index 0000000..5dcbb92
--- /dev/null
+++ b/debian/patches/vdr-1.7.28.patch
@@ -0,0 +1,25 @@
+Index: vdr-plugin-live/tasks.cpp
+===================================================================
+--- vdr-plugin-live.orig/tasks.cpp	2012-04-28 07:18:05.000000000 +0200
++++ vdr-plugin-live/tasks.cpp	2012-06-08 21:18:53.000000000 +0200
+@@ -60,9 +60,9 @@
+ 
+ 	const char *current = NowReplaying();
+ 	if (!current || (0 != strcmp(current, recording->FileName()))) {
+-		cReplayControl::SetRecording( 0, 0 );
++		cReplayControl::SetRecording( 0 );
+ 		cControl::Shutdown();
+-		cReplayControl::SetRecording( recording->FileName(), recording->Title() );
++		cReplayControl::SetRecording( recording->FileName() );
+ 		cControl::Launch( new cReplayControl );
+ 		cControl::Attach();
+ 	}
+@@ -122,7 +122,7 @@
+ 		return;
+ 	}
+ 
+-	cReplayControl::SetRecording( 0, 0 );
++	cReplayControl::SetRecording( 0 );
+ 	cControl::Shutdown();
+ }
+ 

-- 
vdr-plugin-live packaging repository



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