summaryrefslogtreecommitdiff
path: root/graphics/gexiv2/buildlink3.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-08-23 13:55:26 +0000
committerwiz <wiz@pkgsrc.org>2015-08-23 13:55:26 +0000
commit56fc3fc71eb6f808330d17b246b677d111ceb012 (patch)
treea4ff896b1fa62911da9cd2a031ae97d248a2447c /graphics/gexiv2/buildlink3.mk
parent18a50fbda87376aabd7bccce7089a29e0cf3ca3d (diff)
downloadpkgsrc-56fc3fc71eb6f808330d17b246b677d111ceb012.tar.gz
Import gexiv2-0.10.3 as graphics/gexiv2.
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic features of Exiv2 available to GNOME applications. Update for libgexiv2. Changes from previous libgexiv2: gexiv2 0.10.3 - 23 March 2015 ----------------------------- * Retrieve XMP tag's structure type (#736799) * Generate XMP packet as NUL-terminated string (#736587) * Retrieve tag's raw value as GBytes (#730136) * Fix gexiv2_metadata_get_fnumber() (#745347) gexiv2 0.10.2 - 16 September 2014 --------------------------------- * Use all EXIF tags for interpreted strings (#734861) * Automake fixes gexiv2 0.10.1 - 25 April 2014 ----------------------------- * Fix Python bindings (GObject Introspection issue) gexiv2 0.10.0 - 17 March 2014 ----------------------------- * Build system fixes * Updated links in documentation gexiv2 0.9.1 - 5 February 2014 ------------------------------ * Fixed tarball compilation problem * Updated configure.ac * Fixed introspection generation gexiv2 0.9.0 - 4 February 2014 ------------------------------ * Ported to Autotools * Added compile and runtime version number checks * Fixed bugs and resource leaks * Updated GTK-Docs and GI annotations gexiv2 0.7.0 - 3 October 2013 ----------------------------- * Fixed Python date/time getter/setter bindings * Fixed latitude translation code * New calls for getting underlying Exiv2 tag types
Diffstat (limited to 'graphics/gexiv2/buildlink3.mk')
-rw-r--r--graphics/gexiv2/buildlink3.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/gexiv2/buildlink3.mk b/graphics/gexiv2/buildlink3.mk
new file mode 100644
index 00000000000..36e95ea9689
--- /dev/null
+++ b/graphics/gexiv2/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2015/08/23 13:55:26 wiz Exp $
+
+BUILDLINK_TREE+= gexiv2
+
+.if !defined(GEXIV2_BUILDLINK3_MK)
+GEXIV2_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gexiv2+= gexiv2>=0.10.0
+BUILDLINK_PKGSRCDIR.gexiv2?= ../../graphics/gexiv2
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/exiv2/buildlink3.mk"
+.endif # GEXIV2_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gexiv2