guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: Add libde265."


From: guix-commits
Subject: branch master updated: Revert "gnu: Add libde265."
Date: Tue, 18 Aug 2020 18:53:50 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0d792f3  Revert "gnu: Add libde265."
0d792f3 is described below

commit 0d792f37cdc723b593645bb871afefd699d5165b
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Wed Aug 19 00:51:46 2020 +0200

    Revert "gnu: Add libde265."
    
    This reverts commit 7f3c9116bdd349d49d3f6a148bc59f7f8d64215a, which
    would have introduced a duplicate definition.
---
 gnu/packages/video.scm | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 80a2b33..9563ddf 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -420,44 +420,6 @@ applications by providing high-level classes for commonly 
required tasks.")
     (home-page "https://dirk-farin.net/software/libvideogfx/index.html";)
     (license license:lgpl2.1+)))
 
-(define-public libde265
-  (package
-    (name "libde265")
-    (version "1.0.5")
-    (source
-     (origin
-       (method git-fetch)
-       (uri
-        (git-reference
-         (url "https://github.com/strukturag/libde265.git";)
-         (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1qisj8ryzbknam3hk81rq70fsd9mcpxm898bqygvbsmbwyvmz3pg"))))
-    (build-system gnu-build-system)
-    (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("libtool" ,libtool)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python-wrapper)))
-    (inputs
-     `(;; XXX: Build fails with libvideogfx.
-       ;; ("libvideogfx" ,libvideogfx)
-       ("qt" ,qtbase)
-       ("sdl" ,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
-other software.")
-    (home-page "https://www.libde265.org/";)
-    (license
-     (list
-      ;; Applications.
-      license:expat
-      ;; Library.
-      license:lgpl3+))))
-
 (define-public tslib
   (package
     (name "tslib")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]