open-src/lib/libXvMC/Makefile
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Sat, 14 Mar 2015 12:06:11 -0700
changeset 1447 b26f1451b601
parent 1370 7a7a374453e5
permissions -rw-r--r--
17915870 clean up check_rtime & ld guidance warnings in X gate 15740716 SUNBT7088708 Erroneous RPATH and RUNPATH in pkg:x11/server/xorg/driver/xorg-efb 18099386 X builds on s12_38 report 418 check_rtime errors 19509967 After 19229055, X consolidation has check_rtime failures 20484350 cleanup assorted build & check warnings

###############################################################################
#
# libXvMC - Xlib-based client library for X-Video Motion Compensation extension
#
# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# 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.8

# Checksums for upstream tarball
TARBALL_MD5   = 2e4014e9d55c430e307999a6b3dd256d
TARBALL_SHA1  = b0fa592cd615aa41290cb8d6f97e6ed53dd21bca
TARBALL_SHA256= 5e1a401efa433f959d41e17932b8c218c56b931348f494b8fa4656d7d798b204

# Patches to apply to source after unpacking, in order
SOURCE_PATCHES =

# 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