me
/
guix
Archived
1
0
Fork 0

gnu: transcode: Simplify inputs.

* gnu/packages/video.scm (transcode): Simplify inputs.
Marius Bakke 2022-02-15 18:15:39 +01:00
parent 1bd1f42a31
commit 60d82a2153
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 34 additions and 34 deletions

View File

@ -260,41 +260,41 @@
;"--enable-pv3" ;"--enable-pv3"
;"--enable-nuv" ;"--enable-nuv"
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("libtool" ,libtool) libtool
("libxml2" ,libxml2) libxml2
("perl" ,perl) perl
("pkg-config" ,pkg-config) pkg-config
("python" ,python-wrapper))) python-wrapper))
(inputs (inputs
`(("alsa-lib" ,alsa-lib) (list alsa-lib
("faac" ,faac) faac
("ffmpeg" ,ffmpeg) ffmpeg
("freetype" ,freetype) freetype
("imagemagick" ,imagemagick) imagemagick
("lame" ,lame) lame
("liba52" ,liba52) liba52
("libdv" ,libdv) libdv
("libdvdread" ,libdvdread) libdvdread
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libmpeg2" ,libmpeg2) libmpeg2
("libogg" ,libogg) libogg
("libquicktime" ,libquicktime) libquicktime
("libtheora" ,libtheora) libtheora
("libvorbis" ,libvorbis) libvorbis
("lzo" ,lzo) lzo
("mjepgtools" ,mjpegtools) mjpegtools
("sdl" ,sdl) sdl
;; ("v4l-utils" ,v4l-utils) ;; ("v4l-utils" ,v4l-utils)
("x11" ,libx11) libx11
("x264" ,libx264) libx264
("xaw" ,libxaw) libxaw
("xext" ,libxext) libxext
("xpm" ,libxpm) libxpm
("xv" ,libxv) libxv
("xvid" ,xvid) xvid
("zlib" ,zlib))) zlib))
(synopsis "Audio/Video Transcoder") (synopsis "Audio/Video Transcoder")
(description "Transcode is a fast, versatile and command-line based (description "Transcode is a fast, versatile and command-line based
audio/video everything to everything converter primarily focused on producing audio/video everything to everything converter primarily focused on producing