Makefile revision 7102
6586N/A#
6586N/A# CDDL HEADER START
6586N/A#
6586N/A# The contents of this file are subject to the terms of the
6586N/A# Common Development and Distribution License (the "License").
6586N/A# You may not use this file except in compliance with the License.
6586N/A#
6586N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6586N/A# or http://www.opensolaris.org/os/licensing.
6586N/A# See the License for the specific language governing permissions
6586N/A# and limitations under the License.
6586N/A#
6586N/A# When distributing Covered Code, include this CDDL HEADER in each
6586N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6586N/A# If applicable, add the following below this CDDL HEADER, with the
6586N/A# fields enclosed by brackets "[]" replaced with your own identifying
6586N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6586N/A#
6586N/A# CDDL HEADER END
6586N/A#
6586N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6586N/A#
6586N/A
7102N/A# parfait is a bit unhappy (24796395)
7102N/Aexport PARFAIT_BUILD=no
7102N/A
6586N/ABUILD_BITS= 64_and_32
6586N/A# Upstream requires gcc flags that Studio doesn't support
6586N/ACOMPILER= gcc
6586N/Ainclude ../../../make-rules/shared-macros.mk
6586N/A
6586N/ACOMPONENT_NAME= flac
6586N/ACOMPONENT_VERSION= 1.3.1
6586N/ACOMPONENT_PROJECT_URL= https://xiph.org/flac/
6586N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
6586N/ACOMPONENT_ARCHIVE_HASH= \
6586N/A sha256:4773c0099dba767d963fd92143263be338c48702172e8754b9bc5103efe1c56c
6586N/ACOMPONENT_ARCHIVE_URL= http://downloads.xiph.org/releases/flac/$(COMPONENT_ARCHIVE)
6586N/ACOMPONENT_BUGDB= gnome/multimedia
6586N/A
6586N/ATPNO= 27270
6586N/A
6586N/A# tests work but take hours to run and use a lot of disk space
6586N/ATEST_TARGET = $(SKIP_TEST)
6586N/A
6586N/Ainclude $(WS_MAKE_RULES)/common.mk
6586N/A
6586N/ACONFIGURE_OPTIONS += --enable-ogg
6586N/A
6738N/AREQUIRED_PACKAGES += codec/libogg
6738N/AREQUIRED_PACKAGES += codec/libvorbis
6586N/AREQUIRED_PACKAGES += codec/ogg-vorbis
6586N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
6586N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
6586N/AREQUIRED_PACKAGES += system/library/math