me
/
guix
Archived
1
0
Fork 0

gnu: mplayer: Update to 1.4.

* gnu/packages/video.scm (mplayer): Update to 1.4.
[inputs]: Use default ffmpeg version.
master
Tobias Geerinckx-Rice 2020-02-18 18:14:40 +01:00
parent a894ca327b
commit 59ed95d6b8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

@ -1264,7 +1264,7 @@ streaming protocols.")
(define-public mplayer (define-public mplayer
(package (package
(name "mplayer") (name "mplayer")
(version "1.3.0") (version "1.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1272,7 +1272,7 @@ streaming protocols.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0hwqn04bdknb2ic88xd75smffxx63scvz0zvwvjb56nqj9n89l1s")))) "0j5mflr0wnklxsvnpmxvk704hscyn2785hvvihj2i3a7b3anwnc2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; FIXME: Add additional inputs once available. ;; FIXME: Add additional inputs once available.
(native-inputs (native-inputs
@ -1281,7 +1281,7 @@ streaming protocols.")
(inputs (inputs
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
("cdparanoia" ,cdparanoia) ("cdparanoia" ,cdparanoia)
("ffmpeg" ,ffmpeg-3.4) ("ffmpeg" ,ffmpeg)
("fontconfig" ,fontconfig) ("fontconfig" ,fontconfig)
("freetype" ,freetype) ("freetype" ,freetype)
;; ("giflib" ,giflib) ; uses QuantizeBuffer, requires version >= 5 ;; ("giflib" ,giflib) ; uses QuantizeBuffer, requires version >= 5
@ -1291,7 +1291,7 @@ streaming protocols.")
("libdvdnav" ,libdvdnav) ("libdvdnav" ,libdvdnav)
("libjpeg" ,libjpeg) ("libjpeg" ,libjpeg)
("libmpeg2" ,libmpeg2) ("libmpeg2" ,libmpeg2)
("libmpg123" ,mpg123) ; audio codec for MP3 ("libmpg123" ,mpg123) ; audio codec for MP3
("libpng" ,libpng) ("libpng" ,libpng)
("libtheora" ,libtheora) ("libtheora" ,libtheora)
("libvdpau" ,libvdpau) ("libvdpau" ,libvdpau)
@ -1310,7 +1310,7 @@ streaming protocols.")
("speex" ,speex) ("speex" ,speex)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
`(#:tests? #f ; no test target `(#:tests? #f ; no test target
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(replace 'configure (replace 'configure