From f4a6d7a16b8d908f772fb448b5256ada349ed13f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Oct 2008 07:36:10 +0200 Subject: [PATCH] Added MesaLib-7.2 template, DRI support is not built in... will fix this later. --HG-- extra : convert_revision : 2bcda2c38d12ec778b31efafbf34c0294859cc97 --- dependencies/MesaLib-7.2-deps.db | Bin 0 -> 1024 bytes ...Lib-7.2-src-mesa-drivers-x11-Makefile.diff | 11 +++++++++ templates/MesaLib-7.2.tmpl | 21 ++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dependencies/MesaLib-7.2-deps.db create mode 100644 templates/MesaLib-7.2-src-mesa-drivers-x11-Makefile.diff create mode 100755 templates/MesaLib-7.2.tmpl diff --git a/dependencies/MesaLib-7.2-deps.db b/dependencies/MesaLib-7.2-deps.db new file mode 100644 index 0000000000000000000000000000000000000000..fc75d6b31c4cdd9cd6e83da0a47e2c0197f92375 GIT binary patch literal 1024 zcmYc?WMyDxU|?Wi0ud0b0HH?75fB25NPYw*0WpRK#s*|TB>7P$^+SM_fq|h2WNb=m zK`}#4W>QIhevYn@o{^qeqC$FZVs@&ov7UvYLQZBze2p=oy1mrX=Pjrl;x}>KQ^6RHRv$mF0rXGGYJ#!0aVq literal 0 HcmV?d00001 diff --git a/templates/MesaLib-7.2-src-mesa-drivers-x11-Makefile.diff b/templates/MesaLib-7.2-src-mesa-drivers-x11-Makefile.diff new file mode 100644 index 00000000000..087a9ea7ca3 --- /dev/null +++ b/templates/MesaLib-7.2-src-mesa-drivers-x11-Makefile.diff @@ -0,0 +1,11 @@ +--- src/mesa/drivers/x11/Makefile.orig 2008-10-02 05:22:46.000000000 +0200 ++++ src/mesa/drivers/x11/Makefile 2008-10-02 05:23:13.000000000 +0200 +@@ -43,7 +43,7 @@ INCLUDE_DIRS = \ + -I$(TOP)/src/mesa \ + -I$(TOP)/src/mesa/main + +-CORE_MESA = $(TOP)/src/mesa/libmesa.a $(TOP)/src/mesa/libglapi.a ++CORE_MESA = $(TOP)/src/mesa/libmesa_pic.a $(TOP)/src/mesa/libglapi_pic.a + + + diff --git a/templates/MesaLib-7.2.tmpl b/templates/MesaLib-7.2.tmpl new file mode 100755 index 00000000000..542fc6646c3 --- /dev/null +++ b/templates/MesaLib-7.2.tmpl @@ -0,0 +1,21 @@ +# Template build file for 'MesaLib-7.2'. +pkgname=MesaLib-7.2 +patch_files="MesaLib-7.2-src-mesa-drivers-x11-Makefile.diff" +wrksrc=Mesa-7.2 +extract_sufx=".tar.bz2" +url=http://kent.dl.sourceforge.net/sourceforge/mesa3d +build_style=gnu_configure +make_build_args="MKDEP=mkdep" +configure_args="--with-expat=$PKGFS_MASTERDIR" +configure_env="CPPFLAGS=-I$PKGFS_MASTERDIR/include" +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +pkgconfig_override="gl.pc glu.pc glw.pc" +short_desc="Graphics library similar to SGI's OpenGL" +maintainer="Juan RP " +checksum=1e7c2cc6aa27ebaf7e726ac2086c10a5155d0832 +long_desc=" + MesaLib is a 3-D graphics library with an API which is very similar to + that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax + or state machine, it is being used with authorization from Silicon Graphics, + Inc. However, the author makes no claim that Mesa is in any way a + compatible replacement for OpenGL or associated with Silicon Graphics, Inc."