diff options
author | drochner <drochner> | 2010-09-07 16:45:18 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-09-07 16:45:18 +0000 |
commit | 42e95e59bc0903f13fd20b49a82112e5baf97669 (patch) | |
tree | bb4cee07be2cc6bb74936f33f9a774c7a7489aa8 /graphics | |
parent | 04fb5c55ef57abe27f05b0874dc16c4e0da997d9 (diff) | |
download | pkgsrc-42e95e59bc0903f13fd20b49a82112e5baf97669.tar.gz |
update to 0.2.4
changes:
-fixes many bugs and performance problems
-adds two Czech translations
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/scidavis/Makefile | 5 | ||||
-rw-r--r-- | graphics/scidavis/distinfo | 10 | ||||
-rw-r--r-- | graphics/scidavis/patches/patch-aa | 18 |
3 files changed, 14 insertions, 19 deletions
diff --git a/graphics/scidavis/Makefile b/graphics/scidavis/Makefile index ab3ae35c56c..b777ba28d49 100644 --- a/graphics/scidavis/Makefile +++ b/graphics/scidavis/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2010/06/13 22:44:44 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/07 16:45:18 drochner Exp $ # -DISTNAME= scidavis-0.2.3 -PKGREVISION= 4 +DISTNAME= scidavis-0.2.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scidavis/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/scidavis/distinfo b/graphics/scidavis/distinfo index ab3e57bbe4e..491111b2737 100644 --- a/graphics/scidavis/distinfo +++ b/graphics/scidavis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/12/11 20:13:49 drochner Exp $ +$NetBSD: distinfo,v 1.2 2010/09/07 16:45:18 drochner Exp $ -SHA1 (scidavis-0.2.3.tar.bz2) = 410e84d894c6cecca0b2c657709f81320eae022b -RMD160 (scidavis-0.2.3.tar.bz2) = ca3c3232af443bcf3c0a254ad2c1aea4cb1b1c2a -Size (scidavis-0.2.3.tar.bz2) = 1309491 bytes -SHA1 (patch-aa) = 15384aa50605170fcbc7294bcbfc20ff382cb24a +SHA1 (scidavis-0.2.4.tar.bz2) = f8e0eeac08f0e06fe12cb55bb6b008c3963cb3de +RMD160 (scidavis-0.2.4.tar.bz2) = a265a8fea2e26ca26e0ba08dd3069389bb5f4735 +Size (scidavis-0.2.4.tar.bz2) = 1426695 bytes +SHA1 (patch-aa) = c128147db8ce84d73f6168ce3c16e5ba0e431ef3 diff --git a/graphics/scidavis/patches/patch-aa b/graphics/scidavis/patches/patch-aa index c5d488e7161..e1547a731dd 100644 --- a/graphics/scidavis/patches/patch-aa +++ b/graphics/scidavis/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2009/12/11 20:13:49 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2010/09/07 16:45:18 drochner Exp $ ---- scidavis/scidavis.pro.orig 2009-06-28 09:35:12.000000000 +0000 +--- scidavis/scidavis.pro.orig 2009-10-06 15:24:55.000000000 +0000 +++ scidavis/scidavis.pro @@ -25,15 +25,15 @@ exists(/usr/bin/lupdate-qt4) { LRELEASE_BIN = lrelease-qt4 @@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2009/12/11 20:13:49 drochner Exp $ win32: INSTALLBASE = c:/scidavis unix: target.path = "$$INSTALLBASE/bin" # where to install the binary on Linux/MacOS X win32: target.path = "$$INSTALLBASE" # where to install the exe on Windows -@@ -60,7 +60,7 @@ win32: pythonutils.path = $$INSTALLBASE +@@ -65,7 +65,7 @@ win32: pythonutils.path = $$INSTALLBASE ### building without muParser does not work yet (but will in a future version) include( muparser.pri ) ### comment out the following line to deactivate Python scripting support @@ -30,7 +30,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2009/12/11 20:13:49 drochner Exp $ ################### start of liborigin block ############ liborigin support has been discontinued due to the lack -@@ -82,18 +82,18 @@ include( python.pri ) +@@ -87,16 +87,16 @@ include( python.pri ) ### are compiled against Qt4), dynamically against everything else. ############################################################################# @@ -47,13 +47,9 @@ $NetBSD: patch-aa,v 1.1.1.1 2009/12/11 20:13:49 drochner Exp $ -unix:LIBS += -L/usr/lib$${libsuff} +#unix:LIBS += -L/usr/lib$${libsuff} unix:LIBS += -lgsl -lgslcblas -lz - ### muparser 1.30 does not compile as a shared lib on Linux --unix:LIBS += -L/usr/local/lib$${libsuff} --unix:LIBS += /usr/local/lib/libmuparser.a --unix:INCLUDEPATH += /usr/local/include -+#unix:LIBS += -L/usr/local/lib$${libsuff} -+unix:LIBS += -L$$(LOCALBASE)/lib -lmuparser -+#unix:INCLUDEPATH += /usr/local/include + unix:LIBS += -lmuparser +-unix:INCLUDEPATH += /usr/include/muParser ++#unix:INCLUDEPATH += /usr/include/muParser ############################################################################# ### Link everything dynamically |