Alan@137: ############################################################################### Alan@137: # Alan@1276: # libXrender - Xlib-based client library for Render extension protocol Alan@137: # Alan@1345: # Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. Alan@137: # Alan@137: # Permission is hereby granted, free of charge, to any person obtaining a Alan@919: # copy of this software and associated documentation files (the "Software"), Alan@919: # to deal in the Software without restriction, including without limitation Alan@919: # the rights to use, copy, modify, merge, publish, distribute, sublicense, Alan@919: # and/or sell copies of the Software, and to permit persons to whom the Alan@919: # Software is furnished to do so, subject to the following conditions: Alan@919: # Alan@919: # The above copyright notice and this permission notice (including the next Alan@919: # paragraph) shall be included in all copies or substantial portions of the Alan@919: # Software. Alan@919: # Alan@919: # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR Alan@919: # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, Alan@919: # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL Alan@919: # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER Alan@919: # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING Alan@919: # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER Alan@919: # DEALINGS IN THE SOFTWARE. Alan@137: # Alan@137: # Alan@137: Alan@137: # Package name used in tarballs Alan@493: MODULE_NAME=libXrender Alan@137: Alan@137: # Version number (used in path names) Alan@1370: MODULE_VERSION=0.9.8 Alan@137: Alan@911: # Checksums for upstream tarball Alan@1370: TARBALL_MD5 = 2bd9a15fcf64d216e63b8d129e4f1f1c Alan@1370: TARBALL_SHA1 = 0f5c843410029944bd06e19366db4932cf5944fa Alan@1370: TARBALL_SHA256= 1d14b02f0060aec5d90dfdcf16a996f17002e515292906ed26e3dcbba0f4fc62 Alan@911: Alan@137: # Patches to apply to source after unpacking, in order Alan@1370: SOURCE_PATCHES = Alan@137: Alan@137: # Library name Alan@137: LIBNAME=Xrender Alan@137: Alan@137: # Man pages to apply Sun footer to & attributes to list Alan@137: #SUNTOUCHED_MANPAGES=man/*.man Alan@493: MODULE_STABILITY=Volatile Alan@969: LIB_MAN_SUFFIX=3xrender Alan@137: Alan@970: # ARC cases that covered this module Alan@970: # LSARC/2001/125 Xserver Render Extension Alan@970: MODULE_ARC_CASES = LSARC/2001/125 Alan@970: # LSARC/2004/414 X Render Extension 0.8 Alan@970: MODULE_ARC_CASES += LSARC/2004/414 Alan@970: # LSARC/2007/193 X Render Extension: Protocol 0.10 / API 0.9 Alan@970: MODULE_ARC_CASES += LSARC/2007/193 Alan@970: Alan@137: # Environment variable options to GNU autoconf configure script Alan@493: MODULE_CFLAGS=-I../include Alan@137: Alan@137: # Link with version mapfile Alan@493: MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers Alan@137: Alan@493: Alan@137: Alan@137: # pkg-config files that need to have -R added Alan@137: FIX_PC_FILES=xrender.pc.in Alan@137: Alan@970: # Compatibility links from /usr/X11/lib to /usr/lib Alan@970: MODULE_X11_LIBCOMPAT_LINKS = libXrender.so libXrender.so.1 Alan@970: Alan@137: include ../Makefile.inc