illumos-gate: omit tagged pointers on SPARC, causes panic on UltraI/II systems
[oi-userland.git] / components / multimedia / speex / Makefile
bloba38f16aecfdf82cc82eaa69e88aac07ab4b84785
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
15 BUILD_BITS= 64_and_32
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= speex
19 COMPONENT_VERSION= 1.2.1
20 COMPONENT_REVISION= 1
21 COMPONENT_SUMMARY= Open Source speech codec
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= sha256:4b44d4f2b38a370a2d98a78329fefc56a0cf93d1c1be70029217baae6628feea
25 COMPONENT_ARCHIVE_URL= https://downloads.xiph.org/releases/speex/$(COMPONENT_ARCHIVE)
26 COMPONENT_PROJECT_URL= https://www.speex.org/
27 COMPONENT_FMRI= codec/speex
28 COMPONENT_CLASSIFICATION= System/Multimedia Libraries
29 COMPONENT_LICENSE= BSD
30 COMPONENT_LICENSE_FILE= COPYING
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 PATH= $(PATH.gnu)
37 # Auto-generated dependencies
38 REQUIRED_PACKAGES += library/libogg
39 REQUIRED_PACKAGES += library/speexdsp
40 REQUIRED_PACKAGES += system/library
41 REQUIRED_PACKAGES += system/library/math