unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42880] [PATCH] gnu: Add libde265.
@ 2020-08-16  1:56 Vinicius Monego
  2020-08-16  7:48 ` bug#42880: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2020-08-16  1:56 UTC (permalink / raw)
  To: 42880; +Cc: Vinicius Monego

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42880: [PATCH] gnu: Add libde265.
  2020-08-16  1:56 [bug#42880] [PATCH] gnu: Add libde265 Vinicius Monego
@ 2020-08-16  7:48 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-08-16  7:48 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 42880-done


> +     "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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-16  7:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-16  1:56 [bug#42880] [PATCH] gnu: Add libde265 Vinicius Monego
2020-08-16  7:48 ` bug#42880: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).