all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: L  p R n  d n    <guix@lprndn.info>
To: 37276@debbugs.gnu.org
Subject: [bug#37276] [PATCHES] tumbler: Clarify thumbnailers support.
Date: Mon, 02 Sep 2019 16:09:11 +0200	[thread overview]
Message-ID: <877e6qdc3c.fsf@lprndn.info> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0011-gnu-tumbler-Fix-pdf-thumbnailer.patch --]
[-- Type: text/x-patch, Size: 816 bytes --]

From 5f295f3f3b6441656f9979a7a7fa8ad0fcb53ec2 Mon Sep 17 00:00:00 2001
From: L  p R n  d n <guix@lprndn.info>
Date: Sun, 18 Aug 2019 23:27:34 +0200
Subject: [PATCH 11/19] gnu: tumbler: Fix pdf thumbnailer.

* gnu/packages/xfce.scm (tumbler)[inputs]: Add cairo.
---
 gnu/packages/xfce.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 13a4cfd6ef..780a1a876b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -283,6 +283,7 @@ merging features essential for loading menus modified with menu editors.")
     (inputs
      `(("dbus" ,dbus)
        ("gdk-pixbuf" ,gdk-pixbuf)
+       ("cairo" ,cairo) ;; Needed for pdf thumbnails (poppler-glibc.pc)
        ("freetype" ,freetype)
        ("libjpeg" ,libjpeg)
        ("libgsf" ,libgsf)
-- 
2.22.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0012-gnu-tumbler-Remove-unused-gstreamer.patch --]
[-- Type: text/x-patch, Size: 989 bytes --]

From 8883c265c73c5ce47557755c9c26dcdddcf0205a Mon Sep 17 00:00:00 2001
From: L  p R n  d n <guix@lprndn.info>
Date: Mon, 19 Aug 2019 01:02:49 +0200
Subject: [PATCH 12/19] gnu: tumbler: Remove unused gstreamer.

* gnu/packages/xfce.scm (tumbler)[inputs]: Remove gstreamer.
---
 gnu/packages/xfce.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 780a1a876b..b27e489678 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -288,7 +288,9 @@ merging features essential for loading menus modified with menu editors.")
        ("libjpeg" ,libjpeg)
        ("libgsf" ,libgsf)
        ("poppler" ,poppler)
-       ("gstreamer" ,gstreamer)))
+       ;; FIXME Provide gstreamer and gstreamer-tag to get video thumbnails
+       ;; ("gstreamer" ,gstreamer)
+       ))
     (home-page "https://www.xfce.org/")
     (synopsis "D-Bus service for applications to request thumbnails")
     (description
-- 
2.22.0


             reply	other threads:[~2019-09-02 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 14:09 L p R n d n [this message]
2019-09-08 12:31 ` bug#37276: [PATCHES] tumbler: Clarify thumbnailers support 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

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

  git send-email \
    --in-reply-to=877e6qdc3c.fsf@lprndn.info \
    --to=guix@lprndn.info \
    --cc=37276@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.