[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/19: gnu: Add mjpegtools.
From: |
guix-commits |
Subject: |
07/19: gnu: Add mjpegtools. |
Date: |
Sun, 5 Jul 2020 15:02:18 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit d4292917a6ceec14d25b91c33c0c76e20167b32d
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")
- 02/19: gnu: Add libvideogfx., (continued)
- 02/19: gnu: Add libvideogfx., guix-commits, 2020/07/05
- 01/19: gnu: Add ffmpeg-2.8., guix-commits, 2020/07/05
- 03/19: gnu: Add libde265., guix-commits, 2020/07/05
- 05/19: gnu: Add schroedinger., guix-commits, 2020/07/05
- 10/19: gnu: Add tinyalsa., guix-commits, 2020/07/05
- 06/19: gnu: Add libquicktime., guix-commits, 2020/07/05
- 14/19: gnu: Add svt-hevc., guix-commits, 2020/07/05
- 04/19: gnu: Add libmms., guix-commits, 2020/07/05
- 08/19: gnu: Add libofa., guix-commits, 2020/07/05
- 12/19: gnu: Add srt., guix-commits, 2020/07/05
- 07/19: gnu: Add mjpegtools.,
guix-commits <=
- 09/19: gnu: Add libopenmpt., guix-commits, 2020/07/05
- 13/19: gnu: Add mediasdk., guix-commits, 2020/07/05
- 15/19: gnu: Add transcode., guix-commits, 2020/07/05
- 19/19: gnu: Add zxing-cpp., guix-commits, 2020/07/05
- 16/19: gnu: Add vo-aacenc., guix-commits, 2020/07/05
- 11/19: gnu: Add lksctp-tools., guix-commits, 2020/07/05
- 18/19: gnu: Add wildmidi., guix-commits, 2020/07/05
- 17/19: gnu: Add webrtc-audio-processing., guix-commits, 2020/07/05