Add nouveau xorg video driver

svn path=/nixpkgs/trunk/; revision=33300
This commit is contained in:
Shea Levy 2012-03-20 16:29:22 +00:00
parent 102a1d82e7
commit 8d1d247e02
2 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,41 @@
{ stdenv
, fetchgit
, autoconf
, automake
, libtool
, xorgserver, xproto, fontsproto, xf86driproto, renderproto, videoproto
, utilmacros
, libdrm
, pkgconfig }:
stdenv.mkDerivation {
name = "xf86-video-nouveau-2012-03-05";
src = fetchgit {
url = git://anongit.freedesktop.org/nouveau/xf86-video-nouveau;
rev = "f5d1cd2cb6808838ae1a188cef888eaa9582c76d";
sha256 = "8c20e9ce7897fbd4c5097e4738e80ecca30e6326b758a13fc97f96ccc12fd7d9";
};
buildInputs = [
autoconf
automake
libtool
xorgserver xproto fontsproto xf86driproto renderproto videoproto
utilmacros
libdrm
pkgconfig
];
preConfigure = "autoreconf -vfi";
meta = {
homepage = http://nouveau.freedesktop.org/wiki/;
description = "The xorg driver for nouveau-driven video cards";
license = "gplv2";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View file

@ -6082,6 +6082,11 @@ let
xf86_input_wacom = callPackage ../os-specific/linux/xf86-input-wacom { };
xf86_video_nouveau = callPackage ../os-specific/linux/xf86-video-nouveau {
inherit (xorg) xorgserver xproto fontsproto xf86driproto renderproto
videoproto utilmacros;
};
xmoto = builderDefsPackage (import ../games/xmoto) {
inherit chipmunk sqlite curl zlib bzip2 libjpeg libpng
freeglut mesa SDL SDL_mixer SDL_image SDL_net SDL_ttf