The NetBSD Project

CVS log for pkgsrc/graphics/exiv2/buildlink3.mk

[BACK] Up to [cvs.netbsd.org] / pkgsrc / graphics / exiv2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 19 06:50:01 2011 UTC (7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Recursive Bump from exiv2 shlib major bump.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 22 13:41:59 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 27 10:41:42 2010 UTC (19 months, 4 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Also need to buildlink with gettext-lib and zlib.
They are in dependency_libs of libexiv2.la.
Should fixes PR#43914.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jul 14 18:46:30 2010 UTC (22 months, 1 week ago) by drochner
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)

belatedly bump ABI rev - the last update changed the shlib major

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 7 10:02:51 2009 UTC (2 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

update to 0.18.2
changes:
-adds write-support for Adobe Photoshop PSD images
-adds read-support for Panasonic RW2 images
-makernote and lens updates
-bugfixes
-updates Polish translations

approved by gdt

Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 20 19:24:38 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.8: +6 -13 lines
Diff to previous 1.8 (colored)

Simply and speed up buildlink3.mk files and processing.
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.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jan 7 01:07:51 2009 UTC (3 years, 4 months ago) by gdt
Branch: MAIN
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored)

Update to 0.18.  Minor changes omitted.

  - 0000473: [design] Support Preview images. (Vladimir Nadvornik)
	 - [exif] Added Nikon decryption algorithm and use it to decode
	   lens data.
  - 0000524: [design] Publish only API objects in the installed header files.
  - 0000523: [miscellaneous] C++ symbol visibility support for gcc builds.
  - 0000464: [metadata] Write support for PNG images. (Gilles Caulier)
  - 0000462: [exif] Write support for TIFF format ("New TIFF parser").

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 16 07:54:01 2008 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Update to 0.16:

10-Jan-2008 	Exiv2 0.16 released
Here is the final 0.16 release with XMP support. It took longer
than it should have and thus contains quite a list of bug fixes
and enhancements.
09-Nov-2007 	Exiv2 0.16-pre1
This is a pre-release of the upcoming Exiv2 0.16 with XMP support.
Adding XMP metadata to an image is now just as easy as adding Exif
or IPTC tags. In addition there is new support for Olympus ORF
images and Pentax makernotes. Please try Exiv2 0.16-pre1 and report
issues you may have with it to the Exiv2 forum.
24-Sep-2007 	XMP testing
The XMP implementation is now in the trunk in SVN and it is reasonably
complete and ready for testing. Please try it out and let us know
your comments. See this announcement for more details.
31-Aug-2007 	XMP support
We're working on adding XMP support to the library, which should
become the main feature of the next release. Contributions are
welcome, in particular we need input from potential users about
API preferences and XMP test data. You are invited to join this
discussion in the forum and contribute your viewpoints.
10-Jul-2007 	Exiv2 0.15 released
This maintenance release fixes a number of bugs, adds support for
Minolta G500 RAW files and has minor tag and some larger translation
updates. See the changelog for a concise listing of patches in this
release.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 3 09:32:09 2007 UTC (5 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Fix compile problems due to an incompatibility in error reporting,
introduced by exiv2-0.14.
Require exiv2>=0.14.
Ride on recent PKGREVISION bumps.
Approved by gdt and wiz.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 8 23:10:50 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 8 22:39:17 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 11 00:05:50 2006 UTC (5 years, 11 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

set BUILDLINK_API_DEPENDS, not ABI, and use +=.
(shlib major changed, so assume API changed too)

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 10 17:03:14 2006 UTC (5 years, 11 months ago) by gdt
Branch: MAIN
Changes since 1.1: +2 -12 lines
Diff to previous 1.1 (colored)

BUILDLINK_ABI_DEPENDS on 0.10; the shlib version changed from 0.9

Revision 1.1 / (download) - annotate - [select for diffs], Tue May 16 08:21:48 2006 UTC (6 years ago) by drochner
Branch: MAIN

add one

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>