xorg.xf86videorendition: init at 4.2.6
This commit is contained in:
parent
88dff78662
commit
a6812c1ca5
2 changed files with 11 additions and 0 deletions
|
@ -1747,6 +1747,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 ;};
|
||||
|
||||
xf86videorendition = (mkDerivation "xf86videorendition" {
|
||||
name = "xf86-video-rendition-4.2.6";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/driver/xf86-video-rendition-4.2.6.tar.bz2;
|
||||
sha256 = "1a7rqafxzc2hd0s5pnq8s8j9d3jg64ndc0xnq4160kasyqhwy3k6";
|
||||
};
|
||||
buildInputs = [pkgconfig fontsproto libpciaccess randrproto renderproto xextproto xorgserver xproto ];
|
||||
}) // {inherit fontsproto libpciaccess randrproto renderproto xextproto xorgserver xproto ;};
|
||||
|
||||
xf86videos3virge = (mkDerivation "xf86videos3virge" {
|
||||
name = "xf86-video-s3virge-1.10.7";
|
||||
builder = ./builder.sh;
|
||||
|
|
|
@ -151,6 +151,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-rendition-4.2.6.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
|
||||
|
|
Loading…
Reference in a new issue