pkgsrc/graphics/exiv2/buildlink3.mk
wiz 5d3795f34b 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.
2008-01-16 07:54:01 +00:00

20 lines
591 B
Makefile

# $NetBSD: buildlink3.mk,v 1.7 2008/01/16 07:54:01 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
EXIV2_BUILDLINK3_MK:= ${EXIV2_BUILDLINK3_MK}+
.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+= exiv2
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nexiv2}
BUILDLINK_PACKAGES+= exiv2
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}exiv2
.if ${EXIV2_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.exiv2+= exiv2>=0.14
BUILDLINK_ABI_DEPENDS.exiv2+= exiv2>=0.16
BUILDLINK_PKGSRCDIR.exiv2?= ../../graphics/exiv2
.endif # EXIV2_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}