remmina: update to 1.4.37
[oi-userland.git] / components / desktop / gmtp / Makefile
blobc6e022739af019074c1335da3bce254fda47362d
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 2015 Alexander Pyhalov
15 BUILD_BITS= 64
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= gmtp
19 COMPONENT_VERSION= 1.3.11
20 COMPONENT_REVISION= 2
21 COMPONENT_SUMMARY= A simple MP3 and Media player client for UNIX and UNIX like systems
22 COMPONENT_PROJECT_URL= https://gmtp.sourceforge.net/
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= sha256:5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613
26 COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/gmtp/files/gMTP-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
27 COMPONENT_FMRI= system/media/gmtp
28 COMPONENT_CLASSIFICATION= Applications/Accessories
29 COMPONENT_LICENSE= BSD
30 COMPONENT_LICENSE_FILE= COPYING
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 CONFIGURE_OPTIONS += --sysconfdir=/etc
36 CONFIGURE_OPTIONS += --with-gtk3
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += codec/flac
40 REQUIRED_PACKAGES += library/audio/libid3tag
41 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
42 REQUIRED_PACKAGES += library/desktop/gtk3
43 REQUIRED_PACKAGES += library/glib2
44 REQUIRED_PACKAGES += library/libmtp
45 REQUIRED_PACKAGES += library/libvorbis
46 REQUIRED_PACKAGES += system/library