mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
nongnu: ffmpeg-nvenc: Rename to ffmpeg/nvidia.
* nongnu/packages/video.scm (ffmpeg-nvenc): Deprecate and rename to... (ffmpeg/nvidia): ...this. * nongnu/packages/nvidia.scm (replace-mesa): Adjust accordingly.
This commit is contained in:
parent
880afd2308
commit
7d2de24685
2 changed files with 5 additions and 3 deletions
|
|
@ -839,7 +839,7 @@ variables @code{__GLX_VENDOR_LIBRARY_NAME=nvidia} and
|
|||
(package-input-grafting
|
||||
`((,mesa . ,driver)
|
||||
(,nvidia-driver . ,driver)
|
||||
(,ffmpeg . ,ffmpeg-nvenc)))
|
||||
(,ffmpeg . ,ffmpeg/nvidia)))
|
||||
obj))
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -43,10 +43,10 @@
|
|||
#:use-module (nonguix build-system binary)
|
||||
#:use-module ((nonguix licenses) #:prefix nonguix-license:))
|
||||
|
||||
(define-public ffmpeg-nvenc
|
||||
(define-public ffmpeg/nvidia
|
||||
(package
|
||||
(inherit ffmpeg)
|
||||
(name "ffmpeg-nvenc")
|
||||
(name "ffmpeg-nvidia")
|
||||
(inputs
|
||||
(modify-inputs
|
||||
(package-inputs ffmpeg)
|
||||
|
|
@ -69,6 +69,8 @@
|
|||
@code{h264_nvenc} and @code{hevc_nvenc} hardware encoding on NVIDIA GPUs."))
|
||||
(properties '((upstream-name . "ffmpeg")))))
|
||||
|
||||
(define-deprecated-package ffmpeg-nvenc ffmpeg/nvidia)
|
||||
|
||||
(define-public gmmlib
|
||||
(package
|
||||
(name "gmmlib")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue