GNU bug report logs - #42880
[PATCH] gnu: Add libde265.

Previous Next

Package: guix-patches;

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

Date: Sun, 16 Aug 2020 01:57:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

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: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#42880: closed ([PATCH] gnu: Add libde265.)
Date: Sun, 16 Aug 2020 07:49:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 16 Aug 2020 09:48:39 +0200
with message-id <871rk71160.fsf <at> gnu.org>
and subject line Re: [bug#42880] [PATCH] gnu: Add libde265.
has caused the debbugs.gnu.org bug report #42880,
regarding [PATCH] gnu: Add libde265.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
42880: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42880
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: Add libde265.
Date: Sat, 15 Aug 2020 22:56:29 -0300
* gnu/packages/video.scm (libde265): New variable.
---
 gnu/packages/video.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5ea1067b35..dea0c81baa 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -318,6 +318,30 @@ television and DVD.  It is also known as AC-3.")
 shared library and encoder and decoder command-line executables.")
     (license license:bsd-2)))
 
+(define-public libde265
+  (package
+    (name "libde265")
+    (version "1.0.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/strukturag/libde265")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1qisj8ryzbknam3hk81rq70fsd9mcpxm898bqygvbsmbwyvmz3pg"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f)) ;there are no tests
+    (home-page "https://www.libde265.org/")
+    (synopsis "Open h.265 video codec implementation")
+    (description
+     "libde265 is an open source implementation of the h.265 video codec.  It is
+written from scratch and has a plain C API to enable a simple integration into
+other software.")
+    (license license:lgpl3+)))
+
 (define-public libmpeg2
   (package
     (name "libmpeg2")
-- 
2.20.1



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 42880-done <at> debbugs.gnu.org
Subject: Re: [bug#42880] [PATCH] gnu: Add libde265.
Date: Sun, 16 Aug 2020 09:48:39 +0200
> +     "libde265 is an open source implementation of the h.265 video codec.  It is
> +written from scratch and has a plain C API to enable a simple integration into
> +other software.")

I removed "open source" from the description and pushed.

Thanks,

Mathieu


This bug report was last modified 4 years and 339 days ago.

Previous Next


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