gnu: python-imageio-ffmpeg: Update to 0.5.1.

* gnu/packages/python-xyz.scm (python-imageio-ffmpeg): Update to 0.5.1.
[inputs]: Replace ffmpeg-4 with ffmpeg.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I66c872fff2332141ac63d055c61cfcc2ebbc23bf
This commit is contained in:
Ricardo Wurmus 2025-01-03 19:31:17 +01:00
parent 68b656a34f
commit f2088c6916
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11511,13 +11511,13 @@ arguments. It handles arbitrarily large (directed-acyclic) signal graphs.")
(define-public python-imageio-ffmpeg
(package
(name "python-imageio-ffmpeg")
(version "0.4.8")
(version "0.5.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "imageio-ffmpeg" version))
(sha256
(base32
"1a8as5c42s8yl79gc2nhj6vvkwr81p5ibxp5m1zhn1zy22nhbapx"))))
"0k284r1xsdp5h1s4k6nfsfzbkphf8g6r2llwjafhq2sn3yrskmqf"))))
(arguments
(list #:phases
#~(modify-phases %standard-phases
@ -11528,7 +11528,8 @@ arguments. It handles arbitrarily large (directed-acyclic) signal graphs.")
(string-append "(" all " or \""
(search-input-file inputs "bin/ffmpeg")
"\")"))))))))
(inputs (list ffmpeg-4))
(inputs (list ffmpeg))
(native-inputs (list python-setuptools python-wheel))
(build-system python-build-system)
(home-page "https://github.com/imageio/imageio-ffmpeg")
(synopsis "FFMPEG wrapper for Python")