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-text2skin/files: vdr-text2skin-1.3.2-Makefile.patch
Date: Tue, 01 May 2012 15:54:17
Message-Id: 20120501155407.692ED2004B@flycatcher.gentoo.org
1 hd_brummy 12/05/01 15:54:07
2
3 Modified: vdr-text2skin-1.3.2-Makefile.patch
4 Log:
5 cleanup; vdr-plugin-2.eclass; removed use-flag nls
6
7 (Portage version: 2.1.10.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 media-plugins/vdr-text2skin/files/vdr-text2skin-1.3.2-Makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-text2skin/files/vdr-text2skin-1.3.2-Makefile.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-text2skin/files/vdr-text2skin-1.3.2-Makefile.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-text2skin/files/vdr-text2skin-1.3.2-Makefile.patch?r1=1.1&r2=1.2
15
16 Index: vdr-text2skin-1.3.2-Makefile.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-text2skin/files/vdr-text2skin-1.3.2-Makefile.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- vdr-text2skin-1.3.2-Makefile.patch 15 Jan 2012 18:59:04 -0000 1.1
23 +++ vdr-text2skin-1.3.2-Makefile.patch 1 May 2012 15:54:07 -0000 1.2
24 @@ -6,7 +6,7 @@
25 # External image lib to use: imagemagick, graphicsmagick, imlib2 or none
26 IMAGELIB = imagemagick
27
28 -+WANT_I18N=1
29 ++#
30
31 # DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU'RE DOING
32 # -------------------------------------------------------------
33 @@ -48,7 +48,7 @@
34
35 ### Internationalization (I18N):
36 -
37 -+ifdef WANT_I18N
38 ++#
39 PODIR = po
40 LOCALEDIR = $(VDRDIR)/locale
41 I18Npo = $(notdir $(wildcard $(PODIR)/*.po))
42 @@ -56,7 +56,7 @@
43 $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.po
44 @mkdir -p $(dir $@)
45 msgfmt -c -o $@ $<
46 -+endif
47 ++#
48
49 .PHONY: i18n
50 i18n: $(I18Npo:%.po=$(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo)