2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
14 # Copyright 2020 Andreas Wacknitz
18 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= libexif-gtk
21 COMPONENT_VERSION
= 0.5.0
22 COMPONENT_SUMMARY
= GTK widgets for viewing EXIF information
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
25 COMPONENT_ARCHIVE_HASH
= sha256
:4f8da4def8794b32ac5c58d6bd5359633bb11f29052da2bb303f0fe433c705df
26 COMPONENT_ARCHIVE_URL
= https
://github.com
/libexif
/libexif-gtk
/releases
/download
/v
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
27 COMPONENT_PROJECT_URL
= https
://libexif.github.io
/
29 include $(WS_MAKE_RULES
)/common.mk
31 CONFIGURE_OPTIONS
+= --disable-static
33 # Auto-generated dependencies
34 REQUIRED_PACKAGES
+= image
/library
/libexif
35 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
36 REQUIRED_PACKAGES
+= library
/desktop
/gtk2
37 REQUIRED_PACKAGES
+= library
/glib2
38 REQUIRED_PACKAGES
+= system
/library