summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-04-02 13:34:43 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-04-02 13:34:43 +0000
commit8e6c23d9a92321b076d6156838bfd17234f4704b (patch)
treef452c465e3a5f9761c6990f99116bd5787571cba /media-plugins/vdr-tvtv/files
parentalpha/ia64/sparc stable wrt security #215276 (diff)
downloadgentoo-2-8e6c23d9a92321b076d6156838bfd17234f4704b.tar.gz
gentoo-2-8e6c23d9a92321b076d6156838bfd17234f4704b.tar.bz2
gentoo-2-8e6c23d9a92321b076d6156838bfd17234f4704b.zip
Make vdr-1.6.0 compatible.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/vdr-tvtv/files')
-rw-r--r--media-plugins/vdr-tvtv/files/vdr-tvtv-0.3.3-vdr-1.6.0.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/vdr-tvtv/files/vdr-tvtv-0.3.3-vdr-1.6.0.diff b/media-plugins/vdr-tvtv/files/vdr-tvtv-0.3.3-vdr-1.6.0.diff
new file mode 100644
index 000000000000..5f567b5ed02c
--- /dev/null
+++ b/media-plugins/vdr-tvtv/files/vdr-tvtv-0.3.3-vdr-1.6.0.diff
@@ -0,0 +1,15 @@
+diff -ru tvtv-0.3.3-orig/update.c tvtv-0.3.3/update.c
+--- tvtv-0.3.3-orig/update.c 2008-04-02 15:29:07.317447833 +0200
++++ tvtv-0.3.3/update.c 2008-04-02 15:30:37.827449337 +0200
+@@ -519,7 +519,11 @@
+ #else
+ oss << "1:";
+ #endif
++#if VDRVERSNUM >= 10600
++ oss << *(oTVTVChannel->GetChannelID().ToString()) << ":";
++#else
+ oss << oTVTVChannel->GetChannelID().ToString() << ":";
++#endif
+
+ // Starting with VDR 1.3.23 timer entries support a full date in ISO notation.
+ #if VDRVERSNUM >= 10323