unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37276] [PATCHES] tumbler: Clarify thumbnailers support.
@ 2019-09-02 14:09 L p R n d n
  2019-09-08 12:31 ` bug#37276: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: L p R n d n @ 2019-09-02 14:09 UTC (permalink / raw)
  To: 37276

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37276: [PATCHES] tumbler: Clarify thumbnailers support.
  2019-09-02 14:09 [bug#37276] [PATCHES] tumbler: Clarify thumbnailers support L p R n d n
@ 2019-09-08 12:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-09-08 12:31 UTC (permalink / raw)
  To: L p R n d n; +Cc: 37276-done

L  p R n  d n    <guix@lprndn.info> skribis:

>>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.

[...]

>>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.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-08 12:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-02 14:09 [bug#37276] [PATCHES] tumbler: Clarify thumbnailers support L p R n d n
2019-09-08 12:31 ` bug#37276: " Ludovic Courtès

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).