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

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

bug#59372: closed ([PATCH] gnu: peek: Add missing input.)


From: GNU bug Tracking System
Subject: bug#59372: closed ([PATCH] gnu: peek: Add missing input.)
Date: Sun, 29 Jan 2023 06:03:03 +0000

Your message dated Sun, 29 Jan 2023 14:02:12 +0800
with message-id <87o7qhj2u3.fsf_-_@envs.net>
and subject line Re: bug#59372: [PATCH] gnu: peek: Add missing input.
has caused the debbugs.gnu.org bug report #59372,
regarding [PATCH] gnu: peek: Add missing input.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59372: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59372
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: peek: Add missing input. Date: Fri, 18 Nov 2022 19:27:46 -0600
* gnu/packages/video.scm (peek): Add missing input.
[inputs]: Add ffmpeg so that Peek will not fail to run on a foreign
distro.

hi, peek fails to run on a foreign distro without ffmpeg as an input.

this patch fixes that.

all best,

jgart
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c394c65442..4f38d4432c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5369,6 +5369,8 @@ (define-public peek
     (arguments '(#:glib-or-gtk? #t))
     (inputs
      `(("gtk+" ,gtk+)
+       ;; Peek fails to run on a foreign distro without ffmpeg.
+       ("ffmpeg" ,ffmpeg)
        ("python" ,python-wrapper)))
     (native-inputs
      `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#59372: [PATCH] gnu: peek: Add missing input. Date: Sun, 29 Jan 2023 14:02:12 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
jgart <jgart@dismail.de> writes:

> On Mon, 21 Nov 2022 21:18:32 +0100 Tobias Geerinckx-Rice <me@tobias.gr> wrote:
>> Does it not show that window on a foreign distribution?
>
> Yup, it does show that window on a foreign distro.
>
> So, we should just have the user install ffmpeg along with peek in their 
> profile?
>
> Should this ticket be closed then? https://issues.guix.gnu.org/issue/51202#3

Yes, I think it's expected to install ffmpeg yourself for peek when not
in gnome shell.  Close now.


--- End Message ---

reply via email to

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