Added dmxproto-2.2.2, libXrender-0.9.4 and libpciaccess-0.10.3.

All deps for xorg-server are now resolved...

--HG--
extra : convert_revision : 137e3c86bf222e14caba1ceb0f114f8a3e786867
This commit is contained in:
Juan RP 2008-10-02 08:13:55 +02:00
parent f4a6d7a16b
commit 8ac55ef618
6 changed files with 55 additions and 0 deletions

BIN
dependencies/dmxproto-2.2.2-deps.db vendored Normal file

Binary file not shown.

BIN
dependencies/libXrender-0.9.4-deps.db vendored Normal file

Binary file not shown.

12
templates/dmxproto-2.2.2.tmpl Executable file
View File

@ -0,0 +1,12 @@
# Template build file for 'dmxproto-2.2.2'.
pkgname=dmxproto-2.2.2
extract_sufx=".tar.bz2"
url=http://xorg.freedesktop.org/releases/individual/proto
build_style=gnu_configure
pkgconfig_override="dmxproto.pc"
short_desc="Distributed Multi-headed X protocol headers from modular X.org"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=bee5ca279861afb9e38b6495d53087d412f417a8
long_desc="
Distributed Multi-headed X protocol headers from modular X.org:
\"your networked Xinerama\"."

20
templates/libXrender-0.9.4.tmpl Executable file
View File

@ -0,0 +1,20 @@
# Template build file for 'libXrender-0.9.4'.
pkgname=libXrender-0.9.4
extract_sufx=".tar.bz2"
url=http://xorg.freedesktop.org/releases/individual/lib
build_style=gnu_configure
pkgconfig_override="xrender.pc"
short_desc="X Render Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0d9249ffe7f8347946f1c4d701bd06d52a4ab40b
long_desc="
The X Rendering Extension introduces digital image composition as the
foundation of a rendering model within the X Window System. Rendering
geometric figures is accomplished by client-side tessellation into either
triangles or trapezoids. Text is drawn by loading glyphs into the server
and rendering sets of them.
This package contains the client library for connecting to a Xserver that
supports the Xrender extension.
This is the modular X.org X11 project version."

View File

@ -0,0 +1,11 @@
--- src/common_interface.c.orig 2008-10-02 07:40:36.000000000 +0200
+++ src/common_interface.c 2008-10-02 07:41:05.000000000 +0200
@@ -64,7 +64,7 @@
#define HTOLE_16(x) htole16(x)
#define HTOLE_32(x) htole32(x)
-#if defined(__FreeBSD__) || defined(__DragonFly__)
+#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__)
#define LETOH_16(x) le16toh(x)
#define LETOH_32(x) le32toh(x)
#else

View File

@ -0,0 +1,12 @@
# Template build file for 'libpciaccess-0.10.3'.
pkgname=libpciaccess-0.10.3
extract_sufx=".tar.bz2"
patch_files="$pkgname-src-common-interface.diff"
url=http://xorg.freedesktop.org/releases/individual/lib
build_style=gnu_configure
make_cmd="$PKGFS_MASTERDIR/bin/gmake"
pkgconfig_override="pciaccess.pc"
short_desc="PCI Access from Modular X.org"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=5d972b5398f96bb94b2dab7f16613ad998887ece
long_desc="..."