summaryrefslogtreecommitdiff
path: root/graphics/libexif/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2007-06-07Update to 0.6.15:wiz1-2/+5
New in 0.6.15 (2007-05-23) since 0.6.14 (2007-05-10): * Added support for 2 new types of Pentax makernotes & Casio type2 makernote * Added support for Win XP metadata (Author, Comment, KeyWords, Title, Subject) tags * Bug fixes: [ 1443183 ] install error when doxygen is not present. * New translations: Czech, Slovak. * Improved doxygen generated API and code internals documentation. Made building of code internals docs optional (--enable-internal-docs) as the call graphs take quite long to build. Made building any docs optional (--disable-docs). New in 0.6.14 (2007-05-10) since 0.6.13 (2005-12-27): * Bug fixes: #1457501, #1471060, #1525770, #1617991, #1703284, #1716196 * Extended support of Canon, Nikon, Olympus makernotes * Added option EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE to prevent modification of maker notes * Other fixes and improvements which include API/ABI additions.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-5/+5
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-01-06Update to 0.6.13.wiz1-1/+11
New in 0.6.13: * Bug fixes: #803191, #1051994, #1054321, #1054323, #1196787 * For pkg-config users, force usage of #include <libexif/exif-*.h> (disable #include <exif-.h>) * Updated German translation * Build system tuning * Misc changes: Fix COPYRIGHT tag, fix memory corruption, use qsort.
2005-04-20Changes 0.6.12:adam1-5/+4
* Final fix of Ubuntu Security Notice USN-91-1 (CAN-2005-0664) https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152 * Updated build system with cross compile capabilities * Small fixes: Fix tag order, use even offsets, improve Nikon&Olympus mnote tags.
2004-10-27update to 0.6.11drochner1-1/+5
There is a major step between 0.5.x and 0.6.x; I couldn't find a useful changelog.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2003-08-05Changes 0.5.12:adam1-3/+3
Some build fixes. 'make distcheck' now works.
2003-07-25Changes 0.5.10:adam1-6/+7
A few updates all over the place, a new exif-loader, etc.
2003-01-31Updated to libexif-0.5.9shell1-4/+4
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-5/+4
and some bugfixes.
2002-12-23Update to 0.5.7, mostly bugfixes and more translations.wiz1-4/+7
* 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/+5
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/+4
* 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/+15
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.