public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot/files: qtiplot-0.9.2-systemlibs.patch digest-qtiplot-0.9.2 digest-qtiplot-0.9.1 qtiplot-0.9.1-systemlibs.patch
@ 2007-12-03 11:20 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2007-12-03 11:20 UTC (permalink / raw
  To: gentoo-commits

bicatali    07/12/03 11:20:16

  Added:                qtiplot-0.9.2-systemlibs.patch digest-qtiplot-0.9.2
  Removed:              digest-qtiplot-0.9.1 qtiplot-0.9.1-systemlibs.patch
  Log:
  Version bump. Removed 0.9.1 because many issues and missing doc upstream. python-2.5 now only needed if python flag set.
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.1                  sci-visualization/qtiplot/files/qtiplot-0.9.2-systemlibs.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.2-systemlibs.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.2-systemlibs.patch?rev=1.1&content-type=text/plain

Index: qtiplot-0.9.2-systemlibs.patch
===================================================================
--- qtiplot/qtiplot.pro.orig	2007-12-01 17:26:18.930878533 +0000
+++ qtiplot/qtiplot.pro	2007-12-01 17:34:09.321684577 +0000
@@ -35,12 +35,11 @@
 #!!! Warning: You must modify these paths according to your computer settings
 #############################################################################
 
-INCLUDEPATH       += ../3rdparty/muparser/include
-INCLUDEPATH       += ../3rdparty/qwtplot3d/include
-INCLUDEPATH       += ../3rdparty/qwt/src
-INCLUDEPATH       += ../3rdparty/liborigin
-INCLUDEPATH       += ../3rdparty/gsl/include
-INCLUDEPATH       += ../3rdparty/zlib123/include
+INCLUDEPATH       += /usr/include/muParser
+INCLUDEPATH       += /usr/include/qwtplot3d
+INCLUDEPATH       += /usr/include/qwt5
+INCLUDEPATH       += /usr/include/liborigin
+INCLUDEPATH       += /usr/include/gsl
 
 ##################### 3rd PARTY LIBRARIES SECTION ###########################
 #!!! Warning: You must modify these paths according to your computer settings
@@ -49,17 +48,19 @@
 ##################### Linux (Mac OS X) ######################################
 
 # statically link against libraries in 3rdparty
-unix:LIBS         += ../3rdparty/muparser/lib/libmuparser.a
-unix:LIBS         += ../3rdparty/qwtplot3d/lib/libqwtplot3d.a
-unix:LIBS         += ../3rdparty/qwt/lib/libqwt.a
-unix:LIBS         += ../3rdparty/gsl/lib/libgsl.a
-unix:LIBS         += ../3rdparty/gsl/lib/libgslcblas.a
+#unix:LIBS         += ../3rdparty/muparser/lib/libmuparser.a
+#unix:LIBS         += ../3rdparty/qwtplot3d/lib/libqwtplot3d.a
+#unix:LIBS         += ../3rdparty/qwt/lib/libqwt.a
+#unix:LIBS         += ../3rdparty/gsl/lib/libgsl.a
+#unix:LIBS         += ../3rdparty/gsl/lib/libgslcblas.a
 
 # dynamically link against dependencies if they are installed system-wide
-#unix:LIBS         += -lmuparser
-#unix:LIBS         += -lqwtplot3d
-#unix:LIBS         += -lqwt
-#unix:LIBS         += -lgsl -lgslcblas
+unix:LIBS         += -lmuparser
+unix:LIBS         += -lqwtplot3d
+unix:LIBS         += -lqwt
+unix:LIBS         += -lgsl -lgslcblas
+unix:LIBS         += -lorigin
+unix:LIBS         += -lz
 
 ##################### Windows ###############################################
 
@@ -118,8 +119,8 @@
 ###################### DOCUMENTATION ########################################
 
 documentation.files += ../manual/html \
-                       ../README.html \
-                       ../gpl_licence.txt \
+#                       ../README.html \
+#                       ../gpl_licence.txt \
 
 ###################### HEADERS ##############################################
 
@@ -368,8 +369,8 @@
 ################# Origin Import (liborigin) ###################
 ###############################################################
 
-HEADERS += ../3rdparty/liborigin/OPJFile.h
-SOURCES += ../3rdparty/liborigin/OPJFile.cpp
+#HEADERS += ../3rdparty/liborigin/OPJFile.h
+#SOURCES += ../3rdparty/liborigin/OPJFile.cpp
 
 ###############################################################
 ################# Restricted Module: FFT 2D ###################
--- fitPlugins/fitRational0/fitRational0.pro.orig	2007-12-01 17:34:26.038637222 +0000
+++ fitPlugins/fitRational0/fitRational0.pro	2007-12-01 17:35:30.542313077 +0000
@@ -12,12 +12,12 @@
 DESTDIR           = ../
  
 # statically link against GSL in 3rdparty
-INCLUDEPATH += ../../3rdparty/gsl/include/
-LIBS        += ../../3rdparty/gsl/lib/libgsl.a
-LIBS        += ../../3rdparty/gsl/lib/libgslcblas.a
+INCLUDEPATH += /usr/include/gsl
+#LIBS        += ../../3rdparty/gsl/lib/libgsl.a
+#LIBS        += ../../3rdparty/gsl/lib/libgslcblas.a
 
 #dynamically link against GSL installed system-wide
-#unix:LIBS += -L /usr/lib$${libsuff} -lgsl -lgslcblas
+unix:LIBS += -lgsl -lgslcblas
 
 target.path=/usr/lib$${libsuff}/qtiplot/plugins
 INSTALLS += target
--- fitPlugins/fitRational1/fitRational1.pro.orig	2007-12-01 17:35:44.879130086 +0000
+++ fitPlugins/fitRational1/fitRational1.pro	2007-12-01 17:36:19.221087122 +0000
@@ -12,12 +12,12 @@
 DESTDIR           = ../
  
 # statically link against GSL in 3rdparty
-INCLUDEPATH += ../../3rdparty/gsl/include/
-LIBS        += ../../3rdparty/gsl/lib/libgsl.a
-LIBS        += ../../3rdparty/gsl/lib/libgslcblas.a
+INCLUDEPATH += /usr/include/gsl
+#LIBS        += ../../3rdparty/gsl/lib/libgsl.a
+#LIBS        += ../../3rdparty/gsl/lib/libgslcblas.a
 
 #dynamically link against GSL installed system-wide
-#unix:LIBS += -L /usr/lib$${libsuff} -lgsl -lgslcblas
+unix:LIBS += -lgsl -lgslcblas
 
 target.path=/usr/lib$${libsuff}/qtiplot/plugins
 INSTALLS += target



1.1                  sci-visualization/qtiplot/files/digest-qtiplot-0.9.2

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/files/digest-qtiplot-0.9.2?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/files/digest-qtiplot-0.9.2?rev=1.1&content-type=text/plain

Index: digest-qtiplot-0.9.2
===================================================================
MD5 ab8139bfdcbca5bb4d620e084300ea66 manual-en.tar.bz2 5315240
RMD160 a5e84275cd4b0d435ef0bf23cb7452bf7eab45eb manual-en.tar.bz2 5315240
SHA256 b66298d91df974bcce8f2712704b7b01dbe29e2993a489cfdb4c5e322b69ac4a manual-en.tar.bz2 5315240
MD5 920a78cbd4a72d23f1bc79ba89e2a1f9 manual-es.zip 291117
RMD160 df6161700fc5e18b4020e7963eedac1ef690bc42 manual-es.zip 291117
SHA256 41cb6f04baa23cb1f15469a049f9833506c6899b9410b8af064677a221d413c9 manual-es.zip 291117
MD5 943c50f7fb28e1b11ed0188ec918cf4c qtiplot-0.9.2.tar.bz2 897629
RMD160 5b1a71f87a3d6801aa26337fbb5932191aed228c qtiplot-0.9.2.tar.bz2 897629
SHA256 051a55e3e120ad53b2463a3a9295d22f9d36d1146468c5ebd869a5f180c145fd qtiplot-0.9.2.tar.bz2 897629



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-03 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-03 11:20 [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot/files: qtiplot-0.9.2-systemlibs.patch digest-qtiplot-0.9.2 digest-qtiplot-0.9.1 qtiplot-0.9.1-systemlibs.patch Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox