guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: xvid: Update to 1.3.7.


From: guix-commits
Subject: 08/13: gnu: xvid: Update to 1.3.7.
Date: Sat, 15 Feb 2020 11:07:09 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2a42629f2b647e1678cb024d0d036b2b463c1d96
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Feb 14 11:47:22 2020 +0100

    gnu: xvid: Update to 1.3.7.
    
    * gnu/packages/video.scm (xvid): Update to 1.3.7.
---
 gnu/packages/video.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4bf004e..285fe72 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2149,7 +2149,7 @@ format changes.")
 (define-public xvid
   (package
     (name "xvid")
-    (version "1.3.6")
+    (version "1.3.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2157,21 +2157,19 @@ format changes.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0zppakvcgq5a42mhqqsbliclpg2jrhbmbfgrzalyfzr47jqmhssy"))))
+                "1xyg3amgg27zf7188kss7y248s0xhh1vv8rrk0j9bcsd5nasxsmf"))))
     (build-system gnu-build-system)
     (native-inputs `(("yasm" ,yasm)))
     (arguments
      '(#:phases
        (modify-phases %standard-phases
-         (add-before
-          'configure 'pre-configure
+         (add-before 'configure 'pre-configure
           (lambda _
             (chdir "build/generic")
             (substitute* "configure"
               (("#! /bin/sh") (string-append "#!" (which "sh"))))
             #t)))
-       ;; No 'check' target.
-       #:tests? #f))
+       #:tests? #f)) ; no test suite
     (home-page "https://www.xvid.com/";)
     (synopsis "MPEG-4 Part 2 Advanced Simple Profile video codec")
     (description "Xvid is an MPEG-4 Part 2 Advanced Simple Profile (ASP) video



reply via email to

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