OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Apr-2005 14:43:02
Branch: HEAD Handle: 2005042613430100
Added files:
openpkg-src/xrender xrender.patch
Modified files:
openpkg-src/xrender xrender.spec
Log:
Xutil.h depends on Xlib.h for the 'Bool' datatype and so precede with
inclusion of X11/Xlib.h
Summary:
Revision Changes Path
1.1 +10 -0 openpkg-src/xrender/xrender.patch
1.18 +3 -1 openpkg-src/xrender/xrender.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xrender/xrender.patch
============================================================================
$ cvs diff -u -r0 -r1.1 xrender.patch
--- /dev/null 2005-04-26 14:33:00 +0200
+++ xrender.patch 2005-04-26 14:43:01 +0200
@@ -0,0 +1,10 @@
+--- libXrender-0.8.4/Xrender.h.orig 2003-06-26 11:47:49 +0200
++++ libXrender-0.8.4/Xrender.h 2005-04-26 14:16:34 +0200
+@@ -31,6 +31,7 @@
+ #include <X11/Xlib.h>
+ #include <X11/Xfuncproto.h>
+ #include <X11/Xosdefs.h>
++#include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+
+ typedef struct {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xrender/xrender.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 xrender.spec
--- openpkg-src/xrender/xrender.spec 20 Apr 2005 17:57:18 -0000 1.17
+++ openpkg-src/xrender/xrender.spec 26 Apr 2005 12:43:01 -0000 1.18
@@ -37,11 +37,12 @@
Group: XWindow
License: GPL
Version: %{V_xrender}
-Release: 20050420
+Release: 20050426
# list of sources
Source0:
http://freedesktop.org/~ajax/xlibs-release/renderext-%{V_render}.tar.bz2
Source1:
http://freedesktop.org/~ajax/xlibs-release/libXrender-%{V_xrender}.tar.bz2
+Patch0: xrender.patch
# build information
Prefix: %{l_prefix}
@@ -69,6 +70,7 @@
%prep
%setup -q -c
%setup -q -T -D -a 1
+ %patch -p0
%{l_shtool} subst \
-e 's;echo \$RENDER_PKG_ERRORS;succeeded=yes;g' \
libXrender-%{V_xrender}/configure
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]