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-graphlcd/files/0.1.5: vdr-graphlcd-0.1.5-missing-freetyp2.diff
Date: Tue, 01 Jan 2008 12:04:49
Message-Id: E1J9frP-0003II-Ip@stork.gentoo.org
1 hd_brummy 08/01/01 12:04:43
2
3 Added: vdr-graphlcd-0.1.5-missing-freetyp2.diff
4 Log:
5 fixed bug 203865, thanks to L.Muresan; cleanup
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.1 media-plugins/vdr-graphlcd/files/0.1.5/vdr-graphlcd-0.1.5-missing-freetyp2.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphlcd/files/0.1.5/vdr-graphlcd-0.1.5-missing-freetyp2.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphlcd/files/0.1.5/vdr-graphlcd-0.1.5-missing-freetyp2.diff?rev=1.1&content-type=text/plain
13
14 Index: vdr-graphlcd-0.1.5-missing-freetyp2.diff
15 ===================================================================
16 #bug 203856
17
18 diff -Naur graphlcd-0.1.5_orig/Makefile graphlcd-0.1.5/Makefile
19 --- graphlcd-0.1.5_orig/Makefile 2007-02-05 19:24:03.000000000 +0100
20 +++ graphlcd-0.1.5/Makefile 2007-12-31 02:08:00.000000000 +0100
21 @@ -9,6 +9,9 @@
22 #
23 PLUGIN = graphlcd
24
25 +# define this if you built graphlcd-base with freetype:
26 +HAVE_FREETYPE2 = 1
27 +
28 ### The version number of this plugin (taken from the main source file):
29
30 VERSION = $(shell grep 'static const char \*VERSION *=' plugin.c | awk '{ print $$6 }' | sed -e 's/[";]//g')
31 @@ -51,9 +54,12 @@
32
33 INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -I$(INSTALLPREFIX)/include
34
35 -DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
36 -DEFINES += -D_GNU_SOURCE
37 +DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
38
39 +ifdef HAVE_FREETYPE2
40 + INCLUDES += -I$(INSTALLPREFIX)/include/freetype2
41 + DEFINES += -DHAVE_FREETYPE2
42 +endif
43
44 ### The object files (add further files here):
45
46
47
48
49 --
50 gentoo-commits@g.o mailing list