mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: libbdplus: Update to 0.2.0.
* gnu/packages/video.scm (libbdplus): Update to 0.2.0. Change-Id: Ic357c71649b8f07ddb37b0860f30d9ef247529d5
This commit is contained in:
parent
7990d6db4d
commit
697a2e2d97
1 changed files with 3 additions and 3 deletions
|
@ -4803,17 +4803,17 @@ (define-public libsmpeg-with-sdl1
|
|||
(define-public libbdplus
|
||||
(package
|
||||
(name "libbdplus")
|
||||
(version "0.1.2")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ftp.videolan.org/pub/videolan/libbdplus/"
|
||||
version "/" name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "02n87lysqn4kg2qk7d1ffrp96c44zkdlxdj0n16hbgrlrpiwlcd6"))))
|
||||
(base32 "0n0ayjq2ld7lfhrfcdj9bam96m2hih34phyjan8nwggkmqzflgmr"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libgcrypt))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.videolan.org/developers/libbdplus.html")
|
||||
(synopsis "Library for decrypting certain Blu-Ray discs")
|
||||
(description "libbdplus is a library which implements the BD+ System
|
||||
|
|
Loading…
Reference in a new issue