From 2e1d2543266d713fe528189a96d5379ee67af479 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 8 Jan 2025 07:11:39 +0100 Subject: [PATCH] gnu: libde265: Remove unused qtbase-5 input. * gnu/packages/video.scm (libde265) [native-inputs]: Improve style. [inputs]: Improve style. Remove qtbase-5 which wasn't actually used (need more inputs to build graphical tools). Signed-off-by: Liliana Marie Prikler --- gnu/packages/video.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 47b193286f75bc3a04e0be5a133527c0e4d062d7..65ac14cec82ea9622389c014f6b48b6ac1336b0c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -717,16 +717,11 @@ applications by providing high-level classes for commonly required tasks.") `(#:configure-flags (list "--disable-static"))) (native-inputs - `(("autoconf" ,autoconf) - ("automake" ,automake) - ("libtool" ,libtool) - ("pkg-config" ,pkg-config) - ("python" ,python-wrapper))) + (list autoconf automake libtool pkg-config python-wrapper)) (inputs - `(;; XXX: Build fails with libvideogfx. - ;; ("libvideogfx" ,libvideogfx) - ("qt" ,qtbase-5) - ("sdl" ,sdl))) + ;; XXX: Build a complete version using libswscale or libvideogfx + ;; and qtbase-5. + (list 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