Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv12282/stable/main/finkinfo/libs

Modified Files:
        libwpd-0.8.info libwpd-1.info 
Log Message:
sync new version and val-fixes from unstable


Index: libwpd-1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libwpd-1.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libwpd-1.info       29 Aug 2009 23:24:18 -0000      1.3
+++ libwpd-1.info       8 Jun 2011 16:44:47 -0000       1.4
@@ -51,7 +51,7 @@
   DocFiles: CHANGES COPYING INSTALL README TODO
 <<
 ###
-Description: Library for import and export of WordPerfect formats
+Description: Import and export of WordPerfect formats
 DescDetail: <<
   libwpd is a library designed to help in the process of importing and
   exporting WordPerfect documents by hiding its stream-based formatting

Index: libwpd-0.8.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libwpd-0.8.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libwpd-0.8.info     16 Jul 2008 03:01:37 -0000      1.2
+++ libwpd-0.8.info     8 Jun 2011 16:44:47 -0000       1.3
@@ -1,29 +1,43 @@
+Info4: <<
 Package: libwpd-0.8
-Version: 0.8.4
-Revision: 1023
-Description: Library for import and export of WordPerfect formats
+Version: 0.8.14
+Revision: 1
+Description: Import and export of WordPerfect formats
 License: GPL
 Maintainer: Benjamin Reed <libwpd-...@fink.racoonfink.com>
 
-Depends: bzip2-shlibs, libgettext3-shlibs, glib2-shlibs (>= 2.14.0-1), 
libgsf1.114-shlibs (>= 1.14.8-1), libxml2-shlibs, libiconv, %N-shlibs (= %v-%r)
-BuildDepends: pkgconfig, bzip2, gettext-tools, libgettext3-dev, glib2-dev (>= 
2.14.0-1), libgsf1.114-dev (>= 1.14.8-1), libxml2, libiconv-dev
+Depends: %N-shlibs (= %v-%r)
+BuildDepends: <<
+       bzip2,
+       gettext-tools,
+       glib2-dev (>= 2.14.0-1),
+       libgettext3-dev,
+       libgsf1.114-dev,
+       libxml2,
+       libiconv-dev,
+       pkgconfig (>= 0.22-3)
+<<
 Conflicts: libwpd-1
 Replaces: libwpd-1
 GCC: 4.0
 
-Source: mirror:sourceforge:libwpd/libwpd-%v.tar.gz
-Source-MD5: 0461d4bf2da534b4bed041b67d7f7064
-PatchScript: <<
-       ### Fix relink bug
-       perl -pi.bak -e 's,need_relink=yes,need_relink=no,g' ltmain.sh
-<<
+Source: mirror:sourceforge:libwpd/libwpd-%v.tar.bz2
+Source-MD5: 974784f0cf067900bb8836b4d107101b
 
 SetLIBS: -L%p/lib
 NoSetLDFLAGS: true
-ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
+ConfigureParams: --disable-dependency-tracking --with-pic --enable-shared 
--disable-static --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --without-docs
 CompileScript: <<
 #!/bin/sh -ev
 
+       case `sw_vers -productVersion` in
+               10.[01234]*)
+                       ;;
+               *)
+                       export LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"
+                       ;;
+       esac
+
        ./configure %c
        make CCLD=g++
 <<
@@ -31,16 +45,22 @@
 DocFiles: CHANGES COPYING INSTALL README TODO
 SplitOff: <<
        Package: %N-shlibs
-       Depends: libgettext3-shlibs, glib2-shlibs (>= 2.14.0-1), 
libgsf1.114-shlibs (>= 1.14.8-1), libiconv, libxml2-shlibs
-       Replaces: %N-dev (<< 0.8.4-1023)
+       Depends: <<
+               bzip2-shlibs,
+               glib2-shlibs (>= 2.14.0-1),
+               libgettext3-shlibs,
+               libgsf1.114-shlibs,
+               libiconv,
+               libxml2-shlibs
+       <<
        DocFiles: CHANGES COPYING INSTALL README TODO
        Files: <<
-               lib/libwpd-0.8.*.dylib
-               lib/libwpd-stream-0.8.*.dylib
+               lib/libwpd-0.8.8*.dylib
+               lib/libwpd-stream-0.8.8*.dylib
        <<
        Shlibs: <<
-               %p/lib/libwpd-0.8.8.dylib 9.0.0 %n (>= 0.8.4-1023)
-               %p/lib/libwpd-stream-0.8.8.dylib 9.0.0 %n (>= 0.8.4-1023)
+               %p/lib/libwpd-0.8.8.dylib        9.0.0 %n (>= 0.8.14-1)
+               %p/lib/libwpd-stream-0.8.8.dylib 9.0.0 %n (>= 0.8.14-1)
        <<
 <<
 SplitOff2: <<
@@ -58,11 +78,12 @@
 
 Homepage: http://libwpd.sourceforge.net/
 DescDetail: <<
-  libwpd is a library designed to help in the process of importing and
-  exporting WordPerfect documents by hiding its stream-based formatting
-  behind a modern C++ API. It is used in the recent versions of AbiWord's
-  WordPerfect filter. A stand-alone utility based on libwpd, wpd2sxw, is
-  available now for converting WordPerfect documents to OpenOffice.org's
-  XML-based file format.
+libwpd is a library designed to help in the process of importing and
+exporting WordPerfect documents by hiding its stream-based formatting
+behind a modern C++ API. It is used in the recent versions of AbiWord's
+WordPerfect filter. A stand-alone utility based on libwpd, wpd2sxw, is
+available now for converting WordPerfect documents to OpenOffice.org's
+XML-based file format.
+<<
 <<
 


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to