From 8ac55ef61833f80bef603464aeecf04c836e2471 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Oct 2008 08:13:55 +0200 Subject: [PATCH] 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 --- dependencies/dmxproto-2.2.2-deps.db | Bin 0 -> 1024 bytes dependencies/libXrender-0.9.4-deps.db | Bin 0 -> 1024 bytes templates/dmxproto-2.2.2.tmpl | 12 +++++++++++ templates/libXrender-0.9.4.tmpl | 20 ++++++++++++++++++ ...pciaccess-0.10.3-src-common-interface.diff | 11 ++++++++++ templates/libpciaccess-0.10.3.tmpl | 12 +++++++++++ 6 files changed, 55 insertions(+) create mode 100644 dependencies/dmxproto-2.2.2-deps.db create mode 100644 dependencies/libXrender-0.9.4-deps.db create mode 100755 templates/dmxproto-2.2.2.tmpl create mode 100755 templates/libXrender-0.9.4.tmpl create mode 100644 templates/libpciaccess-0.10.3-src-common-interface.diff create mode 100755 templates/libpciaccess-0.10.3.tmpl diff --git a/dependencies/dmxproto-2.2.2-deps.db b/dependencies/dmxproto-2.2.2-deps.db new file mode 100644 index 0000000000000000000000000000000000000000..45355c91e262a9c8f92e70ff41a7ca6e9e146d85 GIT binary patch literal 1024 zcmYc?WMyDx00Jfu0Rajy#wb1PLx2&n7*trDdk;8t54rD^wH|<(K5^n(GSg`CW!lKlJ}T_ZgsJ+nj*HzKv7MAuNyK+i;>C^au7wWy#d Wza$^1+EUM0Atkp0!Ud@}VgLXkxg22t literal 0 HcmV?d00001 diff --git a/templates/dmxproto-2.2.2.tmpl b/templates/dmxproto-2.2.2.tmpl new file mode 100755 index 00000000000..b094e46ab25 --- /dev/null +++ b/templates/dmxproto-2.2.2.tmpl @@ -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 " +checksum=bee5ca279861afb9e38b6495d53087d412f417a8 +long_desc=" + Distributed Multi-headed X protocol headers from modular X.org: + \"your networked Xinerama\"." diff --git a/templates/libXrender-0.9.4.tmpl b/templates/libXrender-0.9.4.tmpl new file mode 100755 index 00000000000..c24ae0fb092 --- /dev/null +++ b/templates/libXrender-0.9.4.tmpl @@ -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 " +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." diff --git a/templates/libpciaccess-0.10.3-src-common-interface.diff b/templates/libpciaccess-0.10.3-src-common-interface.diff new file mode 100644 index 00000000000..09c79a14060 --- /dev/null +++ b/templates/libpciaccess-0.10.3-src-common-interface.diff @@ -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 diff --git a/templates/libpciaccess-0.10.3.tmpl b/templates/libpciaccess-0.10.3.tmpl new file mode 100755 index 00000000000..782a872b80a --- /dev/null +++ b/templates/libpciaccess-0.10.3.tmpl @@ -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 " +checksum=5d972b5398f96bb94b2dab7f16613ad998887ece +long_desc="..."