guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: libbluray: Update to 0.9.3.


From: Efraim Flashner
Subject: 01/05: gnu: libbluray: Update to 0.9.3.
Date: Sun, 10 Jul 2016 18:35:17 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 5e3f68e67c0d660eb2e6f1b653a6ae5f3d813a98
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 10 21:00:33 2016 +0300

    gnu: libbluray: Update to 0.9.3.
    
    * gnu/packages/video.scm (libbluray): Update to 0.9.3.
---
 gnu/packages/video.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6888e36..8492e5e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -940,15 +940,15 @@ YouTube.com and a few more sites.")
 (define-public libbluray
   (package
     (name "libbluray")
-    (version "0.9.2")
+    (version "0.9.3")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://download.videolan.org/videolan/";
+              (uri (string-append "https://download.videolan.org/videolan/";
                                   name "/" version "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1sp71j4agcsg17g6b85cqz78pn5vknl5pl39rvr6mkib5ps99jgg"))))
+                "1q1whviqv5sr9nr372h31zwid1rvbfbx3z4lzr8lnj25xha6cdm6"))))
     (build-system gnu-build-system)
     (arguments `(#:configure-flags '("--disable-bdjava")))
     (native-inputs `(("pkg-config" ,pkg-config)))
@@ -956,7 +956,7 @@ YouTube.com and a few more sites.")
      `(("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
        ("libxml2" ,libxml2)))
-    (home-page "http://www.videolan.org/developers/libbluray.html";)
+    (home-page "https://www.videolan.org/developers/libbluray.html";)
     (synopsis "Blu-Ray Disc playback library")
     (description
      "libbluray is a library designed for Blu-Ray Disc playback for media



reply via email to

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