aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <stephen.arnold42@gmail.com>2014-02-02 09:21:40 -0800
committerSteve Arnold <stephen.arnold42@gmail.com>2014-02-02 09:21:40 -0800
commitb0d7c8e89436047bb3d572836feaf0cf4d7dd451 (patch)
tree84c1d55ec502ff5e4fc6719249c09aea960c5f38 /x11-drivers
parentadded neon asm patch for ffmpeg 1.2.5 (diff)
downloadarm-b0d7c8e89436047bb3d572836feaf0cf4d7dd451.tar.gz
arm-b0d7c8e89436047bb3d572836feaf0cf4d7dd451.tar.bz2
arm-b0d7c8e89436047bb3d572836feaf0cf4d7dd451.zip
new xf86-video-omap git ebuild and manifest update
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-omap/Manifest1
-rw-r--r--x11-drivers/xf86-video-omap/xf86-video-omap-9999.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-omap/Manifest b/x11-drivers/xf86-video-omap/Manifest
new file mode 100644
index 0000000..9c2fbb0
--- /dev/null
+++ b/x11-drivers/xf86-video-omap/Manifest
@@ -0,0 +1 @@
+EBUILD xf86-video-omap-9999.ebuild 460 SHA256 24742890d689983bcde4b46d2455bfe46908e0a58deeffe0ac3455f0e44081e1 SHA512 8de5b10e4c95e887e3ab5f78a396d7777923f83f29b67d93f626e58829c00bca35cb28c2155b284ff3a14f454393a39f44e0b366a169c1268f204703b418a417 WHIRLPOOL 741298b209fb788bb5235fa9907cbda20068b12c70448a38a9800b0f93d37f62da07a44201208043a10321cbfeebe296829cb8d73e5103345853661ab452bf68
diff --git a/x11-drivers/xf86-video-omap/xf86-video-omap-9999.ebuild b/x11-drivers/xf86-video-omap/xf86-video-omap-9999.ebuild
new file mode 100644
index 0000000..6437949
--- /dev/null
+++ b/x11-drivers/xf86-video-omap/xf86-video-omap-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+XORG_DRI=always
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/driver/${PN}"
+
+inherit autotools-utils xorg-2 git-2
+
+DESCRIPTION="OMAP video driver"
+
+KEYWORDS="~arm"
+
+RDEPEND=">=x11-base/xorg-server-1.3
+ >=x11-libs/libdrm-2.4.36[video_cards_omap]"
+DEPEND="${RDEPEND}"
+
+AUTOTOOLS_IN_SOURCE_BUILD="yes"
+AUTOTOOLS_AUTORECONF="yes"
+