Added x11/renderproto9 version 0.9.3nb2
This provides the Render extension headers from modular X.org X11 project, for use in non modular X11 installs.
This commit is contained in:
parent
e55eb36155
commit
fc4d05cbab
5 changed files with 62 additions and 0 deletions
2
x11/renderproto9/DESCR
Normal file
2
x11/renderproto9/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This provides the Render extension headers from modular X.org X11
|
||||
project, for use in non modular X11 installs.
|
23
x11/renderproto9/Makefile
Normal file
23
x11/renderproto9/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/12/15 09:29:34 abs Exp $
|
||||
#
|
||||
# This package is for use with native X11. Do not update to later versions.
|
||||
|
||||
DISTNAME= renderproto-0.9.3
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://xorg.freedesktop.org/
|
||||
COMMENT= Render extension headers
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
CONFLICTS+= renderext-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
PKGCONFIG_OVERRIDE+= ${WRKSRC}/renderproto.pc.in
|
||||
USE_LANGUAGES= # none, not even C
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
x11/renderproto9/PLIST
Normal file
6
x11/renderproto9/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/12/15 09:29:34 abs Exp $
|
||||
include/X11/extensions/render.h
|
||||
include/X11/extensions/renderproto.h
|
||||
lib/pkgconfig/renderproto.pc
|
||||
share/doc/renderproto/renderproto.txt
|
||||
@comment @dirrm include/X11/extensions
|
6
x11/renderproto9/distinfo
Normal file
6
x11/renderproto9/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/12/15 09:29:34 abs Exp $
|
||||
|
||||
SHA1 (renderproto-0.9.3.tar.bz2) = c3425e2a5ceecd160b09462c50a69848756e449e
|
||||
RMD160 (renderproto-0.9.3.tar.bz2) = 60326cd364e1de1c539f4b2433b25628050a6f11
|
||||
Size (renderproto-0.9.3.tar.bz2) = 54128 bytes
|
||||
SHA1 (patch-aa) = 56aeb04b428057079f203538e2e73c40e80c2b5c
|
25
x11/renderproto9/patches/patch-aa
Normal file
25
x11/renderproto9/patches/patch-aa
Normal file
|
@ -0,0 +1,25 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2010/12/15 09:29:34 abs Exp $
|
||||
|
||||
Include X11/X.h, plus adjust RENDER_MINOR down to 9 so at least cairo does not
|
||||
assume it defines XLinearGradient
|
||||
|
||||
--- render.h.orig 2007-08-31 21:42:38.000000000 +0000
|
||||
+++ render.h
|
||||
@@ -26,6 +26,8 @@
|
||||
#ifndef _RENDER_H_
|
||||
#define _RENDER_H_
|
||||
|
||||
+#include <X11/X.h>
|
||||
+
|
||||
typedef XID Glyph;
|
||||
typedef XID GlyphSet;
|
||||
typedef XID Picture;
|
||||
@@ -33,7 +35,7 @@ typedef XID PictFormat;
|
||||
|
||||
#define RENDER_NAME "RENDER"
|
||||
#define RENDER_MAJOR 0
|
||||
-#define RENDER_MINOR 10
|
||||
+#define RENDER_MINOR 9
|
||||
|
||||
#define X_RenderQueryVersion 0
|
||||
#define X_RenderQueryPictFormats 1
|
Loading…
Reference in a new issue