[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/27: gnu: Switch from dri2proto to xorgproto.
From: |
Marius Bakke |
Subject: |
13/27: gnu: Switch from dri2proto to xorgproto. |
Date: |
Sat, 17 Mar 2018 19:21:09 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 3993a28a36593187dde94c88b55d75ce12175fa7
Author: Marius Bakke <address@hidden>
Date: Sat Mar 10 13:55:07 2018 +0100
gnu: Switch from dri2proto to xorgproto.
* gnu/packages/gl.scm (mesa)[inputs]: Remove DRI2PROTO.
* gnu/packages/video.scm (libvdpau)[inputs]: Replace DRI2PROTO with
XORGPROTO.
* gnu/packages/xorg.scm (dri2proto)[properties]: Mark as superseded by
XORGPROTO.
(xorg-server)[inputs]: Remove DRI2PROTO.
---
gnu/packages/gl.scm | 1 -
gnu/packages/video.scm | 6 +++---
gnu/packages/xorg.scm | 6 +++---
3 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 8494b48..920cc92 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -251,7 +251,6 @@ also known as DXTn or DXTC) for Mesa.")
("xorgproto" ,xorgproto)))
(inputs
`(("expat" ,expat)
- ("dri2proto" ,dri2proto)
("dri3proto" ,dri3proto)
("libelf" ,libelf) ;required for r600 when using llvm
("libva" ,(force libva-without-mesa))
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ffc5f33..15e1e2c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1936,9 +1936,9 @@ and JACK.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
- `(("dri2proto" ,dri2proto)
- ("libx11" ,libx11 "out")
- ("libxext" ,libxext)))
+ `(("libx11" ,libx11 "out")
+ ("libxext" ,libxext)
+ ("xorgproto" ,xorgproto)))
(home-page "https://wiki.freedesktop.org/www/Software/VDPAU/";)
(synopsis "Video Decode and Presentation API")
(description "VDPAU is the Video Decode and Presentation API for UNIX. It
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d895f56..4df95a1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -346,7 +346,8 @@ servers making up a large display.")
"Direct Rendering Infrastructure 2 Extension defines a protocol to
securely allow user applications to access the video hardware without
requiring data to be passed through the X server.")
- (license license:x11)))
+ (license license:x11)
+ (properties `((superseded . ,xorgproto)))))
(define-public dri3proto
(package
@@ -5094,8 +5095,7 @@ over Xlib, including:
(file-name "xorg-server-use-intel-only-on-pre-gen4.diff"))))))
(build-system gnu-build-system)
(propagated-inputs
- `(("dri2proto" ,dri2proto)
- ("dri3proto" ,dri3proto)
+ `(("dri3proto" ,dri3proto)
("libpciaccess" ,libpciaccess)
("mesa" ,mesa)
("pixman" ,pixman)
- 05/27: gnu: Switch from fixesproto to xorgproto., (continued)
- 05/27: gnu: Switch from fixesproto to xorgproto., Marius Bakke, 2018/03/17
- 04/27: gnu: Switch from xextproto to xorgproto., Marius Bakke, 2018/03/17
- 12/27: gnu: Switch from damageproto to xorgproto., Marius Bakke, 2018/03/17
- 03/27: gnu: Switch from bigreqsproto to xorgproto., Marius Bakke, 2018/03/17
- 07/27: gnu: Switch from kbproto to xorgproto., Marius Bakke, 2018/03/17
- 11/27: gnu: Switch from dmxproto to xorgproto., Marius Bakke, 2018/03/17
- 08/27: gnu: Switch from inputproto to xorgproto., Marius Bakke, 2018/03/17
- 25/27: gnu: Switch from xf86bigfontproto to xorgproto., Marius Bakke, 2018/03/17
- 06/27: gnu: Switch from compositeproto to xorgproto., Marius Bakke, 2018/03/17
- 09/27: gnu: Switch from fontsproto to xorgproto., Marius Bakke, 2018/03/17
- 13/27: gnu: Switch from dri2proto to xorgproto.,
Marius Bakke <=
- 24/27: gnu: Switch from xf86dgaproto to xorgproto., Marius Bakke, 2018/03/17
- 14/27: gnu: Switch from dri3proto to xorgproto., Marius Bakke, 2018/03/17
- 15/27: gnu: Switch from videoproto to xorgproto., Marius Bakke, 2018/03/17
- 17/27: gnu: Switch from xcmiscproto to xorgproto., Marius Bakke, 2018/03/17
- 26/27: gnu: Switch from xf86vidmodeproto to xorgproto., Marius Bakke, 2018/03/17
- 23/27: gnu: Switch from xf86driproto to xorgproto., Marius Bakke, 2018/03/17
- 20/27: gnu: Switch from resourceproto to xorgproto., Marius Bakke, 2018/03/17
- 19/27: gnu: Switch from renderproto to xorgproto., Marius Bakke, 2018/03/17
- 22/27: gnu: Switch from scrnsaverproto to xorgproto., Marius Bakke, 2018/03/17
- 01/27: gnu: Switch from xproto to xorgproto., Marius Bakke, 2018/03/17