commit 522fe06f1fad51502b05138963f67add8054da5f Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Thu Oct 3 17:21:42 2013 +0200 xorg-glamor-egl: initial release diff --git a/xorg-glamor-egl/.footprint b/xorg-glamor-egl/.footprint new file mode 100644 index 0000000..a012070 --- /dev/null +++ b/xorg-glamor-egl/.footprint @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/xorg/ +-rw-r--r-- root/root usr/include/xorg/glamor.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libglamor.la +lrwxrwxrwx root/root usr/lib/libglamor.so -> libglamor.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libglamor.so.0 -> libglamor.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libglamor.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/glamor-egl.pc +-rw-r--r-- root/root usr/lib/pkgconfig/glamor.pc +drwxr-xr-x root/root usr/lib/xorg/ +drwxr-xr-x root/root usr/lib/xorg/modules/ +-rwxr-xr-x root/root usr/lib/xorg/modules/libglamoregl.la +-rwxr-xr-x root/root usr/lib/xorg/modules/libglamoregl.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/X11/ +drwxr-xr-x root/root usr/share/X11/xorg.conf.d/ +-rw-r--r-- root/root usr/share/X11/xorg.conf.d/glamor.conf diff --git a/xorg-glamor-egl/.md5sum b/xorg-glamor-egl/.md5sum new file mode 100644 index 0000000..e4c997d --- /dev/null +++ b/xorg-glamor-egl/.md5sum @@ -0,0 +1 @@ +025c4e64dbc22009a8576f76a6f6eb7c glamor-egl-0.5.1.tar.bz2 diff --git a/xorg-glamor-egl/Pkgfile b/xorg-glamor-egl/Pkgfile new file mode 100644 index 0000000..0d99619 --- /dev/null +++ b/xorg-glamor-egl/Pkgfile @@ -0,0 +1,16 @@ +# Description: GL-based rendering acceleration library for X server +# URL: http://www.freedesktop.org/wiki/Software/Glamor/ +# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu +# Depends on: mesa3d, xorg-libxcb + +name=xorg-glamor-egl +version=0.5.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/glamor-egl-$version.t...) + +build() { + cd glamor-egl-$version + ./configure --prefix=/usr --enable-glx-tls + make + make DESTDIR=$PKG install +} diff --git a/xorg-glamor-egl/glamor/.footprint b/xorg-glamor-egl/glamor/.footprint new file mode 100644 index 0000000..a012070 --- /dev/null +++ b/xorg-glamor-egl/glamor/.footprint @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/xorg/ +-rw-r--r-- root/root usr/include/xorg/glamor.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libglamor.la +lrwxrwxrwx root/root usr/lib/libglamor.so -> libglamor.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libglamor.so.0 -> libglamor.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libglamor.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/glamor-egl.pc +-rw-r--r-- root/root usr/lib/pkgconfig/glamor.pc +drwxr-xr-x root/root usr/lib/xorg/ +drwxr-xr-x root/root usr/lib/xorg/modules/ +-rwxr-xr-x root/root usr/lib/xorg/modules/libglamoregl.la +-rwxr-xr-x root/root usr/lib/xorg/modules/libglamoregl.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/X11/ +drwxr-xr-x root/root usr/share/X11/xorg.conf.d/ +-rw-r--r-- root/root usr/share/X11/xorg.conf.d/glamor.conf diff --git a/xorg-glamor-egl/glamor/.md5sum b/xorg-glamor-egl/glamor/.md5sum new file mode 100644 index 0000000..e69de29 diff --git a/xorg-glamor-egl/glamor/Pkgfile b/xorg-glamor-egl/glamor/Pkgfile new file mode 100644 index 0000000..2a52798 --- /dev/null +++ b/xorg-glamor-egl/glamor/Pkgfile @@ -0,0 +1,19 @@ +# Description: +# URL: +# Maintainer: +# Packager: +# Depends on: + +name=xorg-glamor-egl +version=git +release=1 +source=() + +build() { + git clone git://anongit.freedesktop.org/git/xorg/driver/glamor + cd $name + ./autogen.sh + ./configure --prefix=/usr --disable-selective-werror --enable-glx-tls + make + make DESTDIR=$PKG install +}