rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / multimedia / jasper / Makefile
blob08d5c6fee7f4741fd324961c11e67b4ef4199def
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
5 # 1.0 of the CDDL.
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 2015 Alexander Pyhalov
14 # Copyright 2023 Niklas Poslovski
17 BUILD_STYLE= cmake
18 USE_DEFAULT_TEST_TRANSFORMS= yes
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME= jasper
22 COMPONENT_VERSION= 4.2.4
23 COMPONENT_SUMMARY= A free software-based reference implementation of the JPEG-2000 Part-1 CODEC
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH= sha256:6a597613d8d84c500b5b83bf0eec06cd3707c23d19957f70354ac2394c9914e7
27 COMPONENT_PROJECT_URL= https://www.ece.uvic.ca/~frodo/jasper
28 COMPONENT_ARCHIVE_URL= https://github.com/jasper-software/$(COMPONENT_NAME)/releases/download/version-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
29 COMPONENT_FMRI= codec/jasper
30 COMPONENT_CLASSIFICATION= System/Multimedia Libraries
31 COMPONENT_LICENSE= BSD-like
32 COMPONENT_LICENSE_FILE= LICENSE.txt
34 include $(WS_MAKE_RULES)/common.mk
36 COMPONENT_TEST_TRANSFORMS += '-e "/Output/p" '
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += $(JPEG_IMPLEM_PKG)
40 REQUIRED_PACKAGES += image/library/libjpeg-turbo
41 REQUIRED_PACKAGES += system/library
42 REQUIRED_PACKAGES += system/library/math
43 REQUIRED_PACKAGES += x11/library/freeglut
44 REQUIRED_PACKAGES += x11/library/glu