Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv9424/main/finkinfo/libs

Modified Files:
      Tag: pangocairo-branch
        exiv2.info 
Added Files:
      Tag: pangocairo-branch
        libnxml0.info opensync.info 
Log Message:
merge from trunk (pangocairo-root-31)

Index: exiv2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/exiv2.info,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- exiv2.info  29 May 2007 20:21:41 -0000      1.1.2.5
+++ exiv2.info  15 Jul 2007 15:10:38 -0000      1.1.2.6
@@ -1,24 +1,30 @@
 Package: exiv2
-Version: 0.14
-Revision: 1002
+Version: 0.15
+Revision: 1003
 Source: http://www.exiv2.org/%n-%v.tar.gz
 Depends: libexiv2-shlibs (= %v-%r)
+BuildDepends: libgettext3-dev, libiconv-dev, pkgconfig, gettext-tools
 GCC: 4.0
 SourceDirectory: %n-%v
 Maintainer: Jack Fink <[EMAIL PROTECTED]>
 Homepage: http://www.exiv2.org
 License: GPL
 Description: Cmdline read/write of EXIF & IPTC metadata
-Source-MD5: 6f8edde77d95f49fc83329feb615bb33
-PatchScript: perl -pi -e "s/-g -O/-O/g;s/-O2/-Os/g" configure
-ConfigureParams: --mandir=%{i}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include --disable-dependency-tracking
+Source-MD5: bb18d19e1d6fb255dadda456cadec00e
+PatchScript: perl -pi -e 's/-g 
-O/-O/g;s/-O2/-Os/g;s/INTL_MACOSX_LIBS="-Wl,-framework 
-Wl,CoreFoundation"/INTL_MACOSX_LIBS="-Wl,-framework,CoreFoundation"/' configure
+ConfigureParams: --mandir=%p/share/man --with-extra-libs=%p/lib 
--with-extra-includes=%p/include --disable-dependency-tracking
+InstallScript: <<
+       make install DESTDIR=%d
+<<
 DocFiles: COPYING README
 Splitoff: <<
   Package: libexiv2-shlibs
   Description: Library to read/write EXIF and IPTC metadata
+  Replaces: libexiv2-0.12-shlibs
+  Depends: libgettext3-shlibs, libiconv
   Files: <<
     lib/libexiv2.0.dylib
-    lib/libexiv2.0.0.0.dylib
+    lib/libexiv2.0.1.0.dylib
   <<
   Shlibs: <<
     %p/lib/libexiv2.0.dylib 1.0.0 %n (>= 0.14-1001)

--- NEW FILE: libnxml0.info ---
Package: libnxml0
Version: 0.18.0
Revision: 1

Source: http://www2.autistici.org/bakunin/libnxml/libnxml-%v.tar.gz
Source-MD5: 954b9c3f76fcbe668a952c9602dba76c

BuildDepends: libcurl4, libssh2.1, system-openssl-dev
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true

SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
ConfigureParams: --disable-dependency-tracking

InfoTest: TestScript: make check || exit 2

InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README

SplitOff: <<
        Package: %N-shlibs
        Depends: libcurl4-shlibs, libssh2.1-shlibs
        Files: lib/libnxml.0*.dylib
        Shlibs: %p/lib/libnxml.0.dylib 19.0.0 %n (>= 0.18.0-1)
        DocFiles: AUTHORS COPYING ChangeLog NEWS README
<<

Description: Manipulate XML 1.0 and 1.1 files and streams
Homepage: http://www2.autistici.org/bakunin/libnxml/doc
License: LGPL
Maintainer: Daniel Macks <[EMAIL PROTECTED]>

--- NEW FILE: opensync.info ---
Package: opensync
Version: 0.22
Revision: 1
BuildDepends: <<
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.12.0-1),
        libgettext3-dev,
        libiconv-dev,
        libxml2 (>= 2.6-1),
        pkgconfig (>= 0.16-1),
        python24,
        sqlite3-dev,
        swig (>= 1.3-1)
<<
Depends: %N-shlibs (>= %v-%r)
Source: 
http://www.opensync.org/attachment/wiki/download/libopensync-%v.tar.bz2?rev=&format=raw
SourceRename: libopensync-%v.tar.bz2
Source-MD5: f563ce2543312937a9afb4f8445ef932
ConfigureParams: --disable-dependency-tracking --enable-python=2.4
CompileScript: <<
#!/bin/sh -ex

        find . -name Makefile.in | xargs perl -pi -e 's,-Werror,,'
        PYTHON=%p/bin/python2.4 ./configure %c
        make
<<
InstallScript: <<
        make -j1 install DESTDIR='%d'
        rm -f %i/lib/python*/site-packages/opensync.pyc
<<
SplitOff: <<
        Package: %N-shlibs
        Description: Shared libraries for opensync
        Depends: <<
                glib2-shlibs (>= 2.12.0-1),
                libgettext3-shlibs,
                libiconv,
                libxml2-shlibs (>= 2.6-1),
                sqlite3-shlibs,
                swig-shlibs (>= 1.3-1)
        <<
        Files: <<
                lib/libopensync.0*.dylib
                lib/libopensync-xml.0*.dylib
                lib/libosengine.0*.dylib
                lib/opensync/formats/*.so
        <<
        Shlibs: <<
                %p/lib/libopensync.0.dylib     1.0.0 %n (>= 0.22-1)
                %p/lib/libopensync-xml.0.dylib 1.0.0 %n (>= 0.22-1)
                %p/lib/libosengine.0.dylib     1.0.0 %n (>= 0.22-1)
        <<
        DocFiles: COPYING
<<
SplitOff2: <<
        Package: %N-python-py24
        Description: Python module for opensync
        Depends: <<
                %N-shlibs (>= %v-%r),
                python24-shlibs
        <<
        Files: <<
                lib/python2.4/site-packages/*.so
                lib/python2.4/site-packages/*.py
                lib/python2.4/site-packages/*.pyo
        <<
        DocFiles: COPYING
<<
SplitOff3: <<
        Package: %N-dev
        BuildDependsOnly: true
        Description: Developer headers and libraries for opensync
        Depends: <<
                %N (= %v-%r)
        <<
        Files: include lib
        DocFiles: COPYING
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
Description: Synchronization framework
DescDetail: <<
OpenSync is a synchronization framework that is platform and
distribution independent.  It consists of a powerful sync-engine and
several plugins that can be used to connect to devices.

OpenSync is very flexible and capable of synchronizing any type of
data, including contacts, calendar, tasks, notes and files.

The goals of OpenSync:

* Provide a framework that can be used for general synchronization
* Reusability.  The framework should be usable by many applications
* Speed.  Synchronization should be as fast as possible.
* Flexibility.  We cannot predict what formats / devices the future
  will bring.  Therefore OpenSync is built as flexible and modular
  as possible.
* Integrity.  Data must never be lost, no matter what happens.
* Portability.  The framework should run on as many platforms as
  possible (Linux, Windows, Mac OS, BSD, etc)
* Language neutral.  OpenSync is extensible in using other languages
  like python, java and even more.
* No dependencies on a X-server.  OpenSync is a library that can be
  embed into other applications.  Therefore it is possible to use
  GUIs, CLIs or whatever you can imagine. 
<<
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://www.opensync.org/
License: GPL/LGPL


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to