guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/24: gnu: Add libquvi-scripts.


From: Taylan Ulrich B.
Subject: 15/24: gnu: Add libquvi-scripts.
Date: Mon, 09 Mar 2015 22:01:12 +0000

taylanub pushed a commit to branch master
in repository guix.

commit fbf42fbd72cc1f2e42b08eee6161b5bb1c35dc15
Author: Taylan Ulrich Bayırlı/Kammer <address@hidden>
Date:   Wed Mar 4 22:35:53 2015 +0100

    gnu: Add libquvi-scripts.
    
    * gnu/packages/web.scm (libquvi-scripts): New variable.
---
 gnu/packages/web.scm |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 8754ece..4e74613 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -817,3 +817,21 @@ of people.")
     (description
      "LibYAML is a YAML 1.1 parser and emitter written in C.")
     (license l:expat)))
+
+(define-public libquvi-scripts
+  (package
+    (name "libquvi-scripts")
+    (version "0.4.21")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://sourceforge/quvi/libquvi-scripts-" version ".tar.xz"))
+       (sha256
+        (base32 "0d0giry6bb57pnidymvdl7i5x9bq3ljk3g4bs294hcr5mj3cq0kw"))))
+    (build-system gnu-build-system)
+    (home-page "http://quvi.sourceforge.net/";)
+    (synopsis "Media stream URL parser")
+    (description "This package contains support scripts called by libquvi to
+parse media stream properties.")
+    (license l:lgpl2.1+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]