2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi###############################################################################
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# libXvMC - Xlib-based client library for X-Video Motion Compensation extension
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
1982fbecb99335961659b9961d47f2425bf142abgryzor# Permission is hereby granted, free of charge, to any person obtaining a
1982fbecb99335961659b9961d47f2425bf142abgryzor# copy of this software and associated documentation files (the "Software"),
1982fbecb99335961659b9961d47f2425bf142abgryzor# to deal in the Software without restriction, including without limitation
1982fbecb99335961659b9961d47f2425bf142abgryzor# the rights to use, copy, modify, merge, publish, distribute, sublicense,
6ae232055d4d8a97267517c5e50074c2c819941and# and/or sell copies of the Software, and to permit persons to whom the
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Software is furnished to do so, subject to the following conditions:
6ae232055d4d8a97267517c5e50074c2c819941and#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# The above copyright notice and this permission notice (including the next
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# paragraph) shall be included in all copies or substantial portions of the
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Software.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
f3ec420152ca921e4c1ce77782f51b53f659018dnd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
f3ec420152ca921e4c1ce77782f51b53f659018dnd# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f3ec420152ca921e4c1ce77782f51b53f659018dnd# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
f3ec420152ca921e4c1ce77782f51b53f659018dnd# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
#
# Package name used in tarballs
MODULE_NAME=libXvMC
# Version number (used in path names)
MODULE_VERSION=1.0.9
# Checksums for upstream tarball
TARBALL_MD5 = eba6b738ed5fdcd8f4203d7c8a470c79
TARBALL_SHA1 = 6fc54831734e781b2848b6f7e3bcc4f752665f21
TARBALL_SHA256= 0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES += CVE-2016-7953.patch,-p1
# Library name
LIBNAME=XvMC
# Man pages to apply Sun footer to & attributes to list
#SUNTOUCHED_MANPAGES=man/*.man
MODULE_STABILITY=Volatile
LIB_MAN_SUFFIX=3xvMC
# pkg-config files that need to have -R added
FIX_PC_FILES=xvmc.pc.in
# Compatibility links from /usr/X11/lib to /usr/lib
MODULE_X11_LIBCOMPAT_LINKS = libXvMC.so libXvMC.so.1 libXvMCW.so libXvMCW.so.1
# configure passes "xv" to PKG_CHECK_MODULES since libXv headers are needed,
# but we don't need to link with it, so ignore it at link time.
MODULE_LDFLAGS = $(ZDISCARD_UNUSED_DEP)
include ../Makefile.inc