emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32223: closed ([PATCH] gnu: ffmpegthumbnailer: New


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32223: closed ([PATCH] gnu: ffmpegthumbnailer: New variable.)
Date: Sun, 22 Jul 2018 14:52:02 +0000

Your message dated Sun, 22 Jul 2018 16:51:34 +0200
with message-id <address@hidden>
and subject line Re: [bug#32223] [PATCH] gnu: ffmpegthumbnailer: New variable.
has caused the debbugs.gnu.org bug report #32223,
regarding [PATCH] gnu: ffmpegthumbnailer: New variable.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32223: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32223
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: ffmpegthumbnailer: New variable. Date: Fri, 20 Jul 2018 23:33:35 +1000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32223] [PATCH] gnu: ffmpegthumbnailer: New variable. Date: Sun, 22 Jul 2018 16:51:34 +0200 User-agent: Notmuch/0.27 (https://notmuchmail.org) Emacs/26.1 (x86_64-pc-linux-gnu)
Brendan Tildesley <address@hidden> writes:

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

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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]