[Lunar-commits] <moonbase> vaapi-driver-intel: vaapi driver for Intel GPUs in chipsets and CPUs
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Fri Mar 16 22:37:45 CET 2012
commit a6c0ca489175eba1b8525e96c41dd863c126bc06
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Fri Mar 16 22:37:45 2012 +0100
vaapi-driver-intel: vaapi driver for Intel GPUs in chipsets and CPUs
---
video/vaapi-driver-intel/BUILD | 7 +++++++
video/vaapi-driver-intel/DEPENDS | 3 +++
video/vaapi-driver-intel/DETAILS | 30 ++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/video/vaapi-driver-intel/BUILD b/video/vaapi-driver-intel/BUILD
new file mode 100644
index 0000000..6e9546f
--- /dev/null
+++ b/video/vaapi-driver-intel/BUILD
@@ -0,0 +1,7 @@
+(
+
+ ./autogen.sh &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/video/vaapi-driver-intel/DEPENDS b/video/vaapi-driver-intel/DEPENDS
new file mode 100644
index 0000000..f3ef1eb
--- /dev/null
+++ b/video/vaapi-driver-intel/DEPENDS
@@ -0,0 +1,3 @@
+depends libdrm
+depends libva
+depends intel-gen4asm
diff --git a/video/vaapi-driver-intel/DETAILS b/video/vaapi-driver-intel/DETAILS
new file mode 100644
index 0000000..1cbe6ac
--- /dev/null
+++ b/video/vaapi-driver-intel/DETAILS
@@ -0,0 +1,30 @@
+ MODULE=vaapi-driver-intel
+ VERSION=1.0.16
+ SOURCE=intel-driver-$VERSION.tar.gz
+ SOURCE_URL=http://cgit.freedesktop.org/vaapi/intel-driver/snapshot
+ SOURCE_VFY=sha1:d319eddaf6f69c4e456c3645888267ea095e8674
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/intel-driver-$VERSION
+ WEB_SITE=http://cgit.freedesktop.org/vaapi/intel-driver
+ ENTERED=20120316
+ UPDATED=20120316
+ SHORT="vaapi driver for Intel G45 & HD Graphics family"
+
+cat << EOF
+VA driver for Intel G45 & HD Graphics family.
+libva-driver-intel is the VA-API implementation for Intel G45 chipsets
+and Intel HD Graphics for Intel Core processor family.
+
+Platform definitions:
+CTG: Cantiga, Intel GMA 4500MHD (GM45)
+ILK: Ironlake, Intel HD Graphics for 2010 Intel Core processor family
+SNB: Sandybridge, Intel HD Graphics for 2011 Intel Core processor family
+IVB: Ivybridge
+
+Codecs
+------
+
+H.264 D ILK+
+H.264 E SNB+
+MPEG-2 D CTG+
+VC-1 D SNB+
+EOF
More information about the Lunar-commits
mailing list