mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: libxvmc: Update to 1.0.8.
* gnu/packages/xorg.scm (libxvmc): Update to 1.0.8.
This commit is contained in:
parent
728a4f20ab
commit
8dc29fd1fc
1 changed files with 3 additions and 3 deletions
|
@ -4253,17 +4253,17 @@ (define-public libxrandr
|
||||||
(define-public libxvmc
|
(define-public libxvmc
|
||||||
(package
|
(package
|
||||||
(name "libxvmc")
|
(name "libxvmc")
|
||||||
(version "1.0.7")
|
(version "1.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/X11R7.7/src/everything/libXvMC-"
|
"mirror://xorg/individual/lib/libXvMC-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18yf6ysc01pqkbk9704914ghalq1sl2hfdjmwggxm8qqhpy8bw18"))))
|
"015jk3bxfmj6zaw99x282f9npi8qqaw34yg186frags3z8g406jy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libxv" ,libxv)))
|
`(("libxv" ,libxv)))
|
||||||
|
|
Loading…
Reference in a new issue