components/desktop/speex/Makefile
changeset 6589 91c1085dd9c9
child 6740 b9a930b724d2
equal deleted inserted replaced
6588:7c53fb3c7c1e 6589:91c1085dd9c9
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 BUILD_BITS=		64_and_32
       
    25 COMPILER=		gcc
       
    26 include ../../../make-rules/shared-macros.mk
       
    27 
       
    28 COMPONENT_NAME=		speex
       
    29 COMPONENT_VERSION=	1.2rc1
       
    30 HUMAN_VERSION=		$(COMPONENT_VERSION)
       
    31 IPS_COMPONENT_VERSION=	1.2
       
    32 COMPONENT_PROJECT_URL=	http://www.speex.org/
       
    33 COMPONENT_ARCHIVE_HASH= \
       
    34 	sha256:342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6
       
    35 COMPONENT_ARCHIVE_URL=	http://downloads.xiph.org/releases/speex/$(COMPONENT_ARCHIVE)
       
    36 COMPONENT_BUGDB=	gnome/multimedia
       
    37 
       
    38 TPNO=			9576
       
    39 
       
    40 TEST_TARGET = $(NO_TESTS)
       
    41 
       
    42 include $(WS_MAKE_RULES)/common.mk
       
    43 
       
    44 CONFIGURE_OPTIONS += --disable-static
       
    45 
       
    46 REQUIRED_PACKAGES += codec/ogg-vorbis
       
    47 REQUIRED_PACKAGES += system/library/math