the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libexif
Version: 0.5.12
Revision: 6
Maintainer: Keith Conger
Depends: %N-shlibs (=%v-%r), fink-obsolete-packages
BuildDepends: libiconv-dev, libgettext3-dev, gettext-tools
Source: mirror:sourceforge:libexif/%N-%v.tar.gz
Source-MD5: 97e17fa05cb638eed5e8e59db431ed3a
PatchScript: <<
perl -pi -e 's,\s*-I\$\(top_srcdir\)(/|)intl\s*, ,g' */Makefile.in
perl -pi -e 's, intl , ,g' Makefile.in
perl -pi -e 's,(libexif_la_LIBADD =),\1 -lintl ,' libexif/Makefile.in
perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/' configure
perl -pi -e 's/\@PACKAGE\@/\@GETTEXT_PACKAGE\@/' po/Makefile.in.in
<<
ConfigureParams: --mandir=%i/share/man --disable-dependency-tracking
DocFiles: ChangeLog COPYING NEWS README
SplitOff: <<
Package: %N-shlibs
Depends: libgettext3-shlibs
Replaces: %N (<< 0.5.12-6)
Files: lib/libexif.9*.dylib share/locale
Shlibs: %p/lib/libexif.9.dylib 11.0.0 %n (>= 0.5.12-4)
DocFiles: COPYING README ChangeLog NEWS
<<
SplitOff2: <<
Package: %N-dev
Depends: %N-shlibs (= %v-%r)
Conflicts: libexif12
Replaces: libexif12
Files: include lib
DocFiles: COPYING README ChangeLog NEWS
BuildDependsOnly: True
<<
Description: EXIF Tag Parsing Library
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.
<<
DescPackaging: <<
Use fink's gettext only, not included one that wasn't being used
consistently anyway. Therefore only need libiconv for tests.
Move gettext catalogs %N->%N-shlibs in 0.5.12-6
Source called gettext catalogs with libversion, so patch
po/Makefile.in.in to install them with that name
<<
License: BSD
Homepage: http://home.bawue.de/~lutz/