[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/13: gnu: mplayer: Remove input labels.
From: |
guix-commits |
Subject: |
06/13: gnu: mplayer: Remove input labels. |
Date: |
Sun, 23 Jul 2023 14:40:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c89173cf466046c830bc0cf99a149996d6e21b14
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:04 2023 +0200
gnu: mplayer: Remove input labels.
* gnu/packages/video.scm (mplayer)[inputs]:
Remove input labels.
---
gnu/packages/video.scm | 62 +++++++++++++++++++++++++-------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bcf385fd61..df93576525 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2113,37 +2113,37 @@ streaming protocols.")
(native-inputs
(list pkg-config yasm))
(inputs
- `(("alsa-lib" ,alsa-lib)
- ("cdparanoia" ,cdparanoia)
- ("ffmpeg" ,ffmpeg-4)
- ("fontconfig" ,fontconfig)
- ("freetype" ,freetype)
- ("giflib" ,giflib)
- ("lame" ,lame)
- ("libass" ,libass)
- ("libdvdcss" ,libdvdcss)
- ("libdvdnav" ,libdvdnav) ; ignored without libdvdread
- ("libdvdread" ,libdvdread) ; ignored without libdvdnav
- ("libjpeg" ,libjpeg-turbo)
- ("libmpeg2" ,libmpeg2)
- ("libmpg123" ,mpg123) ; audio codec for MP3
- ("libpng" ,libpng)
- ("libtheora" ,libtheora)
- ("libvdpau" ,libvdpau)
- ("libvorbis" ,libvorbis)
- ("libx11" ,libx11)
- ("libx264" ,libx264)
- ("libxinerama" ,libxinerama)
- ("libxv" ,libxv)
- ("libxxf86dga" ,libxxf86dga)
- ("mesa" ,mesa)
- ("opus" ,opus)
- ("perl" ,perl)
- ("pulseaudio" ,pulseaudio)
- ("python" ,python-wrapper)
- ("sdl" ,sdl)
- ("speex" ,speex)
- ("zlib" ,zlib)))
+ (list alsa-lib
+ cdparanoia
+ ffmpeg-4
+ fontconfig
+ freetype
+ giflib
+ lame
+ libass
+ libdvdcss
+ libdvdnav ; ignored without libdvdread
+ libdvdread ; ignored without libdvdnav
+ libjpeg-turbo
+ libmpeg2
+ mpg123 ; audio codec for MP3
+ libpng
+ libtheora
+ libvdpau
+ libvorbis
+ libx11
+ libx264
+ libxinerama
+ libxv
+ libxxf86dga
+ mesa
+ opus
+ perl
+ pulseaudio
+ python-wrapper
+ sdl
+ speex
+ zlib))
(arguments
`(#:tests? #f ; no test target
#:phases
- branch master updated (445a035908 -> 80afaaf4e3), guix-commits, 2023/07/23
- 02/13: guix-install.sh: Fix incomplete installation., guix-commits, 2023/07/23
- 03/13: gnu: python-compreffor: Update to 0.5.4., guix-commits, 2023/07/23
- 04/13: gnu: python-compreffor: Mark up description., guix-commits, 2023/07/23
- 07/13: gnu: mplayer: Use G-expressions., guix-commits, 2023/07/23
- 08/13: gnu: mplayer: Use #:configure-flags., guix-commits, 2023/07/23
- 12/13: gnu: hwinfo: Remove input labels., guix-commits, 2023/07/23
- 01/13: guix-install.sh: Install SELinux policy only if tools are present., guix-commits, 2023/07/23
- 05/13: gnu: mplayer: Update to 1.5., guix-commits, 2023/07/23
- 06/13: gnu: mplayer: Remove input labels.,
guix-commits <=
- 13/13: gnu: darktable: Update to 4.4.2., guix-commits, 2023/07/23
- 11/13: gnu: hwinfo: Update to 23.2., guix-commits, 2023/07/23
- 09/13: gnu: emacs-pos-tip: Update to 0.4.7., guix-commits, 2023/07/23
- 10/13: gnu: godot: Update to 4.1.1., guix-commits, 2023/07/23