Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-burn/files: vdr-1.7.27.diff
Date: Sat, 07 Apr 2012 02:06:19
Message-Id: 20120407020609.2EC1F2004E@flycatcher.gentoo.org
1 hd_brummy 12/04/07 02:06:09
2
3 Added: vdr-1.7.27.diff
4 Log:
5 compilefix >=vdr-1.7.27
6
7 (Portage version: 2.1.10.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-burn/files/vdr-1.7.27.diff
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-burn/files/vdr-1.7.27.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-burn/files/vdr-1.7.27.diff?rev=1.1&content-type=text/plain
14
15 Index: vdr-1.7.27.diff
16 ===================================================================
17 diff -Naur burn-0.2.0.orig/i18n.h burn-0.2.0/i18n.h
18 --- burn-0.2.0.orig/i18n.h 2012-04-07 03:40:32.000000000 +0200
19 +++ burn-0.2.0/i18n.h 2012-04-07 03:41:53.000000000 +0200
20 @@ -20,18 +20,7 @@
21 // Implemented as a Meyers-Singleton
22 class i18n
23 {
24 - private:
25 - static const tI18nPhrase m_phrases[];
26 -
27 - int m_osdLanguage;
28 -
29 - protected:
30 - static i18n& get();
31 -
32 public:
33 - i18n();
34 -
35 - static const tI18nPhrase* get_phrases() { return m_phrases; }
36
37 static const char* translate( const char* text );
38 };