gnu: vlc: Remove input labels.
* gnu/packages/video.scm (vlc)[native-inputs]: Remove input labels. [inputs]: Remove input labels and re-sort. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									07986d0fad
								
							
						
					
					
						commit
						f53e14be33
					
				
					 1 changed files with 75 additions and 78 deletions
				
			
		| 
						 | 
					@ -1902,86 +1902,83 @@ videoformats depend on the configuration flags of ffmpeg.")
 | 
				
			||||||
                "0cs1vnv91mg7p6253v6wms3zlz91xzphpwaw14dmrd2gibc64nlc"))))
 | 
					                "0cs1vnv91mg7p6253v6wms3zlz91xzphpwaw14dmrd2gibc64nlc"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("flex" ,flex)
 | 
					     (list flex bison gettext-minimal pkg-config))
 | 
				
			||||||
       ("bison" ,bison)
 | 
					 | 
				
			||||||
       ("gettext" ,gettext-minimal)
 | 
					 | 
				
			||||||
       ("pkg-config" ,pkg-config)))
 | 
					 | 
				
			||||||
    ;; FIXME: Add optional inputs once available.
 | 
					    ;; FIXME: Add optional inputs once available.
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("alsa-lib" ,alsa-lib)
 | 
					     (list alsa-lib
 | 
				
			||||||
       ("avahi" ,avahi)
 | 
					           avahi
 | 
				
			||||||
       ("dav1d" ,dav1d)
 | 
					           dav1d
 | 
				
			||||||
       ("dbus" ,dbus)
 | 
					           dbus
 | 
				
			||||||
       ("eudev" ,eudev)
 | 
					           eudev
 | 
				
			||||||
       ("flac" ,flac)
 | 
					           ffmpeg
 | 
				
			||||||
       ("ffmpeg" ,ffmpeg)
 | 
					           flac
 | 
				
			||||||
       ("fontconfig" ,fontconfig)
 | 
					           fontconfig
 | 
				
			||||||
       ("freetype" ,freetype)
 | 
					           freetype
 | 
				
			||||||
       ("fribidi" ,fribidi)
 | 
					           fribidi
 | 
				
			||||||
       ("gnutls" ,gnutls)
 | 
					           gnutls
 | 
				
			||||||
       ("liba52" ,liba52)
 | 
					           liba52
 | 
				
			||||||
       ("libarchive" ,libarchive)
 | 
					           libarchive
 | 
				
			||||||
       ("libass" ,libass)
 | 
					           libass
 | 
				
			||||||
       ("libavc1394" ,libavc1394)
 | 
					           libavc1394
 | 
				
			||||||
       ("libbluray" ,libbluray)
 | 
					           libbluray
 | 
				
			||||||
       ("libcaca" ,libcaca)
 | 
					           libcaca
 | 
				
			||||||
       ("libcddb" ,libcddb)
 | 
					           libcddb
 | 
				
			||||||
       ("libdca" ,libdca)
 | 
					           libdca
 | 
				
			||||||
       ("libdvbpsi" ,libdvbpsi)
 | 
					           libdvbpsi
 | 
				
			||||||
       ("libdvdnav" ,libdvdnav)
 | 
					           libdvdnav
 | 
				
			||||||
       ("libdvdread" ,libdvdread)
 | 
					           libdvdread
 | 
				
			||||||
       ("libebml" ,libebml)
 | 
					           libebml
 | 
				
			||||||
       ("libgcrypt" ,libgcrypt)
 | 
					           libgcrypt
 | 
				
			||||||
       ("libidn" ,libidn)
 | 
					           libidn
 | 
				
			||||||
       ("libkate" ,libkate)
 | 
					           libkate
 | 
				
			||||||
       ("libmad" ,libmad)
 | 
					           libmad
 | 
				
			||||||
       ("libmatroska" ,libmatroska)
 | 
					           libmatroska
 | 
				
			||||||
       ("libmicrodns" ,libmicrodns)
 | 
					           libmicrodns
 | 
				
			||||||
       ("libmodplug" ,libmodplug)
 | 
					           libmodplug
 | 
				
			||||||
       ("libmpeg2" ,libmpeg2)
 | 
					           libmpeg2
 | 
				
			||||||
       ("libogg" ,libogg)
 | 
					           libogg
 | 
				
			||||||
       ("libpng" ,libpng)
 | 
					           libpng
 | 
				
			||||||
       ("libraw1394" ,libraw1394)
 | 
					           libraw1394
 | 
				
			||||||
       ("librsvg" ,(librsvg-for-system))
 | 
					           (librsvg-for-system)
 | 
				
			||||||
       ("libsamplerate" ,libsamplerate)
 | 
					           libsamplerate
 | 
				
			||||||
       ("libsecret" ,libsecret)
 | 
					           libsecret
 | 
				
			||||||
       ("libssh2" ,libssh2)
 | 
					           libssh2
 | 
				
			||||||
       ("libupnp" ,libupnp)
 | 
					           libtheora
 | 
				
			||||||
       ("libva" ,libva)
 | 
					           libupnp
 | 
				
			||||||
       ("libvdpau" ,libvdpau)
 | 
					           libva
 | 
				
			||||||
       ("libvorbis" ,libvorbis)
 | 
					           libvdpau
 | 
				
			||||||
       ("libvpx" ,libvpx)
 | 
					           libvorbis
 | 
				
			||||||
       ("libtheora" ,libtheora)
 | 
					           libvpx
 | 
				
			||||||
       ("libx264" ,libx264)
 | 
					           libx264
 | 
				
			||||||
       ("libxext" ,libxext)
 | 
					           libxext
 | 
				
			||||||
       ("libxi" ,libxi)
 | 
					           libxi
 | 
				
			||||||
       ("libxinerama" ,libxinerama)
 | 
					           libxinerama
 | 
				
			||||||
       ("libxml2" ,libxml2)
 | 
					           libxml2
 | 
				
			||||||
       ("libxpm" ,libxpm)
 | 
					           libxpm
 | 
				
			||||||
       ("livemedia-utils" ,livemedia-utils)
 | 
					           livemedia-utils
 | 
				
			||||||
       ("lua" ,lua-5.2)
 | 
					           lua-5.2
 | 
				
			||||||
       ("mesa" ,mesa)
 | 
					           mesa
 | 
				
			||||||
       ("opus" ,opus)
 | 
					           opus
 | 
				
			||||||
       ("perl" ,perl)
 | 
					           perl
 | 
				
			||||||
       ("pulseaudio" ,pulseaudio)
 | 
					           protobuf
 | 
				
			||||||
       ("protobuf" ,protobuf)
 | 
					           pulseaudio
 | 
				
			||||||
       ("python" ,python-wrapper)
 | 
					           python-wrapper
 | 
				
			||||||
       ("qtbase" ,qtbase-5)
 | 
					           qtbase-5
 | 
				
			||||||
       ("qtsvg" ,qtsvg)
 | 
					           qtsvg
 | 
				
			||||||
       ("qtx11extras" ,qtx11extras)
 | 
					           qtx11extras
 | 
				
			||||||
       ("samba" ,samba)
 | 
					           samba
 | 
				
			||||||
       ("sdl" ,sdl)
 | 
					           sdl
 | 
				
			||||||
       ("sdl-image" ,sdl-image)
 | 
					           sdl-image
 | 
				
			||||||
       ("speex" ,speex)
 | 
					           speex
 | 
				
			||||||
       ("speexdsp" ,speexdsp)
 | 
					           speexdsp
 | 
				
			||||||
       ("srt" ,srt)
 | 
					           srt
 | 
				
			||||||
       ("taglib" ,taglib)
 | 
					           taglib
 | 
				
			||||||
       ("twolame" ,twolame)
 | 
					           twolame
 | 
				
			||||||
       ("unzip" ,unzip)
 | 
					           unzip
 | 
				
			||||||
       ("wayland" ,wayland)
 | 
					           wayland
 | 
				
			||||||
       ("wayland-protocols" ,wayland-protocols)
 | 
					           wayland-protocols
 | 
				
			||||||
       ("x265" ,x265)
 | 
					           x265
 | 
				
			||||||
       ("xcb-util-keysyms" ,xcb-util-keysyms)))
 | 
					           xcb-util-keysyms))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
       `("BUILDCC=gcc"
 | 
					       `("BUILDCC=gcc"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue