gnu: libbluray: Update to 1.0.1.
* gnu/packages/video.scm (libbluray): Update to 1.0.1. [arguments]<#:configure-flags>: Adjust deprecated flag.
This commit is contained in:
parent
1f1b3445f4
commit
d76e26342e
|
@ -1144,7 +1144,7 @@ audio, images) from the Web. It can use either mpv or vlc for playback.")
|
||||||
(define-public libbluray
|
(define-public libbluray
|
||||||
(package
|
(package
|
||||||
(name "libbluray")
|
(name "libbluray")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.videolan.org/videolan/"
|
(uri (string-append "https://download.videolan.org/videolan/"
|
||||||
|
@ -1152,10 +1152,10 @@ audio, images) from the Web. It can use either mpv or vlc for playback.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k3lag4lxi2jjd3zh4wcb5l3hadzm54j5kagh92yzfy76p9svqzp"))))
|
"0fl5cxfj870rwqmmz3s04wh7wnabb7rnynfj1v3sz37ln8frm7qg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-bdjava")
|
`(#:configure-flags '("--disable-bdjava-jar")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'fix-dlopen-paths
|
(add-before 'build 'fix-dlopen-paths
|
||||||
|
|
Loading…
Reference in New Issue