CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xf86-video-imx: initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Tue, 19 Jul 2011 12:37:11 +0000 (14:37 +0200)
committerVictor Martinez <pitillo@ono.com>
Tue, 19 Jul 2011 12:37:11 +0000 (14:37 +0200)
xorg-xf86-video-imx/.footprint [new file with mode: 0644]
xorg-xf86-video-imx/.md5sum [new file with mode: 0644]
xorg-xf86-video-imx/Pkgfile [new file with mode: 0644]

diff --git a/xorg-xf86-video-imx/.footprint b/xorg-xf86-video-imx/.footprint
new file mode 100644 (file)
index 0000000..3e3df17
--- /dev/null
@@ -0,0 +1,15 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/include/
+drwxr-xr-x     root/root       usr/include/X11/
+drwxr-xr-x     root/root       usr/include/X11/extensions/
+-rw-r--r--     root/root       usr/include/X11/extensions/imx_ext.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/xorg/
+drwxr-xr-x     root/root       usr/lib/xorg/modules/
+drwxr-xr-x     root/root       usr/lib/xorg/modules/drivers/
+-rwxr-xr-x     root/root       usr/lib/xorg/modules/drivers/imx_drv.la
+-rwxr-xr-x     root/root       usr/lib/xorg/modules/drivers/imx_drv.so
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man4/
+-rw-r--r--     root/root       usr/share/man/man4/imx.4.gz
diff --git a/xorg-xf86-video-imx/.md5sum b/xorg-xf86-video-imx/.md5sum
new file mode 100644 (file)
index 0000000..06025bb
--- /dev/null
@@ -0,0 +1 @@
+e1e7aaad012b0055d2652ed609bd466a  xorg-xf86-video-imx-10.11.01.tar.bz2
diff --git a/xorg-xf86-video-imx/Pkgfile b/xorg-xf86-video-imx/Pkgfile
new file mode 100644 (file)
index 0000000..d9ce7bb
--- /dev/null
@@ -0,0 +1,19 @@
+# Description: i.MX accelerated video driver for the X.Org X server 
+# URL: 
+# Packager: CRUX-ARM System Team, devel at crux-arm dot nu
+# Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: git xorg-util-macros libz160 amd-gpu-x11-bin-mx51 imx-lib
+
+name=xorg-xf86-video-imx
+version=10.11.01
+release=1
+source=(http://crux-arm.nu/files/distfiles/efikamx/$name-$version.tar.bz2)
+
+build() {
+  cd xf86-video-imx
+  chmod u+x autogen.sh
+  ./autogen.sh --prefix=/usr --disable-nls
+  make
+  make install DESTDIR=$PKG
+}