all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32223] [PATCH] gnu: ffmpegthumbnailer: New variable.
@ 2018-07-20 13:33 Brendan Tildesley
  2018-07-22 14:51 ` bug#32223: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Brendan Tildesley @ 2018-07-20 13:33 UTC (permalink / raw)
  To: 32223

* gnu/packages/video.scm (ffmpegthumbnailer): New variable.
---
 gnu/packages/video.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 820a7fc4c..29d1de642 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -817,6 +817,35 @@ audio/video codec library.")
                     flag))
               ,flags))))))
 
+(define-public ffmpegthumbnailer
+  (package
+    (name "ffmpegthumbnailer")
+    (version "2.2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/dirkvdb/"
+                                  name "/archive/" version ".tar.gz"))
+              (sha256
+               (base32
+                "13qs4iwd4l3iiim30s5051n80z0vgsnikym8vsn321cnm9algiwb"))))
+    (build-system cmake-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("ffmpeg" ,ffmpeg)
+       ("libjpeg-turbo" ,libjpeg-turbo)
+       ("libpng" ,libpng)
+       ("gvfs" ,gvfs)))
+    (arguments
+     `(#:configure-flags (list "-DENABLE_GIO=ON" "-DENABLE_THUMBNAILER=ON")))
+    (home-page "https://github.com/dirkvdb/ffmpegthumbnailer")
+    (synopsis "Create thumbnails from video files")
+    (description "FFmpegthumbnailer is a lightweight video thumbnailer that
+can be used by file managers to create thumbnails for your video files.  The
+thumbnailer uses ffmpeg to decode frames from the video files, so supported
+videoformats depend on the configuration flags of ffmpeg.")
+    (license license:gpl2+)))
+
 (define-public vlc
   (package
     (name "vlc")
-- 
2.18.0

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

* bug#32223: [PATCH] gnu: ffmpegthumbnailer: New variable.
  2018-07-20 13:33 [bug#32223] [PATCH] gnu: ffmpegthumbnailer: New variable Brendan Tildesley
@ 2018-07-22 14:51 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2018-07-22 14:51 UTC (permalink / raw)
  To: Brendan Tildesley, 32223-done

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

Brendan Tildesley <brendan.tildesley@openmailbox.org> writes:

> * gnu/packages/video.scm (ffmpegthumbnailer): New variable.

Thank you!  I added a copyright line for you and committed as
4febfdd0f33d1511bede56791f1362e04708aad9.

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

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

end of thread, other threads:[~2018-07-22 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-20 13:33 [bug#32223] [PATCH] gnu: ffmpegthumbnailer: New variable Brendan Tildesley
2018-07-22 14:51 ` bug#32223: " Marius Bakke

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.