Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-24 | Update to 0.5.8: Without the MakerNote stuff which is now in libmnote, | wiz | 3 | -11/+10 | |
and some bugfixes. | |||||
2002-12-23 | Update to 0.5.7, mostly bugfixes and more translations. | wiz | 4 | -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-01 | USE_PKGLOCALEDIR, remove unnecessary patch, delint. | salo | 1 | -1/+2 | |
2002-10-07 | Unused. | wiz | 1 | -30/+0 | |
2002-08-26 | buildlink1 -> buildlink2 | jlam | 1 | -3/+3 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 4 | -3/+22 | |
buildlink2.mk files back into the main trunk. | |||||
2002-07-01 | Update to 0.5.3, inspired by pkg/17324 by Wada Keiji. | wiz | 3 | -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-25 | Updated libexif to 0.5.0 (provided by Amitai Schlair in pkg/15722) | martti | 4 | -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-13 | Don't hardcode dependency, use "libexif>=0.4" instead. | martti | 1 | -2/+2 | |
2002-02-12 | Added buildlink.mk | martti | 1 | -0/+30 | |
2002-02-12 | Use USE_LIBTOOL and LTCONFIG_OVERRIDE | martti | 1 | -3/+3 | |
2002-02-12 | Created package for libexif-0.4. | martti | 4 | -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. |