From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- mesa-demos/.footprint.i686 | 29 +++++++++++++++++++++++++++++ mesa-demos/.footprint.x86_64 | 29 +++++++++++++++++++++++++++++ mesa-demos/.md5sum.i686 | 2 ++ mesa-demos/.md5sum.x86_64 | 2 ++ mesa-demos/Pkgfile | 20 ++++++++++++++++++++ mesa-demos/disable-egl.patch | 11 +++++++++++ 6 files changed, 93 insertions(+) create mode 100644 mesa-demos/.footprint.i686 create mode 100644 mesa-demos/.footprint.x86_64 create mode 100644 mesa-demos/.md5sum.i686 create mode 100644 mesa-demos/.md5sum.x86_64 create mode 100755 mesa-demos/Pkgfile create mode 100644 mesa-demos/disable-egl.patch (limited to 'mesa-demos') diff --git a/mesa-demos/.footprint.i686 b/mesa-demos/.footprint.i686 new file mode 100644 index 000000000..1e54220f0 --- /dev/null +++ b/mesa-demos/.footprint.i686 @@ -0,0 +1,29 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/corender +-rwxr-xr-x root/root usr/bin/glsync +-rwxr-xr-x root/root usr/bin/glthreads +-rwxr-xr-x root/root usr/bin/glxcontexts +-rwxr-xr-x root/root usr/bin/glxdemo +-rwxr-xr-x root/root usr/bin/glxgears +-rwxr-xr-x root/root usr/bin/glxgears_fbconfig +-rwxr-xr-x root/root usr/bin/glxgears_pixmap +-rwxr-xr-x root/root usr/bin/glxheads +-rwxr-xr-x root/root usr/bin/glxinfo +-rwxr-xr-x root/root usr/bin/glxpbdemo +-rwxr-xr-x root/root usr/bin/glxpixmap +-rwxr-xr-x root/root usr/bin/glxsnoop +-rwxr-xr-x root/root usr/bin/glxswapcontrol +-rwxr-xr-x root/root usr/bin/manywin +-rwxr-xr-x root/root usr/bin/multictx +-rwxr-xr-x root/root usr/bin/offset +-rwxr-xr-x root/root usr/bin/overlay +-rwxr-xr-x root/root usr/bin/pbdemo +-rwxr-xr-x root/root usr/bin/pbinfo +-rwxr-xr-x root/root usr/bin/shape +-rwxr-xr-x root/root usr/bin/sharedtex +-rwxr-xr-x root/root usr/bin/sharedtex_mt +-rwxr-xr-x root/root usr/bin/texture_from_pixmap +-rwxr-xr-x root/root usr/bin/wincopy +-rwxr-xr-x root/root usr/bin/xfont +-rwxr-xr-x root/root usr/bin/xrotfontdemo diff --git a/mesa-demos/.footprint.x86_64 b/mesa-demos/.footprint.x86_64 new file mode 100644 index 000000000..1e54220f0 --- /dev/null +++ b/mesa-demos/.footprint.x86_64 @@ -0,0 +1,29 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/corender +-rwxr-xr-x root/root usr/bin/glsync +-rwxr-xr-x root/root usr/bin/glthreads +-rwxr-xr-x root/root usr/bin/glxcontexts +-rwxr-xr-x root/root usr/bin/glxdemo +-rwxr-xr-x root/root usr/bin/glxgears +-rwxr-xr-x root/root usr/bin/glxgears_fbconfig +-rwxr-xr-x root/root usr/bin/glxgears_pixmap +-rwxr-xr-x root/root usr/bin/glxheads +-rwxr-xr-x root/root usr/bin/glxinfo +-rwxr-xr-x root/root usr/bin/glxpbdemo +-rwxr-xr-x root/root usr/bin/glxpixmap +-rwxr-xr-x root/root usr/bin/glxsnoop +-rwxr-xr-x root/root usr/bin/glxswapcontrol +-rwxr-xr-x root/root usr/bin/manywin +-rwxr-xr-x root/root usr/bin/multictx +-rwxr-xr-x root/root usr/bin/offset +-rwxr-xr-x root/root usr/bin/overlay +-rwxr-xr-x root/root usr/bin/pbdemo +-rwxr-xr-x root/root usr/bin/pbinfo +-rwxr-xr-x root/root usr/bin/shape +-rwxr-xr-x root/root usr/bin/sharedtex +-rwxr-xr-x root/root usr/bin/sharedtex_mt +-rwxr-xr-x root/root usr/bin/texture_from_pixmap +-rwxr-xr-x root/root usr/bin/wincopy +-rwxr-xr-x root/root usr/bin/xfont +-rwxr-xr-x root/root usr/bin/xrotfontdemo diff --git a/mesa-demos/.md5sum.i686 b/mesa-demos/.md5sum.i686 new file mode 100644 index 000000000..3eed61106 --- /dev/null +++ b/mesa-demos/.md5sum.i686 @@ -0,0 +1,2 @@ +6877b15002cc6daad5f352568f93e826 disable-egl.patch +320c2a4b6edc6faba35d9cb1e2a30bf4 mesa-demos-8.0.1.tar.bz2 diff --git a/mesa-demos/.md5sum.x86_64 b/mesa-demos/.md5sum.x86_64 new file mode 100644 index 000000000..3eed61106 --- /dev/null +++ b/mesa-demos/.md5sum.x86_64 @@ -0,0 +1,2 @@ +6877b15002cc6daad5f352568f93e826 disable-egl.patch +320c2a4b6edc6faba35d9cb1e2a30bf4 mesa-demos-8.0.1.tar.bz2 diff --git a/mesa-demos/Pkgfile b/mesa-demos/Pkgfile new file mode 100755 index 000000000..fb1c37c83 --- /dev/null +++ b/mesa-demos/Pkgfile @@ -0,0 +1,20 @@ +# Description: Demos pour la bibliothèque graphique 3D Mesa +# URL: http://www.mesa3d.org +# Maintainer: NuTyX core team +# Packager: piernov +# Depends on: glew +# Run on: glew + +name=mesa-demos +version=8.0.1 +release=2 +source=(ftp://ftp.freedesktop.org/pub/mesa/demos/$version/$name-$version.tar.bz2 + disable-egl.patch) + +build() { + cd $name-$version + patch -p1 < ../disable-egl.patch + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} diff --git a/mesa-demos/disable-egl.patch b/mesa-demos/disable-egl.patch new file mode 100644 index 000000000..d6f4e527f --- /dev/null +++ b/mesa-demos/disable-egl.patch @@ -0,0 +1,11 @@ +diff -Naur mesa-demos-8.0.1.orig/src/Makefile.in mesa-demos-8.0.1/src/Makefile.in +--- mesa-demos-8.0.1.orig/src/Makefile.in 2010-10-06 17:09:29.089000005 -0700 ++++ mesa-demos-8.0.1/src/Makefile.in 2010-10-06 17:22:00.806000001 -0700 +@@ -261,7 +261,6 @@ + SUBDIRS = \ + util \ + demos \ +- egl \ + fp \ + fpglsl \ + glsl \ -- cgit v1.2.3-54-g00ecf