clang-19: update to 19.1.6
[oi-userland.git] / components / multimedia / wavpack / Makefile
blob01146b7f616849e4be78f9516e90e6928832544e
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 2019 Rouven Weiler
13 # Copyright 2024 Andreas Wacknitz
16 BUILD_BITS= 64
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= wavpack
20 COMPONENT_VERSION= 5.7.0
21 COMPONENT_SUMMARY= wavpack - Hybrid Lossless Audio Compression
22 COMPONENT_PROJECT_URL= https://www.wavpack.com/
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= sha256:8944b237968a1b3976a1eb47cd556916e041a2aa8917495db65f82c3fcc2a225
26 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
27 COMPONENT_FMRI= audio/wavpack
28 COMPONENT_CLASSIFICATION= System/Multimedia Libraries
29 COMPONENT_LICENSE= BSD
30 COMPONENT_LICENSE_FILE= COPYING
32 include $(WS_TOP)/make-rules/common.mk
34 CONFIGURE_OPTIONS += --disable-static
35 CONFIGURE_OPTIONS += --enable-legacy
37 COMPONENT_TEST_TRANSFORMS= \
38 ' -n ' \
39 ' -e "/PASS/p" ' \
40 ' -e "/pass/p" ' \
41 ' -e "/\*\*\*/p" ' \
42 ' -e "/===/p" '
44 # Auto-generated dependencies
45 REQUIRED_PACKAGES += system/library
46 REQUIRED_PACKAGES += system/library/math