summaryrefslogtreecommitdiff
path: root/graphics/libexif/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2003-01-31Updated to libexif-0.5.9shell1-3/+3
Changes in pkgsrc : - fmt on DESCR - fetch .tar.bz2 Changes since libexif-0.5.8 - add USER_COMMENT support - some documents fixed
2002-12-24Update to 0.5.8: Without the MakerNote stuff which is now in libmnote,wiz1-3/+3
and some bugfixes.
2002-12-23Update to 0.5.7, mostly bugfixes and more translations.wiz1-3/+3
* libexif/exif-data.h: Introduce an array of ExifContents. This doesn't break binary compatibility, but it breaks compilation. Do something like "%s/->ifd_0/->ifd[EXIF_IFD_0]" in your source code to make it compile again.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-07-01Update to 0.5.3, inspired by pkg/17324 by Wada Keiji.wiz1-3/+3
Changes: EXIF-2.2 support, i18n support (de for now). Pkg changes: Fix maintainer email, use .tar.bz2, use gettext-lib buildlink.
2002-02-25Updated libexif to 0.5.0 (provided by Amitai Schlair in pkg/15722)martti1-3/+3
* libexif/configure.in: Introduce proper versionning. * libexif: There's only one ByteOrder per ExifData. * libexif/libexif-entry.c: More tags implemented in (exif_entry_get_value).
2002-02-12Created package for libexif-0.4.martti1-0/+4
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.