r2281 - in vdr/vdr-plugin-extrecmenu/trunk/debian: . patches
Thomas Günther
tom-guest at costa.debian.org
Sun Apr 2 20:15:04 UTC 2006
Author: tom-guest
Date: 2006-04-02 20:15:03 +0000 (Sun, 02 Apr 2006)
New Revision: 2281
Modified:
vdr/vdr-plugin-extrecmenu/trunk/debian/changelog
vdr/vdr-plugin-extrecmenu/trunk/debian/patches/01_dvdarchive-path.dpatch
Log:
New upstream release 0.8a
Modified: vdr/vdr-plugin-extrecmenu/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-extrecmenu/trunk/debian/changelog 2006-04-02 17:59:58 UTC (rev 2280)
+++ vdr/vdr-plugin-extrecmenu/trunk/debian/changelog 2006-04-02 20:15:03 UTC (rev 2281)
@@ -1,3 +1,11 @@
+vdr-plugin-extrecmenu (0.8a-1) unstable; urgency=low
+
+ * Thomas Günther <tom at toms-cafe.de>
+ - New upstream release
+ - Updated 01_dvdarchive-path.dpatch
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Sun, 2 Apr 2006 19:58:00 +0200
+
vdr-plugin-extrecmenu (0.7-1) unstable; urgency=low
* Thomas Schmidt <tschmidt at debian.org>
Modified: vdr/vdr-plugin-extrecmenu/trunk/debian/patches/01_dvdarchive-path.dpatch
===================================================================
--- vdr/vdr-plugin-extrecmenu/trunk/debian/patches/01_dvdarchive-path.dpatch 2006-04-02 17:59:58 UTC (rev 2280)
+++ vdr/vdr-plugin-extrecmenu/trunk/debian/patches/01_dvdarchive-path.dpatch 2006-04-02 20:15:03 UTC (rev 2281)
@@ -1,28 +1,18 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
-## dvdarchive-path.dpatch by Tobias Grimm <tg at e-tobi.net>
+## 01_dvdarchive-path.dpatch by Tobias Grimm <tg at e-tobi.net>
##
+## Thomas Günther <tom at toms-cafe.de>
+## - adapted to extrecmenu-0.8a
+##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Set path to dvdarchive.sh script.
@DPATCH@
-diff -urNad vdr-plugin-extrecmenu-0.7~/mymenurecordings.c vdr-plugin-extrecmenu-0.7/mymenurecordings.c
---- vdr-plugin-extrecmenu-0.7~/mymenurecordings.c 2006-03-26 12:18:12.000000000 +0200
-+++ vdr-plugin-extrecmenu-0.7/mymenurecordings.c 2006-03-28 19:37:12.000000000 +0200
-@@ -197,7 +197,7 @@
- if(mysetup.wasdvd)
- {
- char *cmd;
-- asprintf(&cmd,"dvdarchive.sh umount '%s'",myReplayControl::LastReplayed());
-+ asprintf(&cmd,"/usr/share/vdr-plugin-extrecmenu/dvdarchive.sh umount '%s'",myReplayControl::LastReplayed());
- SystemExec(cmd);
- free(cmd);
- }
-@@ -403,7 +403,7 @@
- free(msg);
- strcpy(path,recording->FileName());
- name=strrchr(path,'/')+1;
-- asprintf(&msg,"dvdarchive.sh mount '%s' '%s'",path,name); // call the dvdarchive.sh script
-+ asprintf(&msg,"/usr/share/vdr-plugin-extrecmenu/dvdarchive.sh mount '%s' '%s'",path,name); // call the dvdarchive.sh script
-
- int result=SystemExec(msg);
- free(msg);
+--- extrecmenu-0.8a/mymenurecordings.c
++++ extrecmenu-0.8a/mymenurecordings.c
+@@ -221,1 +221,1 @@
+- asprintf(&cmd,"dvdarchive.sh umount \"%s\"",myReplayControl::LastReplayed());
++ asprintf(&cmd,"/usr/share/vdr-plugin-extrecmenu/dvdarchive.sh umount \"%s\"",myReplayControl::LastReplayed());
+@@ -436,1 +436,1 @@
+- asprintf(&msg,"dvdarchive.sh mount \"%s\" \"%s\"",path,name); // call the dvdarchive.sh script
++ asprintf(&msg,"/usr/share/vdr-plugin-extrecmenu/dvdarchive.sh mount \"%s\" \"%s\"",path,name); // call the dvdarchive.sh script
More information about the pkg-vdr-dvb-changes
mailing list