Archived
1
0
Fork 0

gnu: mplayer: Remove input labels.

* gnu/packages/video.scm (mplayer)[inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:04 +02:00
parent 51bf90c72e
commit c89173cf46
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2113,37 +2113,37 @@ streaming protocols.")
(native-inputs (native-inputs
(list pkg-config yasm)) (list pkg-config yasm))
(inputs (inputs
`(("alsa-lib" ,alsa-lib) (list alsa-lib
("cdparanoia" ,cdparanoia) cdparanoia
("ffmpeg" ,ffmpeg-4) ffmpeg-4
("fontconfig" ,fontconfig) fontconfig
("freetype" ,freetype) freetype
("giflib" ,giflib) giflib
("lame" ,lame) lame
("libass" ,libass) libass
("libdvdcss" ,libdvdcss) libdvdcss
("libdvdnav" ,libdvdnav) ; ignored without libdvdread libdvdnav ; ignored without libdvdread
("libdvdread" ,libdvdread) ; ignored without libdvdnav libdvdread ; ignored without libdvdnav
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libmpeg2" ,libmpeg2) libmpeg2
("libmpg123" ,mpg123) ; audio codec for MP3 mpg123 ; audio codec for MP3
("libpng" ,libpng) libpng
("libtheora" ,libtheora) libtheora
("libvdpau" ,libvdpau) libvdpau
("libvorbis" ,libvorbis) libvorbis
("libx11" ,libx11) libx11
("libx264" ,libx264) libx264
("libxinerama" ,libxinerama) libxinerama
("libxv" ,libxv) libxv
("libxxf86dga" ,libxxf86dga) libxxf86dga
("mesa" ,mesa) mesa
("opus" ,opus) opus
("perl" ,perl) perl
("pulseaudio" ,pulseaudio) pulseaudio
("python" ,python-wrapper) python-wrapper
("sdl" ,sdl) sdl
("speex" ,speex) speex
("zlib" ,zlib))) zlib))
(arguments (arguments
`(#:tests? #f ; no test target `(#:tests? #f ; no test target
#:phases #:phases