mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: intel-media-driver: Update to 23.1.6.
* nongnu/packages/video.scm (intel-media-driver): Update to 23.1.6. Remove extraneous "intel-media-driver" after package definition.
This commit is contained in:
parent
211635c8e0
commit
e585f07f52
1 changed files with 2 additions and 4 deletions
|
@ -38,7 +38,7 @@ for VAAPI.")
|
||||||
(define-public intel-media-driver
|
(define-public intel-media-driver
|
||||||
(package
|
(package
|
||||||
(name "intel-media-driver")
|
(name "intel-media-driver")
|
||||||
(version "22.6.6")
|
(version "23.1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -47,7 +47,7 @@ for VAAPI.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08rnvhpgf7czb39swpm0qds11v5zlfjzl1wxnjl7df9vgf1lx3qh"))))
|
"14yvnxaxq5i7s3a1zy9nr0i4si0i630ln54nbqkhjxqjxr9l2p37"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs (list libva gmmlib))
|
(inputs (list libva gmmlib))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
@ -71,5 +71,3 @@ for VAAPI.")
|
||||||
accelerated decoding, encoding, and video post processing for the GEN based
|
accelerated decoding, encoding, and video post processing for the GEN based
|
||||||
graphics hardware.")
|
graphics hardware.")
|
||||||
(license (list license:expat license:bsd-3))))
|
(license (list license:expat license:bsd-3))))
|
||||||
|
|
||||||
intel-media-driver
|
|
||||||
|
|
Loading…
Reference in a new issue