Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13742
Added Files:
guppi16.info guppi16.patch
Removed Files:
guppi16-0.40.3-12.info guppi16-0.40.3-12.patch
Log Message:
Stable
--- NEW FILE: guppi16.info ---
Package: guppi16
Version: 0.40.3
Revision: 13
Source: mirror:gnome:sources/Guppi/0.40/Guppi-%v.tar.gz
Patch: %n.patch
Depends: %N-shlibs (= %v-%r)
BuildDepends: gal21 (>= 0.22-2), gdk-pixbuf, libjpeg, libtiff, netpbm, audiofile,
glib, gtk+, orbit-dev, giflib, imlib, gmp, bonobo-dev, control-center-dev (>=
1.4.0.5-6), gconf-dev, glibwww, gnome-core-dev (>= 1.4.1-4), gnome-libs-dev,
gnome-print-dev, gtkhtml-dev (>= 1.0.2-5), oaf-dev, expat, libole2, libwww, libxml,
gettext-dev, gettext-bin, libiconv-dev
Conflicts: guppi
Replaces: guppi
SetCPPFLAGS: -no-cpp-precomp
NoSetLDFlags: true
ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
SplitOff: <<
Package: %N-shlibs
Depends: gnome-core, gnome-print, libglade, gal21-shlibs
Files: lib/guppi/plug-ins/%v lib/libguppi.*.dylib lib/libguppitank.*.dylib
Shlibs: <<
%p/lib/libguppi.16.dylib 17.0.0 %n (>= 0.40.3-1)
%p/lib/libguppitank.16.dylib 17.0.0 %n (>= 0.40.3-1)
<<
Docfiles: README TODO INSTALL NEWS COPYING
<<
SplitOff2: <<
Package: %N-dev
BuildDependsOnly: True
Depends: %N-shlibs (= %v-%r)
Conflicts: guppi-dev
Replaces: guppi-dev
Files: include lib/libguppi.dylib lib/libguppitank.dylib lib/*.la lib/*.sh
share/aclocal
Docfiles: README TODO INSTALL NEWS COPYING
<<
Description: Framework for graphing and interactive data analysis
DescDetail: <<
Guppi is a library that can be used to extend other programs.
Your own programs can either link directly to Guppi's shared libraries,
or can embed Guppi plots via Bonobo, GNOME's component architecture.
<<
Docfiles: README TODO INSTALL NEWS COPYING
License: GPL
DescPort: <<
-flat_namespace LDFLAG needed to link indirectly referenced symbols.
Patch to configure to get flags right for dynamic linking.
<<
Maintainer: Peter O'Gorman <[EMAIL PROTECTED]>
Homepage: http://www.gnome.org/guppi
Source-MD5: 701afdafc187b61cfa22a7b2269b970d
--- NEW FILE: guppi16.patch ---
diff -Naur Guppi-0.40.3.old/configure Guppi-0.40.3/configure
--- Guppi-0.40.3.old/configure Tue Jan 22 13:15:34 2002
+++ Guppi-0.40.3/configure Wed Jul 10 22:21:50 2002
@@ -4784,11 +4786,11 @@
;;
darwin* | rhapsody*)
- allow_undefined_flag='-undefined suppress'
+ allow_undefined_flag='-undefined dynamic_lookup'
# FIXME: Relying on posixy $() will cause problems for
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes.
- archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib)
$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname
$(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
+ archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib)
$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts $(test .$module != .yes &&
echo -install_name $rpath/$soname $tmp_verstring)'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct=yes
diff -Naur Guppi-0.40.3.old/ltmain.sh Guppi-0.40.3/ltmain.sh
--- Guppi-0.40.3.old/ltmain.sh Tue Jan 22 13:15:19 2002
+++ Guppi-0.40.3/ltmain.sh Wed Jul 10 22:16:10 2002
@@ -2889,8 +2889,14 @@
# Do each of the archive commands.
if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
- eval cmds=\"$archive_expsym_cmds\"
+
+eval cmds=\"$archive_expsym_cmds\"
else
+ if test "x$verstring" = "x0.0"; then
+ tmp_verstring=
+ else
+ tmp_verstring="$verstring"
+ fi
eval cmds=\"$archive_cmds\"
fi
IFS="${IFS= }"; save_ifs="$IFS"; IFS='~'
diff -Naur Guppi-0.40.3.old/src/libguppispecfns/const.c
Guppi-0.40.3/src/libguppispecfns/const.c
--- Guppi-0.40.3.old/src/libguppispecfns/const.c Sun May 6 03:16:23 2001
+++ Guppi-0.40.3/src/libguppispecfns/const.c Wed Jul 10 22:17:10 2002
@@ -62,6 +62,10 @@
#include "mconf.h"
#include <gnan.h>
+#ifdef INFINITY
+#undef INFINITY
+#endif
+
#ifdef UNK
#if 1
double MACHEP = 1.11022302462515654042E-16; /* 2**-53 */
--- guppi16-0.40.3-12.info DELETED ---
--- guppi16-0.40.3-12.patch DELETED ---
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits