Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21864/stable/main/finkinfo/libs

Added Files:
        libwv1.info libwv1.patch 
Log Message:
missed in GNOME2.24 -> stable sync (needed by abiword)


--- NEW FILE: libwv1.info ---
Package: libwv1
Version: 1.2.1
Revision: 1
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
        bzip2-dev,
        expat1,
        fink (>= 0.24.12),
        freetype219 (>= 2.3.7-7),
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.18.0-1),
        libgettext3-dev,
        libgsf1.114-dev (>= 1.14.11-1),
        libiconv-dev,
        libjpeg,
        libpng3,
        libwmf (>= 0.2.8.2-9),
        libxml2 (>= 2.6.30),
        pkgconfig (>= 0.23)
<<
Conflicts: wv2
Replaces: wv2
BuildDependsOnly: true
Source: mirror:sourceforge:wvware/wv-%v.tar.gz
Source-MD5: d757080af4595839d5d82a1a573c692c
PatchFile: %n.patch
PatchFile-MD5: 67c817036bd51c8466f3cf0b2e90dcea
#SetCFLAGS: -Os -Wall
ConfigureParams: --mandir=%p/share/man --disable-static 
--disable-dependency-tracking --with-libwmf
InfoTest: TestScript: make check || exit 2
InstallScript: make install DESTDIR=%d
DocFiles: COPYING README
SplitOff: <<
        Package: %N-shlibs
        Description: Shared libraries for the MSWord parsing library
        Depends: <<
                bzip2-shlibs,
                expat1-shlibs,
                freetype219-shlibs (>= 2.3.7-7),
                glib2-shlibs (>= 2.18.0-1),
                libgettext3-shlibs,
                libgsf1.114-shlibs (>= 1.14.11-1),
                libiconv,
                libjpeg-shlibs,
                libpng3-shlibs,
                libwmf-shlibs (>= 0.2.8.2-9),
                libxml2-shlibs (>= 2.6.30-1)
        <<
        Files: lib/libwv.1.*
        Shlibs: %p/lib/libwv.1.dylib 2.0.0 %n (>= 1.2.1-1)
        DocFiles: COPYING README
<<
SplitOff2: <<
        Package: wv-bin
        Files: <<
                bin
                share/man
                share/wv
        <<
        Depends: <<
                %N-shlibs (>= %v-%r),
                bzip2-shlibs,
                expat1-shlibs,
                freetype219-shlibs (>= 2.3.7-7),
                glib2-shlibs (>= 2.18.0-1),
                libgettext3-shlibs,
                libgsf1.114-shlibs (>= 1.14.11-1),
                libiconv,
                libjpeg-shlibs,
                libpng3-shlibs,
                libwmf-shlibs (>= 0.2.8.2-9),
                libxml2-shlibs (>= 2.6.30-1)
        <<
        Description: Mostly-obsolete tools for manipulating Word docs
        DocFiles: COPYING README
<<
DescPackaging: <<
        Don't use -release libtool flag (doesn't seem like upstream
        meant to use it)

        Rip out hard-coding of dependencies' flags determined at
        compile-time...use pkg-config's own Requires dependency field
        so they can publish their own on demand. Also rip out all that
        are not part of wv.h, and put even those in .private so only
        get their headers because users of libwv don't need to link
        against these libs.

        Doesn't actually have filename collisions with wv2, but it's
        the same lib (just different upstream version games) so
        doesn't seem reasonable to try to use both together.
<<
Description: MSWord parsing library
License: GPL
Maintainer: The Gnome Core Team <fink-gnome-c...@lists.sourceforge.net>
Homepage: http://wvware.sourceforge.net/

--- NEW FILE: libwv1.patch ---
diff -Nurd -x'*~' wv-1.2.1.orig/GNUmakefile.in wv-1.2.1/GNUmakefile.in
--- wv-1.2.1.orig/GNUmakefile.in        2006-03-11 11:41:22.000000000 -0500
+++ wv-1.2.1/GNUmakefile.in     2009-03-25 01:45:42.000000000 -0400
@@ -294,7 +294,7 @@
 wvConvert_LDADD = libwv.la $(WVLIBS) $(GETOPT)
 wvVersion_LDADD = libwv.la $(WVLIBS) $(GETOPT)
 libwv_la_LIBADD = $(WVLIBS)
-libwv_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 
-release $(LT_RELEASE) -export-dynamic
+libwv_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 
-export-dynamic
 libwv_la_SOURCES = \
        winmmap.c \
        list.c \
diff -Nurd -x'*~' wv-1.2.1.orig/wv-1.0.pc.in wv-1.2.1/wv-1.0.pc.in
--- wv-1.2.1.orig/wv-1.0.pc.in  2005-04-18 17:14:48.000000000 -0400
+++ wv-1.2.1/wv-1.0.pc.in       2009-03-25 02:10:12.000000000 -0400
@@ -6,5 +6,6 @@
 Name: wvWare
 Description: Word Document Filter library and utilities
 Version: @VERSION@
-Libs: -L${libdir} -lwv @WMF_LIBS@ @XML_LIBS@ @GLIB_LIBS@ @GSF_LIBS@ @PNG_LIBS@ 
@ZLIB_LIBS@ @LIBS@ -lm
-Cflags: -I${includedir}/wv @GSF_CFLAGS@
+Requires.private: libgsf-1
+Libs: -L${libdir} -lwv
+Cflags: -I${includedir}/wv


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to