guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: libass: Update to 0.14.0.


From: Marius Bakke
Subject: 06/08: gnu: libass: Update to 0.14.0.
Date: Wed, 1 Nov 2017 16:35:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 449ad88bb5c2512f5c0d5e682465eea1e1e95ae8
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 1 20:28:30 2017 +0100

    gnu: libass: Update to 0.14.0.
    
    * gnu/packages/video.scm (libass): Update to 0.14.0.
    [native-inputs]: Change from YASM to NASM.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9fd252a..e66a30a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -405,7 +405,7 @@ designed to encode video or images into an H.265 / HEVC 
encoded bitstream.")
 (define-public libass
   (package
     (name "libass")
-    (version "0.13.7")
+    (version "0.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -413,11 +413,11 @@ designed to encode video or images into an H.265 / HEVC 
encoded bitstream.")
                     version "/libass-" version ".tar.xz"))
               (sha256
                (base32
-                "17byv926w1mxn56n896sxvdq4m0yv1l7qbm688h6zr3nzgsyarbh"))))
+                "18iqznl4mabhj9ywfsz4kwvbsplcv1jjxq50nxssvbj8my1267w8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("yasm" ,yasm)))
+       ("nasm" ,nasm)))
     (propagated-inputs
      `(("freetype" ,freetype)
        ("fribidi" ,fribidi)



reply via email to

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