me
/
guix
Archived
1
0
Fork 0

gnu: Switch from videoproto to xorgproto.

* gnu/packages/xorg.scm (videoproto)[properties]: Mark as superseded by XORGPROTO.
(libxv)[propagated-inputs]: Replace VIDEOPROTO with XORGPROTO.
[inputs]: Remove XORGPROTO.
(xorg-server)[propagated-inputs]: Likewise.
master
Marius Bakke 2018-03-10 14:00:22 +01:00
parent 0e540ac1e2
commit 205b83ad15
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 6 deletions

View File

@ -1932,8 +1932,8 @@ generate new versions of their configure scripts with autoconf.")
(description (description
"Video Extension provides a protocol for a video output mechanism, "Video Extension provides a protocol for a video output mechanism,
mainly to rescale video playback in the video controller hardware.") mainly to rescale video playback in the video controller hardware.")
(license license:x11))) (license license:x11)
(properties `((superseded . ,xorgproto)))))
(define-public windowswmproto (define-public windowswmproto
(package (package
@ -4698,10 +4698,9 @@ protocol and arbitrary X extension protocol.")
"125hn06bd3d8y97hm2pbf5j55gg4r2hpd3ifad651i4sr7m16v6j")))) "125hn06bd3d8y97hm2pbf5j55gg4r2hpd3ifad651i4sr7m16v6j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("videoproto" ,videoproto))) `(("xorgproto" ,xorgproto)))
(inputs (inputs
`(("xorgproto" ,xorgproto) `(("libxext" ,libxext)
("libxext" ,libxext)
("libx11" ,libx11))) ("libx11" ,libx11)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
@ -5103,7 +5102,6 @@ over Xlib, including:
("renderproto" ,renderproto) ("renderproto" ,renderproto)
("resourceproto" ,resourceproto) ("resourceproto" ,resourceproto)
("scrnsaverproto" ,scrnsaverproto) ("scrnsaverproto" ,scrnsaverproto)
("videoproto" ,videoproto)
("xineramaproto" ,xineramaproto) ("xineramaproto" ,xineramaproto)
("xf86driproto" ,xf86driproto) ("xf86driproto" ,xf86driproto)
("xorgproto" ,xorgproto))) ("xorgproto" ,xorgproto)))