6738N/A#
6738N/A# CDDL HEADER START
6738N/A#
6738N/A# The contents of this file are subject to the terms of the
6738N/A# Common Development and Distribution License (the "License").
6738N/A# You may not use this file except in compliance with the License.
6738N/A#
6738N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6738N/A# or http://www.opensolaris.org/os/licensing.
6738N/A# See the License for the specific language governing permissions
6738N/A# and limitations under the License.
6738N/A#
6738N/A# When distributing Covered Code, include this CDDL HEADER in each
6738N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6738N/A# If applicable, add the following below this CDDL HEADER, with the
6738N/A# fields enclosed by brackets "[]" replaced with your own identifying
6738N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6738N/A#
6738N/A# CDDL HEADER END
6738N/A#
6738N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6738N/A#
6738N/A
6738N/ABUILD_BITS= 32_and_64
6738N/ACOMPILER= gcc
6738N/Ainclude ../../../make-rules/shared-macros.mk
6738N/A
6738N/ACOMPONENT_NAME= libvorbis
6738N/ACOMPONENT_VERSION= 1.3.3
6738N/ACOMPONENT_PROJECT_URL= http://downloads.xiph.org/releases/vorbis/
6738N/ACOMPONENT_ARCHIVE_HASH= \
6738N/A sha256:6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762
6738N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
6738N/ACOMPONENT_BUGDB= gnome/multimedia
6738N/A
6738N/ATPNO= 9575
6738N/A
6738N/A# gmake check works and all test pass but because of hard-coded paths
6738N/A# check with results-all.master fails
6738N/ATEST_TARGET = $(SKIP_TEST)
6738N/A
7075N/A# ogg-vorbis is not unlockable in S11 gnome-incorporation
7075N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7075N/A
6738N/Ainclude $(WS_MAKE_RULES)/common.mk
6738N/A
6738N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
6738N/A
7291N/AREQUIRED_PACKAGES += codec/libogg
6738N/AREQUIRED_PACKAGES += developer/documentation-tool/doxygen
6738N/AREQUIRED_PACKAGES += system/library/math