Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot/files: qtiplot-0.9.5-profile.patch qtiplot-0.9.5-fitplugins.patch qtiplot-0.9.3-systemlibs.patch qtiplot-0.9.3-homepage.patch
Date: Tue, 29 Apr 2008 14:55:56
Message-Id: E1JqrFJ-0000mE-QH@stork.gentoo.org
1 bicatali 08/04/29 14:55:53
2
3 Added: qtiplot-0.9.5-profile.patch
4 qtiplot-0.9.5-fitplugins.patch
5 Removed: qtiplot-0.9.3-systemlibs.patch
6 qtiplot-0.9.3-homepage.patch
7 Log:
8 Version bump. Separated patches for fit plugins and qtiplot.pro for better re-usability
9 (Portage version: 2.1.5_rc6)
10
11 Revision Changes Path
12 1.1 sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch?rev=1.1&content-type=text/plain
16
17 Index: qtiplot-0.9.5-profile.patch
18 ===================================================================
19 --- qtiplot/qtiplot.pro.orig 2008-04-24 18:54:47.622675411 +0000
20 +++ qtiplot/qtiplot.pro 2008-04-24 19:01:18.639824832 +0000
21 @@ -30,12 +30,11 @@
22 #!!! Warning: You must modify these paths according to your computer settings
23 #############################################################################
24
25 -INCLUDEPATH += ../3rdparty/muparser/include
26 -INCLUDEPATH += ../3rdparty/qwtplot3d/include
27 -INCLUDEPATH += ../3rdparty/qwt/src
28 -INCLUDEPATH += ../3rdparty/liborigin
29 -INCLUDEPATH += ../3rdparty/gsl/include
30 -INCLUDEPATH += ../3rdparty/zlib123/include
31 +INCLUDEPATH += /usr/include/muparser
32 +INCLUDEPATH += /usr/include/qwtplot3d
33 +INCLUDEPATH += /usr/include/qwt5
34 +INCLUDEPATH += /usr/include/liborigin
35 +INCLUDEPATH += /usr/include/gsl
36
37 ##################### 3rd PARTY LIBRARIES SECTION ###########################
38 #!!! Warning: You must modify these paths according to your computer settings
39 @@ -44,17 +43,19 @@
40 ##################### Linux (Mac OS X) ######################################
41
42 # statically link against libraries in 3rdparty
43 -unix:LIBS += ../3rdparty/muparser/lib/libmuparser.a
44 -unix:LIBS += ../3rdparty/qwtplot3d/lib/libqwtplot3d.a
45 -unix:LIBS += ../3rdparty/qwt/lib/libqwt.a
46 -unix:LIBS += ../3rdparty/gsl/lib/libgsl.a
47 -unix:LIBS += ../3rdparty/gsl/lib/libgslcblas.a
48 +#unix:LIBS += ../3rdparty/muparser/lib/libmuparser.a
49 +#unix:LIBS += ../3rdparty/qwtplot3d/lib/libqwtplot3d.a
50 +#unix:LIBS += ../3rdparty/qwt/lib/libqwt.a
51 +#unix:LIBS += ../3rdparty/gsl/lib/libgsl.a
52 +#unix:LIBS += ../3rdparty/gsl/lib/libgslcblas.a
53
54 # dynamically link against dependencies if they are installed system-wide
55 -#unix:LIBS += -lmuparser
56 -#unix:LIBS += -lqwtplot3d
57 -#unix:LIBS += -lqwt
58 -#unix:LIBS += -lgsl -lgslcblas
59 +unix:LIBS += -lmuparser
60 +unix:LIBS += -lqwtplot3d
61 +unix:LIBS += -lqwt
62 +unix:LIBS += $$system(pkg-config --libs gsl)
63 +unix:LIBS += -lorigin
64 +unix:LIBS += -lz
65
66 ##################### Windows ###############################################
67
68 @@ -147,8 +148,7 @@
69 manual.files += ../manual/html \
70 ../manual/qtiplot-manual-en.pdf
71
72 -documentation.files += ../README.html \
73 - ../gpl_licence.txt
74 +documentation.files += ../README.html
75
76 unix: man.files += ../qtiplot.1
77
78 @@ -403,8 +403,8 @@
79 ################# Origin Import (liborigin) ###################
80 ###############################################################
81
82 -HEADERS += ../3rdparty/liborigin/OPJFile.h
83 -SOURCES += ../3rdparty/liborigin/OPJFile.cpp
84 +#HEADERS += ../3rdparty/liborigin/OPJFile.h
85 +#SOURCES += ../3rdparty/liborigin/OPJFile.cpp
86
87 ###############################################################
88 ################# Module: Plot 2D #############################
89
90
91
92 1.1 sci-visualization/qtiplot/files/qtiplot-0.9.5-fitplugins.patch
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.5-fitplugins.patch?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.5-fitplugins.patch?rev=1.1&content-type=text/plain
96
97 Index: qtiplot-0.9.5-fitplugins.patch
98 ===================================================================
99 --- fitPlugins/fitRational0/fitRational0.pro.orig 2008-03-06 15:11:53.000000000 +0000
100 +++ fitPlugins/fitRational0/fitRational0.pro 2008-03-06 15:16:28.000000000 +0000
101 @@ -12,12 +12,10 @@
102 DESTDIR = ../
103
104 # statically link against GSL in 3rdparty
105 -INCLUDEPATH += ../../3rdparty/gsl/include/
106 -LIBS += ../../3rdparty/gsl/lib/libgsl.a
107 -LIBS += ../../3rdparty/gsl/lib/libgslcblas.a
108 +INCLUDEPATH += /usr/include/gsl
109
110 #dynamically link against GSL installed system-wide
111 -#unix:LIBS += -L /usr/lib$${libsuff} -lgsl -lgslcblas
112 +unix:LIBS += $$system(pkg-config --libs gsl)
113
114 target.path=/usr/lib$${libsuff}/qtiplot/plugins
115 INSTALLS += target
116 --- fitPlugins/fitRational1/fitRational1.pro.orig 2008-03-06 15:13:35.000000000 +0000
117 +++ fitPlugins/fitRational1/fitRational1.pro 2008-03-06 15:16:52.000000000 +0000
118 @@ -12,12 +12,10 @@
119 DESTDIR = ../
120
121 # statically link against GSL in 3rdparty
122 -INCLUDEPATH += ../../3rdparty/gsl/include/
123 -LIBS += ../../3rdparty/gsl/lib/libgsl.a
124 -LIBS += ../../3rdparty/gsl/lib/libgslcblas.a
125 +INCLUDEPATH += /usr/include/gsl
126
127 #dynamically link against GSL installed system-wide
128 -#unix:LIBS += -L /usr/lib$${libsuff} -lgsl -lgslcblas
129 +unix:LIBS += $$system(pkg-config --libs gsl)
130
131 target.path=/usr/lib$${libsuff}/qtiplot/plugins
132 INSTALLS += target
133
134
135
136 --
137 gentoo-commits@l.g.o mailing list