GNU bug report logs - #42455
[PATCH 1/1] gnu: ffmpeg: Add support for libgme.

Previous Next

Package: guix-patches;

Reported by: Jesse Gibbons <jgibbons2357 <at> gmail.com>

Date: Tue, 21 Jul 2020 06:09:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim <at> guixotic.coop>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jesse Gibbons <jgibbons2357 <at> gmail.com>
Subject: bug#42455: closed (Re: [bug#42455] [PATCH 1/1] gnu: ffmpeg: Add
 support for libgme.)
Date: Fri, 18 Jul 2025 03:58:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#42455: [PATCH 1/1] gnu: ffmpeg: Add support for libgme.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 42455 <at> debbugs.gnu.org.

-- 
42455: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42455
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim <at> guixotic.coop>
To: Marius Bakke <marius <at> gnu.org>
Cc: 42455-done <at> debbugs.gnu.org, Jesse Gibbons <jgibbons2357 <at> gmail.com>
Subject: Re: [bug#42455] [PATCH 1/1] gnu: ffmpeg: Add support for libgme.
Date: Fri, 18 Jul 2025 12:57:16 +0900
Hi,

I'm closing this, it's been integrated in this series:
https://codeberg.org/guix/guix/pulls/1288

-- 
Thanks,
Maxim

[Message part 3 (message/rfc822, inline)]
From: Jesse Gibbons <jgibbons2357 <at> gmail.com>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH 1/1] gnu: ffmpeg: Add support for libgme.
Date: Tue, 21 Jul 2020 00:08:46 -0600
* gnu/packages/video.scm (ffmpeg):
[inputs]: Add libgme.
[arguments]: Pass "--enable-libgme" to configure.
---
gnu/packages/video.scm | 2 ++
1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6b57d384e1..cbb8e76949 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -963,6 +963,7 @@ operate properly.")
("libcaca" ,libcaca)
("libcdio-paranoia" ,libcdio-paranoia)
("libdrm" ,libdrm)
+ ("libgme" ,libgme)
("libtheora" ,libtheora)
("libva" ,libva)
("libvdpau" ,libvdpau)
@@ -1057,6 +1058,7 @@ operate properly.")
"--enable-libcdio"
"--enable-libdav1d"
"--enable-libfreetype"
+ "--enable-libgme"
"--enable-libmp3lame"
"--enable-libopus"
"--enable-libpulse"



This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.