Marcel Telka
2024-04-06 e3d6dbd6d802688684024dece3f85bc623dfcba7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2015 Alexander Pyhalov
#
 
BUILD_STYLE=configure
BUILD_BITS=64
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME=         opencore-amr
COMPONENT_VERSION=      0.1.6
COMPONENT_SUMMARY=      OpenCORE AMR speech codec library
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:483eb4061088e2b34b358e47540b5d495a96cd468e361050fae615b1809dc4a1
COMPONENT_ARCHIVE_URL=     https://sourceforge.net/projects/opencore-amr/files/opencore-amr/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=  https://opencore-amr.sourceforge.net/
COMPONENT_CLASSIFICATION= System/Media
COMPONENT_FMRI=         codec/opencore-amr
COMPONENT_LICENSE=      APLv2.0
COMPONENT_LICENSE_FILE= LICENSE
 
include $(WS_MAKE_RULES)/encumbered.mk
include $(WS_MAKE_RULES)/common.mk
 
CONFIGURE_OPTIONS += --disable-compile-c
CONFIGURE_OPTIONS += --enable-shared
CONFIGURE_OPTIONS += --disable-static
 
# Auto-generated dependencies
REQUIRED_PACKAGES += system/library