mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add libdvdcss.
* gnu/packages/video.scm (libdvdcss): New variable.
This commit is contained in:
parent
5d3609e42d
commit
a6f710ec4e
1 changed files with 20 additions and 0 deletions
|
@ -594,6 +594,26 @@ (define-public libdvdnav
|
|||
encapsulated.")
|
||||
(license gpl2+)))
|
||||
|
||||
(define-public libdvdcss
|
||||
(package
|
||||
(name "libdvdcss")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://download.videolan.org/videolan/"
|
||||
name "/" version "/"
|
||||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"158k9zagmbk5bkbz96l6lwhh7xcgfcnzflkr4vblskhcab6llhbw"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://www.videolan.org/developers/libdvdcss.html")
|
||||
(synopsis "Library for accessing DVDs as block devices")
|
||||
(description
|
||||
"libdvdcss is a simple library designed for accessing DVDs like a block
|
||||
device without having to bother about the decryption.")
|
||||
(license gpl2+)))
|
||||
|
||||
(define-public srt2vtt
|
||||
(package
|
||||
(name "srt2vtt")
|
||||
|
|
Loading…
Reference in a new issue