xorg: add three missing video drivers - chips, s3virge, xgi

Only building was tested.
This commit is contained in:
Vladimír Čunát 2015-10-19 10:06:48 +02:00
parent ff94673659
commit b6059b2c6a
2 changed files with 33 additions and 0 deletions

View File

@ -1537,6 +1537,16 @@ let
buildInputs = [pkgconfig fontsproto glamoregl libdrm udev libpciaccess randrproto renderproto videoproto xextproto xf86driproto xorgserver xproto ];
}) // {inherit fontsproto glamoregl libdrm udev libpciaccess randrproto renderproto videoproto xextproto xf86driproto xorgserver xproto ;};
xf86videochips = (mkDerivation "xf86videochips" {
name = "xf86-video-chips-1.2.6";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/driver/xf86-video-chips-1.2.6.tar.bz2;
sha256 = "073bcdsvvsg19mb963sa5v7x2zs19y0q6javmgpiwfaqkz7zbblr";
};
buildInputs = [pkgconfig fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ];
}) // {inherit fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ;};
xf86videocirrus = (mkDerivation "xf86videocirrus" {
name = "xf86-video-cirrus-1.5.3";
builder = ./builder.sh;
@ -1727,6 +1737,16 @@ let
buildInputs = [pkgconfig fontsproto libdrm libpciaccess randrproto renderproto videoproto xextproto xf86driproto xf86miscproto xorgserver xproto ];
}) // {inherit fontsproto libdrm libpciaccess randrproto renderproto videoproto xextproto xf86driproto xf86miscproto xorgserver xproto ;};
xf86videos3virge = (mkDerivation "xf86videos3virge" {
name = "xf86-video-s3virge-1.10.7";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/driver/xf86-video-s3virge-1.10.7.tar.bz2;
sha256 = "1nm4cngjbw226q63rdacw6nx5lgxv7l7rsa8vhpr0gs80pg6igjx";
};
buildInputs = [pkgconfig fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ];
}) // {inherit fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ;};
xf86videosavage = (mkDerivation "xf86videosavage" {
name = "xf86-video-savage-2.3.8";
builder = ./builder.sh;
@ -1857,6 +1877,16 @@ let
buildInputs = [pkgconfig xorgserver xproto ];
}) // {inherit xorgserver xproto ;};
xf86videoxgi = (mkDerivation "xf86videoxgi" {
name = "xf86-video-xgi-1.6.1";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/driver/xf86-video-xgi-1.6.1.tar.bz2;
sha256 = "10xd2vah0pnpw5spn40n4p95mpmgvdkly4i1cz51imnlfsw7g8si";
};
buildInputs = [pkgconfig fontsproto glproto libdrm libpciaccess randrproto renderproto videoproto xextproto xf86driproto xineramaproto xorgserver xproto ];
}) // {inherit fontsproto glproto libdrm libpciaccess randrproto renderproto videoproto xextproto xf86driproto xineramaproto xorgserver xproto ;};
xf86vidmodeproto = (mkDerivation "xf86vidmodeproto" {
name = "xf86vidmodeproto-2.3.1";
builder = ./builder.sh;

View File

@ -131,6 +131,7 @@ mirror://xorg/individual/driver/xf86-video-ast-1.1.5.tar.bz2
mirror://xorg/individual/driver/xf86-video-ati-7.5.0.tar.bz2
mirror://xorg/individual/driver/glamor-egl-0.6.0.tar.bz2
mirror://xorg/individual/driver/xf86-video-nouveau-1.0.11.tar.bz2
mirror://xorg/individual/driver/xf86-video-chips-1.2.6.tar.bz2
mirror://xorg/individual/driver/xf86-video-cirrus-1.5.3.tar.bz2
mirror://xorg/individual/driver/xf86-video-dummy-0.3.7.tar.bz2
mirror://xorg/individual/driver/xf86-video-fbdev-0.4.4.tar.bz2
@ -149,6 +150,7 @@ mirror://xorg/X11R7.7/src/everything/xf86-video-newport-0.2.4.tar.bz2
mirror://xorg/individual/driver/xf86-video-nv-2.1.20.tar.bz2
mirror://xorg/individual/driver/xf86-video-openchrome-0.3.3.tar.bz2
mirror://xorg/individual/driver/xf86-video-r128-6.10.0.tar.bz2
mirror://xorg/individual/driver/xf86-video-s3virge-1.10.7.tar.bz2
mirror://xorg/individual/driver/xf86-video-savage-2.3.8.tar.bz2
mirror://xorg/individual/driver/xf86-video-siliconmotion-1.7.8.tar.bz2
mirror://xorg/individual/driver/xf86-video-sis-0.10.8.tar.bz2
@ -163,6 +165,7 @@ mirror://xorg/individual/driver/xf86-video-vmware-13.1.0.tar.bz2
mirror://xorg/individual/driver/xf86-video-voodoo-1.2.5.tar.bz2
mirror://xorg/X11R7.7/src/everything/xf86-video-wsfb-0.4.0.tar.bz2
mirror://xorg/X11R7.7/src/everything/xf86vidmodeproto-2.3.1.tar.bz2
mirror://xorg/individual/driver/xf86-video-xgi-1.6.1.tar.bz2
mirror://xorg/individual/app/xgamma-1.0.6.tar.bz2
mirror://xorg/individual/app/xgc-1.0.5.tar.bz2
mirror://xorg/individual/app/xhost-1.0.7.tar.bz2