[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/100: gnu: Add mjpegtools.
From: |
guix-commits |
Subject: |
68/100: gnu: Add mjpegtools. |
Date: |
Wed, 8 Jul 2020 03:36:52 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 575602945c8a289afae3303bc773ff64f5db325a
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Jul 3 08:07:02 2020 -0400
gnu: Add mjpegtools.
* gnu/packages/video.scm (mjpegtools): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/video.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2e932a3..41a1e47 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -259,6 +259,32 @@ library.")
(home-page "http://libquicktime.sourceforge.net/")
(license license:lgpl2.1+)))
+(define-public mjpegtools
+ (package
+ (name "mjpegtools")
+ (version "2.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://sourceforge.net/projects/" name "/files/"
+ name "/" version "/" name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0kvhxr5hkabj9v7ah2rzkbirndfqdijd9hp8v52c1z6bxddf019w"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("gtk+-2" ,gtk+-2)
+ ("libdv" ,libdv)
+ ("libpng" ,libpng)
+ ("libquicktime" ,libquicktime)
+ ("sdl" ,sdl)))
+ (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
+compression software is hardware independent.")
+ (home-page "http://mjpeg.sourceforge.net/")
+ (license license:gpl2+)))
+
(define-public libmms
(package
(name "libmms")
- 55/100: gnu: Add libmpeg3., (continued)
- 55/100: gnu: Add libmpeg3., guix-commits, 2020/07/08
- 56/100: gnu: Add tslib., guix-commits, 2020/07/08
- 57/100: gnu: Add flux., guix-commits, 2020/07/08
- 58/100: gnu: Add libtimidity., guix-commits, 2020/07/08
- 60/100: gnu: Add faac., guix-commits, 2020/07/08
- 61/100: gnu: Add flite., guix-commits, 2020/07/08
- 63/100: gnu: Add libvideogfx., guix-commits, 2020/07/08
- 65/100: gnu: Add libmms., guix-commits, 2020/07/08
- 66/100: gnu: Add schroedinger., guix-commits, 2020/07/08
- 67/100: gnu: Add libquicktime., guix-commits, 2020/07/08
- 68/100: gnu: Add mjpegtools.,
guix-commits <=
- 71/100: gnu: Add tinyalsa., guix-commits, 2020/07/08
- 74/100: gnu: Add mediasdk., guix-commits, 2020/07/08
- 75/100: gnu: Add svt-hevc., guix-commits, 2020/07/08
- 79/100: gnu: Add wildmidi., guix-commits, 2020/07/08
- 73/100: gnu: Add srt., guix-commits, 2020/07/08
- 81/100: gnu: Add iqa., guix-commits, 2020/07/08
- 84/100: gnu: Add rust-imgref., guix-commits, 2020/07/08
- 85/100: gnu: gtk+-2: Update package definition., guix-commits, 2020/07/08
- 88/100: gnu: gtk-doc: Update package definition., guix-commits, 2020/07/08
- 89/100: gnu: gtk+: Propagate libcloudproviders., guix-commits, 2020/07/08