unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] Add PDF support to Gimp
Date: Tue, 3 Jan 2017 00:19:41 -0500	[thread overview]
Message-ID: <20170103051941.GB13839@jasmine> (raw)
In-Reply-To: <87inpyc6g1.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1649 bytes --]

On Sun, Jan 01, 2017 at 10:38:22PM -0800, Maxim Cournoyer wrote:
> Hi Guix!
> 
> This is to add poppler as an input to our Gimp package, which allows
> Gimp to open PDF files for edition.
> 

> From c8a16befd95a3072a77c8dda3472e0eed95c6925 Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> Date: Sun, 1 Jan 2017 21:33:05 -0800
> Subject: [PATCH] gnu: gimp: Enable PDF support
> 
> * gnu/packages/gimp.scm: Add the poppler library as an input.

Thanks, pushed!

> ---
>  gnu/packages/gimp.scm | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
> index 6540990b3..169183db6 100644
> --- a/gnu/packages/gimp.scm
> +++ b/gnu/packages/gimp.scm
> @@ -35,6 +35,7 @@
>    #:use-module (gnu packages ghostscript)
>    #:use-module (gnu packages compression)
>    #:use-module (gnu packages xml)
> +  #:use-module (gnu packages pdf)
>    #:use-module (gnu packages photo)
>    #:use-module (gnu packages python)
>    #:use-module (gnu packages xorg)
> @@ -168,6 +169,7 @@ buffers.")
>         ("exif" ,libexif)                         ;optional, EXIF + XMP support
>         ("lcms" ,lcms)                            ;optional, color management
>         ("librsvg" ,librsvg)                      ;optional, SVG support
> +       ("poppler", poppler)             ; optional, PDF support
>         ("python" ,python-2)                      ;optional, Python support
>         ("python2-pygtk" ,python2-pygtk)          ;optional, Python support
>         ("gegl" ,gegl)))
> -- 
> 2.11.0
> 

> 
> Happy New Year!
> 
> Maxim




[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-01-03  5:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-02  6:38 [PATCH] Add PDF support to Gimp Maxim Cournoyer
2017-01-03  5:19 ` Leo Famulari [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-02  6:22 Maxim Cournoyer

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=20170103051941.GB13839@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /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).