Merge branch '2.7' into 2.8

This commit is contained in:
Juergen Daubert 2012-10-07 10:21:59 +02:00
commit 2533f43a08
7 changed files with 29 additions and 4 deletions

4
mesa-demos/.footprint Normal file
View File

@ -0,0 +1,4 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/glxgears
-rwxr-xr-x root/root usr/bin/glxinfo

1
mesa-demos/.md5sum Normal file
View File

@ -0,0 +1 @@
320c2a4b6edc6faba35d9cb1e2a30bf4 mesa-demos-8.0.1.tar.bz2

20
mesa-demos/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: Mesa 3D demos
# URL: http://www.mesa3d.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: glew mesa3d
name=mesa-demos
version=8.0.1
release=1
source=(ftp://ftp.freedesktop.org/pub/mesa/demos/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make -C src/xdemos/ glxinfo glxgears
install -d $PKG/usr/bin
install -m 0755 -t $PKG/usr/bin src/xdemos/glx{gears,info}
}

View File

@ -1 +1 @@
9da03df9e2f4c048202920d9f6a7e123 libxcb-1.8.1.tar.bz2
2b05856e9d1cb37836aae7406f2f4ce2 libxcb-1.9.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-xcb-proto, xorg-libxdmcp, xorg-libxau, libxslt, libpthread-stubs, xorg-xcb-proto
name=xorg-libxcb
version=1.8.1
version=1.9
release=1
source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2)

View File

@ -1 +1 @@
948fec39dd42f3694edd5d9689735ec4 xcb-proto-1.7.1.tar.bz2
a5de3432cc6e43cc6a27f241dbb991b1 xcb-proto-1.8.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: python
name=xorg-xcb-proto
version=1.7.1
version=1.8
release=1
source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2)