Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qwtplot3d/files: qwtplot3d-sys-gl2ps.patch
Date: Tue, 07 Apr 2009 18:51:32
Message-Id: E1LrGOQ-0006je-Tm@stork.gentoo.org
1 bicatali 09/04/07 18:51:30
2
3 Added: qwtplot3d-sys-gl2ps.patch
4 Log:
5 Removed bundled gl2ps and fixed some QA
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch?rev=1.1&content-type=text/plain
13
14 Index: qwtplot3d-sys-gl2ps.patch
15 ===================================================================
16 --- qwtplot3d.pro.orig 2009-04-07 19:45:29.985645378 +0100
17 +++ qwtplot3d.pro 2009-04-07 19:46:50.095747068 +0100
18 @@ -80,13 +80,11 @@
19 include/qwt3d_graphplot.h \
20 include/qwt3d_multiplot.h
21
22 -# gl2ps support
23 -HEADERS+=3rdparty/gl2ps/gl2ps.h \
24 - include/qwt3d_io_gl2ps.h
25 +# gl2ps support taken from system libs
26 +HEADERS+=include/qwt3d_io_gl2ps.h
27
28 -SOURCES+=src/qwt3d_io_gl2ps.cpp \
29 - 3rdparty/gl2ps/gl2ps.c
30 -
31 +SOURCES+=src/qwt3d_io_gl2ps.cpp
32 +unix:LIBS += -lg2ps
33 # zlib support for gl2ps
34 zlib {
35 DEFINES += GL2PS_HAVE_ZLIB
36 --- src/qwt3d_io_gl2ps.cpp.orig 2009-04-07 19:44:38.536418391 +0100
37 +++ src/qwt3d_io_gl2ps.cpp 2009-04-07 19:45:03.685133854 +0100
38 @@ -4,7 +4,7 @@
39
40 #include <time.h>
41 #include "qwt3d_openglhelper.h"
42 -#include "../3rdparty/gl2ps/gl2ps.h"
43 +#include <gl2ps.h>
44 #include "qwt3d_io_gl2ps.h"
45 #include "qwt3d_plot.h"