[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: directfb: Remove input labels.
From: |
guix-commits |
Subject: |
03/09: gnu: directfb: Remove input labels. |
Date: |
Sun, 9 Oct 2022 16:33:45 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit e3362e249a48489d51fe6a5a92f3ce0073af30cf
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 9 21:34:55 2022 +0200
gnu: directfb: Remove input labels.
* gnu/packages/graphics.scm (directfb)[inputs]: Remove labels.
---
gnu/packages/graphics.scm | 60 +++++++++++++++++++++++------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 3d67a85b4a..c6639c4c95 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -192,36 +192,36 @@ framebuffer graphics, audio output and input event.")
(native-inputs
(list autoconf automake libtool perl pkg-config))
(inputs
- `(("alsa" ,alsa-lib)
- ("ffmpeg" ,ffmpeg)
- ("freetype" ,freetype)
- ("glu" ,glu)
- ("gstreamer" ,gstreamer)
- ("imlib2" ,imlib2)
- ("jasper" ,jasper)
- ("jpeg" ,libjpeg-turbo)
- ("libcddb" ,libcddb)
- ("libdrm" ,libdrm)
- ("libtimidity" ,libtimidity)
- ("mad" ,libmad)
- ("mng" ,libmng)
- ("mpeg2" ,libmpeg2)
- ("mpeg3" ,libmpeg3)
- ("opengl" ,mesa)
- ("png" ,libpng)
- ("sdl" ,sdl)
- ("svg" ,(librsvg-for-system))
- ("tiff" ,libtiff)
- ("tslib" ,tslib)
- ("vdpau" ,libvdpau)
- ("vorbisfile" ,libvorbis)
- ("wayland" ,wayland)
- ("webp" ,libwebp)
- ("x11" ,libx11)
- ("xcomposite" ,libxcomposite)
- ("xext" ,libxext)
- ("xproto" ,xorgproto)
- ("zlib" ,zlib)))
+ (list alsa-lib
+ ffmpeg
+ freetype
+ glu
+ gstreamer
+ imlib2
+ jasper
+ libjpeg-turbo
+ libcddb
+ libdrm
+ libtimidity
+ libmad
+ libmng
+ libmpeg2
+ libmpeg3
+ mesa
+ libpng
+ sdl
+ (librsvg-for-system)
+ libtiff
+ tslib
+ libvdpau
+ libvorbis
+ wayland
+ libwebp
+ libx11
+ libxcomposite
+ libxext
+ xorgproto
+ zlib))
(propagated-inputs
(list flux))
(synopsis "DFB Graphics Library")
- branch master updated (b310afde26 -> e827d45db9), guix-commits, 2022/10/09
- 03/09: gnu: directfb: Remove input labels.,
guix-commits <=
- 06/09: gnu: Add genie., guix-commits, 2022/10/09
- 09/09: gnu: Add go-webring., guix-commits, 2022/10/09
- 01/09: gnu: directfb: Use 'librsvg-for-system'., guix-commits, 2022/10/09
- 02/09: gnu: gst-plugins-bad: Use 'librsvg-for-system'., guix-commits, 2022/10/09
- 04/09: gnu: svt-hevc: Mark as supported on x86_64-linux only., guix-commits, 2022/10/09
- 05/09: gnu: blesh: Substitute with readlink directly., guix-commits, 2022/10/09
- 07/09: gnu: Add perl-file-fcntllock., guix-commits, 2022/10/09
- 08/09: gnu: public-inbox: Update to 1.9.0., guix-commits, 2022/10/09