Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-mlist/files: vdr-mlist-0.0.5-vdr-1.4.diff
Date: Mon, 28 Apr 2008 08:49:51
Message-Id: E1JqP3U-0002gt-62@stork.gentoo.org
1 zzam 08/04/28 08:49:48
2
3 Added: vdr-mlist-0.0.5-vdr-1.4.diff
4 Log:
5 Fixed compile with vdr-1.4. Fixed homepage.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-mlist/files/vdr-mlist-0.0.5-vdr-1.4.diff?rev=1.1&content-type=text/plain
13
14 Index: vdr-mlist-0.0.5-vdr-1.4.diff
15 ===================================================================
16 diff -ru mlist-0.0.5-orig/i18n.h mlist-0.0.5/i18n.h
17 --- mlist-0.0.5-orig/i18n.h 2008-04-28 10:46:28.131558650 +0200
18 +++ mlist-0.0.5/i18n.h 2008-04-28 10:46:46.251551253 +0200
19 @@ -12,4 +12,8 @@
20
21 extern const tI18nPhrase Phrases[];
22
23 +#ifndef trNOOP
24 +#define trNOOP(s) (s)
25 +#endif
26 +
27 #endif //_I18N__H
28 Nur in mlist-0.0.5: libvdr-mlist.so.
29 Nur in mlist-0.0.5: libvdr-mlist.so.1.4.5.
30 diff -ru mlist-0.0.5-orig/mlist.c mlist-0.0.5/mlist.c
31 --- mlist-0.0.5-orig/mlist.c 2008-04-28 10:46:28.131558650 +0200
32 +++ mlist-0.0.5/mlist.c 2008-04-28 10:47:00.091552984 +0200
33 @@ -10,6 +10,7 @@
34 #include <vdr/status.h>
35 #include <vdr/osdbase.h>
36 #include <time.h>
37 +#include "i18n.h"
38
39 static const char *VERSION = "0.0.5";
40 static const char *DESCRIPTION = trNOOP("Displays the message history");
41 Nur in mlist-0.0.5: mlist.o.
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list