Makefile revision 1356
2772N/A###############################################################################
2772N/A#
2772N/A# libXv - Xlib-based client library for XVideo extension protocol
2772N/A#
2772N/A# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
2772N/A#
2772N/A# Permission is hereby granted, free of charge, to any person obtaining a
2772N/A# copy of this software and associated documentation files (the "Software"),
2772N/A# to deal in the Software without restriction, including without limitation
2772N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2772N/A# and/or sell copies of the Software, and to permit persons to whom the
2772N/A# Software is furnished to do so, subject to the following conditions:
2772N/A#
2772N/A# The above copyright notice and this permission notice (including the next
2772N/A# paragraph) shall be included in all copies or substantial portions of the
2772N/A# Software.
2772N/A#
2772N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2772N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2772N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2772N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2772N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2772N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2772N/A# DEALINGS IN THE SOFTWARE.
2772N/A#
2772N/A#
2772N/A
2772N/A# Package name used in tarballs
2772N/AMODULE_NAME=libXv
2772N/A
2772N/A# Version number (used in path names)
2772N/AMODULE_VERSION=1.0.7
2772N/A
2772N/A# Checksums for upstream tarball
2772N/ATARBALL_MD5 = 5e1ac203ccd3ce3e89755ed1fbe75b0b
2772N/ATARBALL_SHA1 = 49c87e0ccb999966b7b1b4e72cb927f05e0835bd
2772N/ATARBALL_SHA256= 5d664aeb641f8c867331a0c6b4574a5e7e420f00bf5fcefd874e8d003ea59010
2772N/A
2772N/A# Patches to apply to source after unpacking, in order
2772N/ASOURCE_PATCHES = CVE-2013-1989.patch,-p1
2772N/A
2772N/A# Library name
2772N/ALIBNAME=Xv
2772N/A
2772N/A# Man pages to apply Sun footer to & attributes to list
2772N/ASUNTOUCHED_MANPAGES=man/*.man
2772N/AMODULE_STABILITY=Volatile
2772N/ALIB_MAN_SUFFIX=3xv
2772N/A
2772N/A# pkg-config files that need to have -R added
FIX_PC_FILES=xv.pc.in
# Compatibility links from /usr/X11/lib to /usr/lib
MODULE_X11_LIBCOMPAT_LINKS = libXv.so libXv.so.1
include ../Makefile.inc