GNU bug report logs -
#76339
[PATCH core-updates-team 0/4] Update libde265 and remove dependency on qtbase-5.
Previous Next
Full log
Message #11 received at 76339 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/video.scm (libde265)[native-inputs, inputs]: Remove
package labels.
Change-Id: I9e0fb470ed1b2644edd1114dfae6f1dcd2ed3fe5
---
gnu/packages/video.scm | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a23b5b27d3..436a170894 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -712,13 +712,8 @@ (define-public libde265
`(#:configure-flags
(list "--disable-static")))
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("libtool" ,libtool)
- ("pkg-config" ,pkg-config)
- ("python" ,python-wrapper)))
- (inputs
- `(("sdl" ,sdl)))
+ (list autoconf automake libtool pkg-config python-wrapper))
+ (inputs (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
--
2.48.1
This bug report was last modified 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.