Makefile revision 7075
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# CDDL HEADER START
7968d3a131e5a684ec1ff0c6d88aae638549153dChristian Maeder# The contents of this file are subject to the terms of the
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# Common Development and Distribution License (the "License").
e899b993b4f642217274fda6f462fe1318ae3626Christian Maeder# You may not use this file except in compliance with the License.
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# or http://www.opensolaris.org/os/licensing.
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski# See the License for the specific language governing permissions
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski# and limitations under the License.
02dc9cda66fc907229f0c74658c5f0bec550f898Till Mossakowski# When distributing Covered Code, include this CDDL HEADER in each
02dc9cda66fc907229f0c74658c5f0bec550f898Till Mossakowski# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
56c56b2181e76c239929ddade2925ba5c3f3fffdChristian Maeder# If applicable, add the following below this CDDL HEADER, with the
52012e2c12ec90a1bbf4fe0cb19e1a7058bce350Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
52012e2c12ec90a1bbf4fe0cb19e1a7058bce350Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# CDDL HEADER END
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maederinclude ../../../make-rules/shared-macros.mk
b09c4ce9ee62d8b62f6c7bb12956a3dea4defd95Till MossakowskiCOMPONENT_PROJECT_URL= http://downloads.xiph.org/releases/vorbis/
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder sha256:6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian MaederCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
5b14cb4855372bd9578cc07a9f6f9f3076bc033cChristian Maeder# gmake check works and all test pass but because of hard-coded paths
ba904a15082557e939db689fcfba0c68c9a4f740Christian Maeder# check with results-all.master fails
ba904a15082557e939db689fcfba0c68c9a4f740Christian Maeder# ogg-vorbis is not unlockable in S11 gnome-incorporation
e220b2051a2342a9291721e6c7f408860bed01b7Jorina Freya Gerkeninclude $(WS_MAKE_RULES)/no-evaluation.mk
e1abb0a8a17632e11db927958ab8cf58635bdf96Christian Maeder# Replace the following with REQUIRED_PACKAGES += codec/libogg when
5b14cb4855372bd9578cc07a9f6f9f3076bc033cChristian Maeder# the build server is updated
5b14cb4855372bd9578cc07a9f6f9f3076bc033cChristian Maeder# The dependency isn't installed, so add it manually since pkgdepend
697e63e30aa3c309a1ef1f9357745111f8dfc5a9Christian Maeder# can't resolve them yet: 15708323
e1abb0a8a17632e11db927958ab8cf58635bdf96Christian MaederDEPENDED += $(WS_TOP)/components/desktop/libogg/build/manifest-$(MACH)-libogg.depend
be688cc3aa83344b0141321d2d20bf6a8d5c5686Christian MaederREQUIRED_PACKAGES += $(shell $(GSED) -n 's/REQUIRED_PACKAGES +=//p' ../libogg/Makefile)