components/desktop/speex/Makefile
author osayama <osamu.sayama@oracle.com>
Fri, 16 Sep 2016 08:38:07 +0900
changeset 6914 0c9c2d460328
parent 6740 b9a930b724d2
child 7548 ad7417efe433
permissions -rw-r--r--
24576350 Latin font should not be used for ASCII when monospace with CJK fonts
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6589
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
BUILD_BITS=		64_and_32
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
COMPILER=		gcc
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		speex
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_VERSION=	1.2rc1
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
HUMAN_VERSION=		$(COMPONENT_VERSION)
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
IPS_COMPONENT_VERSION=	1.2
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=	http://www.speex.org/
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
	sha256:342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://downloads.xiph.org/releases/speex/$(COMPONENT_ARCHIVE)
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	gnome/multimedia
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
TPNO=			9576
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
TEST_TARGET = $(NO_TESTS)
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
include $(WS_MAKE_RULES)/common.mk
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
CONFIGURE_OPTIONS += --disable-static
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
6740
b9a930b724d2 23245483 Move libvorbis 1.3.3 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents: 6589
diff changeset
    46
REQUIRED_PACKAGES += codec/libogg
b9a930b724d2 23245483 Move libvorbis 1.3.3 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents: 6589
diff changeset
    47
REQUIRED_PACKAGES += codec/libvorbis
6589
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
REQUIRED_PACKAGES += codec/ogg-vorbis
91c1085dd9c9 23245495 Move speex 1.2 to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
REQUIRED_PACKAGES += system/library/math