[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/100: gnu: Add libmms.
From: |
guix-commits |
Subject: |
65/100: gnu: Add libmms. |
Date: |
Wed, 8 Jul 2020 03:36:51 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 55462d335f320e5bca527a589b7461a2b02e3bf9
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Jul 3 07:12:48 2020 -0400
gnu: Add libmms.
* gnu/packages/video.scm (libmms): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/video.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2c009cf..95509fd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -170,6 +170,25 @@
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg))
+(define-public libmms
+ (package
+ (name "libmms")
+ (version "0.6.4")
+ (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)
+ (synopsis "MMS stream protocol library")
+ (description "Libmms is a library for streaming media files using the mmst
+and mmsh protocols.")
+ (home-page "https://sourceforge.net/projects/libmms/")
+ (license license:lgpl2.1+)))
+
(define-public libvideogfx
(package
(name "libvideogfx")
- 39/100: gnu: Add esound., (continued)
- 39/100: gnu: Add esound., guix-commits, 2020/07/08
- 48/100: gnu: gst-plugins-base: Update package definition., guix-commits, 2020/07/08
- 53/100: gnu: Add libdc1394., guix-commits, 2020/07/08
- 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 <=
- 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, 2020/07/08
- 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