all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul van der Walt <paul@denknerd.org>
To: guix-devel@gnu.org
Subject: [PATCH 3/8] gnu: Add djvulibre.
Date: Mon,  2 Mar 2015 22:26:31 +0100	[thread overview]
Message-ID: <1425331596-19897-3-git-send-email-paul@denknerd.org> (raw)
In-Reply-To: <1425331596-19897-1-git-send-email-paul@denknerd.org>

* gnu/packages/pdf.scm (djvulibre): New variable.
---
 gnu/packages/pdf.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 7b4f2ab..4cf1089 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2014, 2015 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -143,6 +144,25 @@
    (license license:gpl3) ; or gpl2, but not gpl2+
    (home-page "http://www.foolabs.com/xpdf/")))
 
+(define-public djvulibre
+  (package
+    (name "djvulibre")
+    (version "3.5.27")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/djvu/djvulibre-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "0psh3zl9dj4n4r3lx25390nx34xz0bg0ql48zdskhq354ljni5p6"))))
+    (build-system gnu-build-system)
+    (home-page "http://djvu.sourceforge.net/")
+    (synopsis "Implementation of DjVu, the document format")
+    (description "DjVuLibre is an implementation of DjVu,
+including viewers, browser plugins, decoders, simple encoders, and
+utilities.")
+    (license license:gpl2+)))
+
 (define-public podofo
   (package
     (name "podofo")
-- 
2.3.1

  parent reply	other threads:[~2015-03-02 21:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-02 21:26 [PATCH 1/8] gnu: check: Update version to 0.9.14 Paul van der Walt
2015-03-02 21:26 ` [PATCH 2/8] gnu: Add girara Paul van der Walt
2015-03-02 22:47   ` Mark H Weaver
2015-03-02 21:26 ` Paul van der Walt [this message]
2015-03-02 23:21   ` [PATCH 3/8] gnu: Add djvulibre Mark H Weaver
2015-03-02 23:40     ` Paul van der Walt
2015-03-03 12:19     ` Ludovic Courtès
2015-03-03 12:33       ` Paul van der Walt
2015-03-02 21:26 ` [PATCH 4/8] gnu: Add zathura Paul van der Walt
2015-03-02 21:26 ` [PATCH 5/8] gnu: Add zathura PDF plugin Paul van der Walt
2015-03-02 21:26 ` [PATCH 6/8] gnu: Add zathura DjVu plugin Paul van der Walt
2015-03-02 21:26 ` [PATCH 7/8] gnu: Add zathura postscript plugin Paul van der Walt
2015-03-02 21:26 ` [PATCH 8/8] gnu: Add zathura comicbook plugin Paul van der Walt
2015-03-02 22:42 ` [PATCH 1/8] gnu: check: Update version to 0.9.14 Mark H Weaver
  -- strict thread matches above, loose matches on Subject: below --
2015-03-02  9:53 Paul van der Walt
2015-03-02  9:54 ` [PATCH 3/8] gnu: Add djvulibre Paul van der Walt

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=1425331596-19897-3-git-send-email-paul@denknerd.org \
    --to=paul@denknerd.org \
    --cc=guix-devel@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.