unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ethan R. Jones" <doubleplusgood23@gmail.com>
To: 27044@debbugs.gnu.org
Cc: "Ethan R. Jones" <doubleplusgood23@gmail.com>
Subject: bug#27044: [PATCH 1/3] gnu: video: Add libzen.
Date: Tue, 23 May 2017 16:43:04 -0400	[thread overview]
Message-ID: <20170523204306.25418-1-doubleplusgood23@gmail.com> (raw)

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b7c26a042..bc3fa48b8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2052,3 +2052,39 @@ file format that has been used as a multimedia file format in a variety of platf
 applications.  It is a very powerful and extensible format that can accommodate
 practically any type of media.")
     (license license:mpl1.1)))
+
+(define-public libzen
+  (package
+    (name "libzen")
+    (version "0.4.35")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://mediaarea.net/download/source/"
+                                  name "/" version "/"
+                                  name "_" version ".tar.bz2"))
+              (file-name (string-append name "-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "12a1icgcffgv503ii2k1453kxg5hfly09mf4zjcc80aq8a6rf8by"))))
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("libtool" ,libtool)))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:phases
+       ;; build scripts not in root of archive
+       (modify-phases %standard-phases
+         (add-before
+             'configure 'pre-configure
+           (lambda _
+             (chdir "Project/GNU/Library")))
+         (add-before 'configure 'autogen
+           (lambda _
+             (zero? (system* "./autogen.sh")))))))
+    (home-page "https://github.com/MediaArea/ZenLib")
+    (synopsis "C++ utility library")
+    (description "ZenLib is a C++ utility library.  It includes classes for handling
+strings, configuration, bit streams, threading, translation, and cross-platform
+operating system functions.")
+    (license license:bsd-2)))
-- 
2.13.0

             reply	other threads:[~2017-05-23 20:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-23 20:43 Ethan R. Jones [this message]
2017-05-23 20:43 ` bug#27045: [PATCH 2/3] gnu: video: Add libmediainfo Ethan R. Jones
2017-05-24 16:34   ` Marius Bakke
2017-05-23 20:43 ` bug#27046: [PATCH 3/3] gnu: video: Add mediainfo Ethan R. Jones
2017-05-24 16:37   ` Marius Bakke
2017-05-24 16:29 ` bug#26934: bug#27044: [PATCH 1/3] gnu: video: Add libzen Marius Bakke
2017-05-27 15:19 ` bug#27044: [PATCH 1/3] gnu: cpp: libzen: " Ethan R. Jones
2017-05-27 15:19   ` bug#27044: [PATCH 2/3] gnu: video: Add libmediainfo Ethan R. Jones
2017-05-31 14:44     ` Ludovic Courtès
2017-05-27 15:19   ` bug#27044: [PATCH 3/3] gnu: video: Add mediainfo Ethan R. Jones
2017-05-31 14:44   ` bug#27044: [PATCH 1/3] gnu: cpp: libzen: Add libzen Ludovic Courtès
2017-05-27 15:34 ` bug#27044: oops Ethan R. Jones
2017-05-27 15:42 ` bug#27044: [PATCH] gnu: video: Add mediainfo Ethan R. Jones
2017-05-31 14:51   ` Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20170523204306.25418-1-doubleplusgood23@gmail.com \
    --to=doubleplusgood23@gmail.com \
    --cc=27044@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).