summaryrefslogtreecommitdiff
path: root/graphics/libkexiv2
AgeCommit message (Collapse)AuthorFilesLines
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2011-01-03Fix build with exiv2-0.21markd3-7/+31
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd2-4/+4
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-3/+4
2009-12-15Update to 0.1.9, set LICENSE.wiz2-7/+7
0.1.9 ------------------------------------------------------------------------ - Fix bug about to record an empty Exif or Iptc metadata container.
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-07update to 0.1.8drochner3-13/+12
changes: - API changed: Move all Exiv2 classes acess methods to interanl provate container. ABI number set to 5.0.0. - Fix broken compilation with Exiv2 0.18. - Support TIFF metadata writting mode (require Exiv2 >= 0.18). - Added new methods canWriteComment(), canWriteExif(), canWriteIptc(). - Added new method supportMetadataWritting(). - Do not change file time-stamp when metadata are changed.
2009-01-07Bump per revbump(1) due to exiv2 update which changed shlib major.gdt1-2/+2
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-07-02Recent DragonFly have trunc().obache2-8/+8
Patch provided by Hasso Tepper in PR 38867.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-4/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-16Bump PKGREVISION for exiv2 shlib major bump.wiz1-1/+2
2008-01-14Update to 0.1.6:wiz4-13/+12
0.1.6 ------------------------------------------------------------------------ - API Changed : Kexiv2 destructor is now virtual. Krazy Code Checker fix (http://www.englishbreakfastnetwork.org/krazy) Bugs fixed from B.K.O (http://bugs.kde.org): 001 ==> 137750: color mode2 nikon d70s not recognized as adobe rgb 002 ==> 149267: digiKam crashes after finding gif,avi,txt and so on. 003 ==> 148182: Iptc.Application2.Keywords appends always the 0-byte.
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz2-4/+4
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-1/+2
Bump PKGREVISION.
2007-07-08Better HOMEPAGE.wiz2-3/+4
2007-07-08Update to 0.1.5:wiz4-537/+10
0.1.4, 0.1.5: Libtool versioning fixes. 0.1.3 ------------------------------------------------------------------------ New features - API changed: added 4 new static methods to get Exif/Iptc tags description/title. moved depreceate protected methods used by digiKam core to private. Bugs fixed from B.K.O (http://bugs.kde.org): 001 ==> 144604: Rotation causes Exif data corruption. GPS data fix General : Make size of icons used in album icon view more configurable using a slider in status bar. General : Removing direct Exiv2 library depency. libkexiv2 interface is used everywhere instead. 0.1.2 ------------------------------------------------------------------------ New features - added support for exiv2 from svn (next 0.14.0 release) - API changed: added printExiv2ExceptionError to manage Exiv2 C++ Exception error message Bugs fixed from B.K.O (http://bugs.kde.org): 001 ==> 142564: digiKam-signature in iptc and exif tags. 002 ==> 140297: GPS kipi plugin truncates input coordinates, introducing inacuracy.
2007-04-01PKGREVISION bump for exiv2 shlib name change.wiz1-1/+2
2007-04-01Add patches from libkexiv2 svn fixing build with exiv2-0.14.wiz3-5/+531
2007-03-22Play the trunc(3) game here as well.joerg2-1/+27
2007-03-19configure whines about the C compiler...joerg1-2/+2
2007-03-13import libkexiv2-0.1.1, a KDE wrapper for exiv2drochner5-0/+64