all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Clément Lassieur" <clement@lassieur.org>
To: 27224@debbugs.gnu.org
Subject: bug#27224: [PATCH 3/4] gnu: Add libdvbpsi.
Date: Sun,  4 Jun 2017 01:33:47 +0200	[thread overview]
Message-ID: <20170603233348.7884-3-clement@lassieur.org> (raw)
In-Reply-To: <20170603233348.7884-1-clement@lassieur.org>

* gnu/packages/video.scm (libdvbpsi): New variable.
---
 gnu/packages/video.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8b8140eb9..af05a40bf 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2207,3 +2207,24 @@ JPEG video, and several audio codecs.  They can easily be extended to support
 additional (audio and/or video) codecs, and can also be used to build basic
 RTSP or SIP clients and servers.")
     (license license:lgpl3+)))
+
+(define-public libdvbpsi
+  (package
+    (name "libdvbpsi")
+    (version "1.3.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://download.videolan.org/pub/libdvbpsi/"
+                    version "/libdvbpsi-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "0824r08kaspbrrg2dd5d46s475zb7j59brqkm2y6x3mdsnpng0yn"))))
+    (build-system gnu-build-system)
+    (home-page "https://www.videolan.org/developers/libdvbpsi.html")
+    (synopsis "Library for decoding and generation of MPEG TS and DVB PSI
+tables")
+    (description "libdvbpsi is a simple library designed for decoding and
+generation of MPEG TS and DVB PSI tables according to standards ISO/IEC 13818s
+and ITU-T H.222.0.")
+    (license license:lgpl2.1)))
-- 
2.13.0

  parent reply	other threads:[~2017-06-03 23:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-03 23:27 bug#27224: vlc: add support pour RTSP Clément Lassieur
2017-06-03 23:33 ` bug#27224: [PATCH 1/4] gnu: Add livemedia-utils Clément Lassieur
2017-06-03 23:33   ` bug#27224: [PATCH 2/4] gnu: vlc: Use livemedia-utils Clément Lassieur
2017-06-03 23:33   ` Clément Lassieur [this message]
2017-06-03 23:33   ` bug#27224: [PATCH 4/4] gnu: vlc: Use libdvbpsi Clément Lassieur
2017-06-04  3:00 ` bug#27224: vlc: add support pour RTSP Leo Famulari
2017-06-04  8:25   ` Clément Lassieur
2017-06-07 12:05     ` Clément Lassieur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170603233348.7884-3-clement@lassieur.org \
    --to=clement@lassieur.org \
    --cc=27224@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.