mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: mjpegtools: Update to 2.2.1.
Note: due to a copied source hash, mjpegtools 2.1.0 was actually just libmms. * gnu/packages/video.scm (mjpegtools): Update to 2.2.1. [inputs]: Add libjpeg-turbo. [native-inputs]: Add pkg-config.
This commit is contained in:
parent
e742437211
commit
cdc0b3fbbd
1 changed files with 6 additions and 4 deletions
|
@ -504,18 +504,20 @@ (define-public mjpg-streamer
|
|||
(define-public mjpegtools
|
||||
(package
|
||||
(name "mjpegtools")
|
||||
(version "2.1.0")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "https://sourceforge.net/projects/" name "/files/"
|
||||
(string-append "https://sourceforge.net/projects/mjpeg/files/"
|
||||
name "/" version "/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0kvhxr5hkabj9v7ah2rzkbirndfqdijd9hp8v52c1z6bxddf019w"))))
|
||||
(base32 "16pl22ra3x2mkp8p3awslhlhj46b1nq9g89301gb0q4rgmnm705i"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list gtk+-2 libdv libpng libquicktime sdl))
|
||||
(list gtk+-2 libdv libjpeg-turbo libpng libquicktime sdl))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(synopsis "Tools for handling MPEG")
|
||||
(description "Mjpeg tools is a suite of programs which support video capture,
|
||||
editing, playback, and compression to MPEG of MJPEG video. Edit, play and
|
||||
|
|
Loading…
Reference in a new issue