summaryrefslogtreecommitdiff
path: root/graphics/libexif
AgeCommit message (Collapse)AuthorFilesLines
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-31Updated to libexif-0.5.9shell5-15/+16
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,wiz3-11/+10
and some bugfixes.
2002-12-23Update to 0.5.7, mostly bugfixes and more translations.wiz4-11/+14
* 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-12-01USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo1-1/+2
2002-10-07Unused.wiz1-30/+0
2002-08-26buildlink1 -> buildlink2jlam1-3/+3
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam4-3/+22
buildlink2.mk files back into the main trunk.
2002-07-01Update to 0.5.3, inspired by pkg/17324 by Wada Keiji.wiz3-10/+14
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)martti4-10/+11
* 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-13Don't hardcode dependency, use "libexif>=0.4" instead.martti1-2/+2
2002-02-12Added buildlink.mkmartti1-0/+30
2002-02-12Use USE_LIBTOOL and LTCONFIG_OVERRIDEmartti1-3/+3
2002-02-12Created package for libexif-0.4.martti4-0/+38
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.