diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-07-10 21:00:33 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-07-10 21:34:37 +0300 |
commit | 5e3f68e67c0d660eb2e6f1b653a6ae5f3d813a98 (patch) | |
tree | 0b1d80dca366c1cc7a320bfdf4ab38085a4a58c6 /gnu/packages | |
parent | 0e6ee10c07dbee9ffe18973da57a71775bfdbd28 (diff) | |
download | patches-5e3f68e67c0d660eb2e6f1b653a6ae5f3d813a98.tar patches-5e3f68e67c0d660eb2e6f1b653a6ae5f3d813a98.tar.gz |
gnu: libbluray: Update to 0.9.3.
* gnu/packages/video.scm (libbluray): Update to 0.9.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6888e36711..8492e5e029 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 |