guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libass: Remove unused input.


From: guix-commits
Subject: 02/03: gnu: libass: Remove unused input.
Date: Thu, 26 Nov 2020 17:28:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 79d7f35a297a105af2f88863f6ed91a896977b87
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Nov 26 21:15:01 2020 +0100

    gnu: libass: Remove unused input.
    
    * gnu/packages/video.scm (libass)[propagated-inputs]: Remove ENCA.
---
 gnu/packages/video.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ebb9678..9026b71 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1208,8 +1208,7 @@ designed to encode video or images into an H.265 / HEVC 
encoded bitstream.")
      `(("freetype" ,freetype)
        ("fribidi" ,fribidi)
        ("fontconfig" ,fontconfig)
-       ("harfbuzz" ,harfbuzz)
-       ("enca" ,enca)))
+       ("harfbuzz" ,harfbuzz)))
     (home-page "https://github.com/libass/libass";)
     (synopsis "Subtitle rendering library for the ASS/SSA format")
     (description "libass is a subtitle rendering library for the



reply via email to

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