desktop-file-utils: update to 0.28
[oi-userland.git] / components / desktop / gtkam / Makefile
blob100d3e66a4584c7e77f81a7e8670194e2814b7a5
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Alexander Pyhalov
15 BUILD_BITS= 64
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= gtkam
19 COMPONENT_VERSION= 1.0
20 COMPONENT_REVISION= 2
21 # Version was bumped in JDS
22 GIMP_GTKAM_VERSION= 2.30.0
23 COMPONENT_PROJECT_URL= http://libexif.sourceforge.net/
24 COMPONENT_SUMMARY= A GTK Digital Camera Viewing Tool
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
27 COMPONENT_ARCHIVE_HASH= \
28 sha256:ab7f50d4654d129cd8b386658249b05ea739a446f08026c7352b829c63382c3d
29 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/gphoto/files/gtkam/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
30 COMPONENT_CLASSIFICATION = Applications/Graphics and Imaging
31 COMPONENT_FMRI = desktop/gtkam
32 COMPONENT_LICENSE = GPLv2
33 COMPONENT_LICENSE_FILE = COPYING
35 TEST_TARGET= $(NO_TESTS)
37 include $(WS_MAKE_RULES)/common.mk
39 PKG_MACROS += GIMP_GTKAM_VERSION=$(GIMP_GTKAM_VERSION)
41 PATH=$(PATH.gnu)
43 CONFIGURE_OPTIONS += --without-gnome
44 CONFIGURE_OPTIONS += --without-bonobo
46 REQUIRED_PACKAGES += image/editor/gimp
47 REQUIRED_PACKAGES += image/library/libexif
48 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
49 REQUIRED_PACKAGES += library/desktop/gtk2
50 REQUIRED_PACKAGES += library/desktop/libexif-gtk
51 REQUIRED_PACKAGES += library/glib2
52 REQUIRED_PACKAGES += library/libgphoto2-2
53 REQUIRED_PACKAGES += system/library
54 REQUIRED_PACKAGES += system/library/math