the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libexif12
Version: 0.6.20
Revision: 1
Description: EXIF Tag Parsing Library
License: BSD
Maintainer: Benjamin Reed
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
doxygen,
libiconv-dev,
libgettext8-dev,
gettext-tools
<<
Conflicts: libexif-dev
Replaces: libexif-dev
BuildDependsOnly: true
Source: mirror:sourceforge:libexif/libexif-%v.tar.bz2
Source-MD5: 19844ce6b5d075af16f0d45de1e8a6a3
PatchScript: <<
# um no, CPPFLAGS and AM_CPPFLAGS have quite different meanings
perl -ni -e 'print unless /AM_CPPFLAGS="\$CPPFLAGS"/' configure
<<
SetCFLAGS: -Os
SetMAKEFLAGS: -j1
NoSetMAKEFLAGS: true
UseMaxBuildJobs: false
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: <<
#!/bin/sh -ev
make -j1 install DESTDIR="%d"
# grr, different doxygen's do different things, maybe?
if [ -d %i/share/doc/libexif-%v ]; then
mv %i/share/doc/libexif-%v %i/share/doc/%N
else
mv %i/share/doc/libexif %i/share/doc/%N
fi
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
SplitOff: <<
Package: %N-shlibs
Depends: <<
libgettext8-shlibs,
libiconv
<<
Replaces: %N (<< 0.6.13-5)
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
Files: lib/libexif.*.dylib share/locale
Shlibs: %p/lib/libexif.12.dylib 16.0.0 libexif12 (>= 0.6.20-1)
<<
Homepage: http://home.bawue.de/~lutz/
DescDetail: <<
Most digital cameras produce EXIF files, which
are JPEG files with extra tags that contain
information about the image. The EXIF library
allows you to parse an EXIF file and read the
data from those tags.
<<