6743N/A###############################################################################
6743N/A#
6743N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6743N/A#
6743N/A# Permission is hereby granted, free of charge, to any person obtaining a
6743N/A# copy of this software and associated documentation files (the "Software"),
6743N/A# to deal in the Software without restriction, including without limitation
6743N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
6743N/A# and/or sell copies of the Software, and to permit persons to whom the
6743N/A# Software is furnished to do so, subject to the following conditions:
6743N/A#
6743N/A# The above copyright notice and this permission notice (including the next
6743N/A# paragraph) shall be included in all copies or substantial portions of the
6743N/A# Software.
6743N/A#
6743N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6743N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6743N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
6743N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6743N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6743N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6743N/A# DEALINGS IN THE SOFTWARE.
6743N/A#
6743N/A#
6743N/A
6743N/A# Package name used in tarballs
6743N/AMODULE_NAME=libvdpau
6743N/A
6743N/A# Package metadata
6743N/AUPSTREAM = Video Decode and Presentation API for UNIX
6743N/AUPSTREAM_URL = http://freedesktop.org/wiki/Software/VDPAU/
6743N/AUPSTREAM_SET = yes
6743N/A
6743N/AMODULE_LICENSE = MIT
6743N/AMODULE_LICENSE_SET = yes
6743N/AMODULE_LICENSE_PREPEND =
6743N/AMODULE_DESC = VDPAU libaries and headers
6743N/AORACLE_TPNO = 24731
6743N/A
6743N/A# ARC cases that covered this module
6743N/AMODULE_ARC_CASES = PSARC/2009/059
6743N/A
6743N/A# Version number (used in path names)
6743N/AMODULE_VERSION=1.1.1
6743N/A
6743N/A# pkg(5) name we deliver the files in (override default)
6743N/AMODULE_PKGNAME=library/graphics/libvdpau
6743N/AMODULE_PKGNAME_SET=yes
6743N/A# Package classification (override default)
6743N/AMODULE_PKGCLASS=System/Libraries
6891N/AMODULE_PKGCLASS_SET=yes
6891N/A
6743N/A# Checksums for upstream tarball
6743N/ATARBALL_MD5 = 2fa0b05a4f4d06791eec83bc9c854d14
6743N/ATARBALL_SHA1 = 86516e2a962fd34f65d49115d6ddf15fd912f579
6743N/A
6891N/A# Download site for source
6891N/ASOURCE_URL=http://people.freedesktop.org/~aplattner/vdpau/$(SOURCE_TARBALL_NAME)
6891N/ASOURCE_URL_SET=yes
6891N/AGIT_URL=git://people.freedesktop.org/~aplattner/libvdpau
6743N/AGIT_URL_SET=yes
6743N/A
6743N/A# Patches to apply to source after unpacking, in order
6743N/ASOURCE_PATCHES=
6743N/A
6743N/A# Don't use libtool so force -lX11 and -lXext
6743N/AMODULE_LD_OPTIONS += -lX11 -lXext
6743N/A
6743N/A# Add proto area to path to find makedepend
6743N/AMODULE_BUILD_ENV = PATH="$(PROTODIR)/$(X11_BIN_DIR):$(PATH)"
6743N/AMODULE_CONFIG_ENV += $(MODULE_BUILD_ENV)
6743N/A
6743N/A# Need to use GNU Make to build
6743N/AMODULE_MAKE=$(GNUMAKE)
6743N/AMODULE_MAKE_SET=yes
6743N/A
6743N/A# Need to build with gcc
6743N/AMODULE_COMPILER=gcc
6743N/AMODULE_COMPILER_SET=yes
6891N/A
# Cos of 23185711 - disable parfait temporarily
USE_PARFAIT=no
### Include common rulesets
include ../Makefile.inc