Bump orc to 0.4.26
[unleashed-userland.git] / components / library / orc / Makefile
blob0f9466b563e1b76a0afab076b1bd9fa5daaeb1d4
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 2012 EveryCity Ltd. All rights reserved.
14 include ../../../make-rules/shared-macros.mk
16 COMPONENT_NAME= orc
17 COMPONENT_VERSION= 0.4.26
18 IPS_COMPONENT_VERSION= 0.5.11
19 HUMAN_VERSION= $(COMPONENT_VERSION)
20 COMPONENT_FMRI= system/library/orc
21 COMPONENT_PROJECT_URL= http://code.entropywave.com/projects/orc/
22 COMPONENT_SUMMARY= The Oil Runtime Compiler for SIMD array operations
23 COMPONENT_CLASSIFICATION= System/Libraries
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:7d52fa80ef84988359c3434e1eea302d077a08987abdde6905678ebcad4fa649
28 COMPONENT_ARCHIVE_URL= \
29 http://gstreamer.freedesktop.org/src/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
30 COMPONENT_LICENSE= BSD
32 include $(WS_MAKE_RULES)/prep.mk
33 include $(WS_MAKE_RULES)/configure.mk
34 include $(WS_MAKE_RULES)/ips.mk
36 # Heals libgstvideoscale core dump
37 gcc_OPT = -O2
39 CONFIGURE_OPTIONS += --with-pic
40 CONFIGURE_OPTIONS += --enable-shared
41 CONFIGURE_OPTIONS += --disable-static
43 ENV = /usr/bin/env -i
45 build: $(BUILD_32_and_64)
47 install: $(INSTALL_32_and_64)
49 test: $(TEST_32_and_64)
51 REQUIRED_PACKAGES += system/library
52 REQUIRED_PACKAGES += system/library/math