CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
amd-gpu-x11-bin-mx51: initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Tue, 19 Jul 2011 12:13:03 +0000 (14:13 +0200)
committerVictor Martinez <pitillo@ono.com>
Tue, 19 Jul 2011 12:13:03 +0000 (14:13 +0200)
amd-gpu-x11-bin-mx51/.footprint [new file with mode: 0644]
amd-gpu-x11-bin-mx51/.md5sum [new file with mode: 0644]
amd-gpu-x11-bin-mx51/Pkgfile [new file with mode: 0644]

diff --git a/amd-gpu-x11-bin-mx51/.footprint b/amd-gpu-x11-bin-mx51/.footprint
new file mode 100644 (file)
index 0000000..f410a59
--- /dev/null
@@ -0,0 +1,51 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/2dblt_perf
+-rwxr-xr-x     root/root       usr/bin/c2d_sanity_app_z160
+-rwxr-xr-x     root/root       usr/bin/c2d_sanity_app_z430
+-rwxr-xr-x     root/root       usr/bin/es11ex
+-rwxr-xr-x     root/root       usr/bin/gsl_sanity_app
+-rwxr-xr-x     root/root       usr/bin/resclient_multiprocess_test
+-rwxr-xr-x     root/root       usr/bin/resclient_multitask_test
+-rwxr-xr-x     root/root       usr/bin/resclient_test
+-rwxr-xr-x     root/root       usr/bin/simple_draw
+-rwxr-xr-x     root/root       usr/bin/tiger
+-rwxr-xr-x     root/root       usr/bin/tiger_ri
+-rwxr-xr-x     root/root       usr/bin/torusknot
+-rwxr-xr-x     root/root       usr/bin/vg11sanity
+-rwxr-xr-x     root/root       usr/bin/wakeuplcd
+drwxr-xr-x     root/root       usr/include/
+drwxr-xr-x     root/root       usr/include/EGL/
+-rwxr-xr-x     root/root       usr/include/EGL/egl.h
+-rwxr-xr-x     root/root       usr/include/EGL/eglext.h
+-rwxr-xr-x     root/root       usr/include/EGL/eglfslext.h
+-rwxr-xr-x     root/root       usr/include/EGL/eglplatform.h
+-rwxr-xr-x     root/root       usr/include/EGL/eglplatform_1.4.h
+drwxr-xr-x     root/root       usr/include/GLES/
+-rwxr-xr-x     root/root       usr/include/GLES/egl.h
+-rwxr-xr-x     root/root       usr/include/GLES/gl.h
+-rwxr-xr-x     root/root       usr/include/GLES/gl_extensions.h
+-rwxr-xr-x     root/root       usr/include/GLES/glext.h
+-rwxr-xr-x     root/root       usr/include/GLES/glplatform.h
+drwxr-xr-x     root/root       usr/include/GLES2/
+-rwxr-xr-x     root/root       usr/include/GLES2/gl2.h
+-rwxr-xr-x     root/root       usr/include/GLES2/gl2amdext.h
+-rwxr-xr-x     root/root       usr/include/GLES2/gl2ext.h
+-rwxr-xr-x     root/root       usr/include/GLES2/gl2platform.h
+drwxr-xr-x     root/root       usr/include/KHR/
+-rwxr-xr-x     root/root       usr/include/KHR/khrplatform.h
+drwxr-xr-x     root/root       usr/include/VG/
+-rwxr-xr-x     root/root       usr/include/VG/ext.h
+-rwxr-xr-x     root/root       usr/include/VG/ftvg_utils.h
+-rwxr-xr-x     root/root       usr/include/VG/openvg.h
+-rwxr-xr-x     root/root       usr/include/VG/vgu.h
+drwxr-xr-x     root/root       usr/lib/
+-rwxr-xr-x     root/root       usr/lib/lib2dz160.so
+-rwxr-xr-x     root/root       usr/lib/lib2dz430.so
+-rwxr-xr-x     root/root       usr/lib/libEGL.so
+-rwxr-xr-x     root/root       usr/lib/libGLESv1_CM.so
+-rwxr-xr-x     root/root       usr/lib/libGLESv2.so
+-rwxr-xr-x     root/root       usr/lib/libOpenVG.so
+-rwxr-xr-x     root/root       usr/lib/libcsi.a
+-rwxr-xr-x     root/root       usr/lib/libgsl.so
+-rwxr-xr-x     root/root       usr/lib/libres.a
diff --git a/amd-gpu-x11-bin-mx51/.md5sum b/amd-gpu-x11-bin-mx51/.md5sum
new file mode 100644 (file)
index 0000000..fd157e5
--- /dev/null
@@ -0,0 +1 @@
+a592c4f52df0baf830eddd0445be3fc7  amd-gpu-x11-bin-mx51-10.11.01.tar.gz
diff --git a/amd-gpu-x11-bin-mx51/Pkgfile b/amd-gpu-x11-bin-mx51/Pkgfile
new file mode 100644 (file)
index 0000000..9461560
--- /dev/null
@@ -0,0 +1,14 @@
+# Description: GPU libraries and test applications for i.MX51 (X version) 
+# URL: 
+# Maintainer: Victor Martinez, pitillo at ono dot com
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: 
+
+name=amd-gpu-x11-bin-mx51
+version=10.11.01
+release=1
+source=(http://staff.osuosl.org/~bkero/distfiles/$name-$version.tar.gz)
+
+build() {
+  mv $SRC/$name-$version/usr $PKG/
+}