[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: tumbler: Remove unused gstreamer.
From: |
guix-commits |
Subject: |
05/07: gnu: tumbler: Remove unused gstreamer. |
Date: |
Sun, 8 Sep 2019 08:44:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 2bb29718836f29d4dddc8494d6c3fa6ad6c2840e
Author: L p R n d n <address@hidden>
Date: Mon Aug 19 01:02:49 2019 +0200
gnu: tumbler: Remove unused gstreamer.
* gnu/packages/xfce.scm (tumbler)[inputs]: Remove gstreamer.
Signed-off-by: Ludovic Courtès <address@hidden>
---
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 82dc123..5ec2cb8 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
- branch master updated (28ac733 -> 3426c0e), guix-commits, 2019/09/08
- 01/07: gnu: guix: Update to cc98b00., guix-commits, 2019/09/08
- 03/07: gnu: libraft: Fetch source from Git., guix-commits, 2019/09/08
- 05/07: gnu: tumbler: Remove unused gstreamer.,
guix-commits <=
- 04/07: gnu: tumbler: Fix pdf thumbnailer., guix-commits, 2019/09/08
- 07/07: gnu: thunar-volman: Update to 0.9.5., guix-commits, 2019/09/08
- 02/07: gnu: Add libraft, guix-commits, 2019/09/08
- 06/07: import: github: Fix incorrect no-release case., guix-commits, 2019/09/08