[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/72: gnu: libde265: Remove unused qtbase-5 input.
From: |
guix-commits |
Subject: |
66/72: gnu: libde265: Remove unused qtbase-5 input. |
Date: |
Fri, 17 Jan 2025 03:44:27 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 33c22af19e4c3bbe84ebd947f47b29da0b0fdce0
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Wed Jan 8 07:11:39 2025 +0100
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 <liliana.prikler@gmail.com>
---
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 e63bc1a0fb..861c23f2b8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -715,16 +715,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
- 60/72: gnu: totem: Update to 43.1., (continued)
- 60/72: gnu: totem: Update to 43.1., guix-commits, 2025/01/17
- 63/72: gnu: zbar: Disable static and qt build., guix-commits, 2025/01/17
- 65/72: gnu: Add zbar-minimal., guix-commits, 2025/01/17
- 70/72: gnu: gst-plugins-good: Replace v4l-utils by v4l-utils-minimal., guix-commits, 2025/01/17
- 71/72: gnu: harfbuzz: Build with meson., guix-commits, 2025/01/17
- 52/72: gnu: gnome-initial-setup: Update to 46.7., guix-commits, 2025/01/17
- 72/72: gnu: musescore: Update to 4.4.4., guix-commits, 2025/01/17
- 43/72: gnu: libsoup-minimal: Update to 3.6.1., guix-commits, 2025/01/17
- 55/72: gnu: gnome-remote-desktop: Update to 46.5., guix-commits, 2025/01/17
- 59/72: gnu: eog: Update to 47.0., guix-commits, 2025/01/17
- 66/72: gnu: libde265: Remove unused qtbase-5 input.,
guix-commits <=
- 36/72: gnu: gsettings-desktop-schemas: Update to 46.1., guix-commits, 2025/01/17