GNU bug report logs - #76339
[PATCH core-updates-team 0/4] Update libde265 and remove dependency on qtbase-5.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sun, 16 Feb 2025 14:59:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Vinicius Monego <monego <at> posteo.net>
To: 76339 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [bug#76339] [PATCH core-updates-team 1/4] gnu: libde265: Remove dependency on qtbase-5.
Date: Sun, 16 Feb 2025 15:04:01 +0000
This is a dependency for 'sherlock265', a h265 developer tool. It was
not being built already because it depends on either libvideogfx or
libswscale.

* gnu/packages/video.scm (libde265)[inputs]: Remove qtbase-5.

Change-Id: Iaf9d71cb701f4f9c51cbc3181c9b0a87353736fd
---
 gnu/packages/video.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9863ee9f39..a23b5b27d3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -718,10 +718,7 @@ (define-public libde265
        ("pkg-config" ,pkg-config)
        ("python" ,python-wrapper)))
     (inputs
-     `(;; XXX: Build fails with libvideogfx.
-       ;; ("libvideogfx" ,libvideogfx)
-       ("qt" ,qtbase-5)
-       ("sdl" ,sdl)))
+     `(("sdl" ,sdl)))
     (synopsis "H.265 video codec implementation")
     (description "Libde265 is an implementation of the h.265 video codec.  It is
 written from scratch and has a plain C API to enable a simple integration into

base-commit: b4dc8eb4adff9d824ff7df704e134964b3b47396
-- 
2.48.1





This bug report was last modified 116 days ago.

Previous Next


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