gnu: ffmpeg: Promote version 5 to the default.
* gnu/packages/video.scm (ffmpeg): Alias to FFMPEG-5. (mlt-6)[inpust]: Replace "ffmpeg" with FFMPEG-4. (transcode, libquicktime, ffmpegthumbnailer, mplayer, obs, simplescreenrecorder, handbrake, ffms2, libopenshot, wlstream)[inputs]: Change from FFMPEG to FFMPEG-4. * gnu/packages/arcan.scm (arcan)[inputs]: Likewise. * gnu/packages/astronomy.scm (stackistry, libskry)[inputs]: Likewise. * gnu/packages/audio.scm (aubio, bs1770gain)[inputs]: Likewise. * gnu/packages/education.scm (openboard)[inputs]: Likewise. * gnu/packages/emulators.scm (dolphin-emu, retroarch, pcsxr, ppsspp)[inputs]: Likewise. * gnu/packages/game-development.scm (warsow-qfusion)[inputs]: Likewise. * gnu/packages/games.scm (oshu, hedgewars)[inputs]: Likewise. * gnu/packages/gnunet.scm (libextractor)[inputs]: Likewise. * gnu/packages/graphics.scm (openscenegraph)[inputs]: Likewise. * gnu/packages/image-processing.scm (opencv, paraview-5.9)[inputs]: Likewise. * gnu/packages/julia-jll.scm (julia-ffmpeg-jll)[inputs]: Likewise. * gnu/packages/kde-multimedia.scm (kid3)[inputs]: Likewise. * gnu/packages/kodi.scm (kodi)[inputs]: Likewise. * gnu/packages/linphone.scm (mediastreamer2)[inputs]: Likewise. * gnu/packages/linux.scm (pipewire)[inputs]: Likewise. (pipewire-0.3)[inputs]: Replace "ffmpeg" with FFMPEG. * gnu/packages/mp3.scm (chromaprint)[inputs]: Change from FFMPEG to FFMPEG-4. * gnu/packages/music.scm (musikcube)[inputs]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[inputs]: Likewise. * gnu/packages/qt.scm (qtwebengine-5)[inputs]: Likewise.
This commit is contained in:
parent
bf9d119e32
commit
79564bf997
20 changed files with 43 additions and 37 deletions
|
@ -123,7 +123,7 @@ (define-public arcan
|
|||
(files '("share/arcan/scripts")))))
|
||||
(inputs
|
||||
`(("apr" ,apr)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-4)
|
||||
("freetype" ,freetype)
|
||||
("glib" ,glib)
|
||||
("glu" ,glu)
|
||||
|
|
|
@ -813,7 +813,7 @@ (define-public stackistry
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list gtkmm-3 libskry ffmpeg))
|
||||
(list gtkmm-3 libskry ffmpeg-4))
|
||||
(home-page "https://github.com/GreatAttractor/stackistry")
|
||||
(synopsis "Astronomical lucky imaging/image stacking tool")
|
||||
(description
|
||||
|
@ -1714,7 +1714,7 @@ (define-public libskry
|
|||
(copy-recursively "include" include))
|
||||
#t)))))
|
||||
(inputs
|
||||
(list ffmpeg))
|
||||
(list ffmpeg-4))
|
||||
(home-page "https://github.com/GreatAttractor/libskry")
|
||||
(synopsis "Astronimical lucky imaging library")
|
||||
(description
|
||||
|
|
|
@ -603,7 +603,11 @@ (define-public aubio
|
|||
"--enable-samplerate"
|
||||
"--enable-avcodec")))
|
||||
(inputs
|
||||
(list jack-1 libsndfile libsamplerate fftwf ffmpeg)) ; for libavcodec
|
||||
(list jack-1
|
||||
libsndfile
|
||||
libsamplerate
|
||||
ffmpeg-4 ;for libavcodec
|
||||
fftwf))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(home-page "https://aubio.org/")
|
||||
|
@ -4442,7 +4446,7 @@ (define-public bs1770gain
|
|||
,home-page))
|
||||
#t))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list ffmpeg sox))
|
||||
(inputs (list ffmpeg-4 sox))
|
||||
(synopsis "Tool to adjust loudness of media files")
|
||||
(description
|
||||
"BS1770GAIN is a loudness scanner compliant with ITU-R BS.1770 and its
|
||||
|
|
|
@ -547,7 +547,7 @@ (define-public openboard
|
|||
(inputs
|
||||
(list alsa-lib
|
||||
coreutils-minimal ;for patched 'env' shebang
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
freetype
|
||||
lame
|
||||
libass
|
||||
|
|
|
@ -323,7 +323,7 @@ (define-public dolphin-emu
|
|||
bluez
|
||||
curl
|
||||
eudev
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
font-wqy-microhei
|
||||
freetype
|
||||
glew
|
||||
|
@ -1471,7 +1471,7 @@ (define-public retroarch
|
|||
"--disable-builtinminiupnpc")))))))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-4)
|
||||
("freetype" ,freetype)
|
||||
("libxinerama" ,libxinerama)
|
||||
("libxkbcommon" ,libxkbcommon)
|
||||
|
@ -2035,7 +2035,7 @@ (define-public pcsxr
|
|||
(list libcdio
|
||||
sdl2
|
||||
gtk+
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
libxv
|
||||
libarchive
|
||||
pulseaudio))
|
||||
|
@ -2322,7 +2322,7 @@ (define-public ppsspp
|
|||
(native-inputs (list pkg-config python))
|
||||
(inputs (list bash
|
||||
cityhash
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
glew
|
||||
glslang
|
||||
libpng
|
||||
|
|
|
@ -2665,7 +2665,7 @@ (define-public warsow-qfusion
|
|||
`(("alsa-lib" ,alsa-lib)
|
||||
("curl" ,curl)
|
||||
("freetype" ,freetype)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-4)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libogg" ,libogg)
|
||||
("libpng" ,libpng)
|
||||
|
|
|
@ -8478,7 +8478,7 @@ (define-public oshu
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list cairo ffmpeg pango sdl2 sdl2-image))
|
||||
(list cairo ffmpeg-4 pango sdl2 sdl2-image))
|
||||
(home-page "https://github.com/fmang/oshu/")
|
||||
(synopsis "Rhythm game in which you click on circles")
|
||||
(description "@i{oshu!} is a minimalist variant of the @i{osu!} rhythm game,
|
||||
|
@ -9318,7 +9318,7 @@ (define-public hedgewars
|
|||
(string-append "../hedgewars-src-" #$version)
|
||||
(install-file "misc/hedgewars.png" icons))))))))
|
||||
(inputs
|
||||
(list ffmpeg
|
||||
(list ffmpeg-4
|
||||
freeglut
|
||||
ghc-entropy
|
||||
ghc-hslogger
|
||||
|
|
|
@ -100,7 +100,7 @@ (define-public libextractor
|
|||
`(("exiv2" ,exiv2)
|
||||
("bzip2" ,bzip2)
|
||||
("flac" ,flac)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-4)
|
||||
("file" ,file) ;libmagic, for the MIME plug-in
|
||||
("glib" ,glib)
|
||||
("giflib" ,giflib)
|
||||
|
|
|
@ -1308,7 +1308,7 @@ (define-public openscenegraph
|
|||
("jasper" ,jasper)
|
||||
("librsvg" ,librsvg)
|
||||
("libxrandr" ,libxrandr)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-4)
|
||||
("mesa" ,mesa)))
|
||||
(synopsis "High-performance real-time graphics toolkit")
|
||||
(description
|
||||
|
|
|
@ -620,7 +620,7 @@ (define-public opencv
|
|||
(sha256
|
||||
(base32 "0ga0l4ranp1834gxgp487ll1amvmssa02l2nk5ja5w0rx4d8hh26"))))))
|
||||
(inputs
|
||||
(list ffmpeg
|
||||
(list ffmpeg-4
|
||||
gtk+
|
||||
gtkglext
|
||||
hdf5
|
||||
|
@ -925,7 +925,7 @@ (define-public paraview-5.9
|
|||
double-conversion
|
||||
eigen
|
||||
expat
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
freetype
|
||||
gdal
|
||||
gl2ps
|
||||
|
|
|
@ -254,7 +254,7 @@ (define-public julia-ffmpeg-jll
|
|||
;; There's a Julia file for each platform, override them all
|
||||
(find-files "src/wrappers/" "\\.jl$")))))))
|
||||
(inputs
|
||||
(list ffmpeg))
|
||||
(list ffmpeg-4))
|
||||
(propagated-inputs
|
||||
(list julia-jllwrappers
|
||||
julia-bzip2-jll
|
||||
|
|
|
@ -334,7 +334,7 @@ (define-public kid3
|
|||
(native-inputs
|
||||
(list docbook-xsl
|
||||
extra-cmake-modules
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
kdoctools
|
||||
libxslt
|
||||
python-wrapper
|
||||
|
|
|
@ -399,7 +399,7 @@ (define-public kodi
|
|||
("dcadec" ,dcadec)
|
||||
("dbus" ,dbus)
|
||||
("eudev" ,eudev)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-4)
|
||||
("flac" ,flac)
|
||||
("flatbuffers" ,flatbuffers)
|
||||
("fmt" ,fmt-7)
|
||||
|
|
|
@ -645,7 +645,7 @@ (define-public mediastreamer2
|
|||
("bcg729" ,bcg729)
|
||||
("bcmatroska2" ,bcmatroska2)
|
||||
("bctoolbox" ,bctoolbox)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-4)
|
||||
("glew" ,glew)
|
||||
("glu" ,glu)
|
||||
("glx" ,mesa-utils)
|
||||
|
|
|
@ -8991,7 +8991,7 @@ (define-public pipewire
|
|||
(list alsa-lib
|
||||
dbus
|
||||
eudev
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
libva
|
||||
|
@ -9035,6 +9035,7 @@ (define-public pipewire-0.3
|
|||
(modify-inputs (package-native-inputs pipewire)
|
||||
(prepend python-docutils)))
|
||||
(inputs (modify-inputs (package-inputs pipewire)
|
||||
(replace "ffmpeg" ffmpeg)
|
||||
(prepend avahi
|
||||
bluez
|
||||
jack-2
|
||||
|
|
|
@ -643,7 +643,7 @@ (define-public chromaprint
|
|||
(inputs
|
||||
;; requires one of FFmpeg (prefered), FFTW3 or vDSP
|
||||
;; use the same ffmpeg version as for acoustid-fingerprinter
|
||||
(list ffmpeg boost))
|
||||
(list ffmpeg-4 boost))
|
||||
(home-page "https://acoustid.org/chromaprint")
|
||||
(synopsis "Audio fingerprinting library")
|
||||
(description "Chromaprint is a library for calculating audio
|
||||
|
|
|
@ -6806,7 +6806,7 @@ (define-public musikcube
|
|||
(list alsa-lib
|
||||
boost
|
||||
curl
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
lame
|
||||
libev
|
||||
libmicrohttpd
|
||||
|
|
|
@ -2546,7 +2546,7 @@ (define-public qtwebengine-5
|
|||
cups-minimal
|
||||
curl
|
||||
dbus
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
fontconfig
|
||||
harfbuzz
|
||||
icu4c
|
||||
|
|
|
@ -101,7 +101,7 @@ (define-public freerdp
|
|||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("cups" ,cups)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-4)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libusb" ,libusb)
|
||||
("libx11" ,libx11)
|
||||
|
|
|
@ -273,7 +273,7 @@ (define-public transcode
|
|||
python-wrapper))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
freetype
|
||||
imagemagick
|
||||
lame
|
||||
|
@ -450,7 +450,7 @@ (define-public libquicktime
|
|||
(list gettext-minimal doxygen pkg-config))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
gtk+-2
|
||||
lame
|
||||
libdv
|
||||
|
@ -1876,7 +1876,7 @@ (define-public ffmpeg-2.8
|
|||
(format #t "setting LD_LIBRARY_PATH to ~s~%" path)
|
||||
(setenv "LD_LIBRARY_PATH" path)))))))))
|
||||
|
||||
(define-public ffmpeg ffmpeg-4)
|
||||
(define-public ffmpeg ffmpeg-5)
|
||||
|
||||
(define-public ffmpeg-for-stepmania
|
||||
(hidden-package
|
||||
|
@ -1923,7 +1923,7 @@ (define-public ffmpegthumbnailer
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list ffmpeg libjpeg-turbo libpng gvfs))
|
||||
(list ffmpeg-4 libjpeg-turbo libpng gvfs))
|
||||
(arguments
|
||||
`(#:configure-flags (list "-DENABLE_GIO=ON" "-DENABLE_THUMBNAILER=ON")))
|
||||
(home-page "https://github.com/dirkvdb/ffmpegthumbnailer")
|
||||
|
@ -2102,7 +2102,7 @@ (define-public mplayer
|
|||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("cdparanoia" ,cdparanoia)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-4)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("giflib" ,giflib)
|
||||
|
@ -3296,6 +3296,7 @@ (define-public mlt-6
|
|||
,@(package-arguments mlt)))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs mlt)
|
||||
(replace "ffmpeg" ffmpeg-4)
|
||||
(replace "gtk+" gtk+-2)))))
|
||||
|
||||
(define-public v4l-utils
|
||||
|
@ -3409,7 +3410,7 @@ (define-public obs
|
|||
bash-minimal
|
||||
curl
|
||||
eudev
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
fontconfig
|
||||
freetype
|
||||
glib
|
||||
|
@ -3679,7 +3680,7 @@ (define-public simplescreenrecorder
|
|||
;; As a result, they are omitted. Please add them back if problems appear.
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
glu
|
||||
jack-1
|
||||
libxi
|
||||
|
@ -3872,7 +3873,7 @@ (define-public handbrake
|
|||
(inputs
|
||||
`(("bzip2" ,bzip2)
|
||||
("dbus-glib" ,dbus-glib)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("ffmpeg" ,ffmpeg-4)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("glib" ,glib)
|
||||
|
@ -4313,7 +4314,7 @@ (define-public ffms2
|
|||
(inputs
|
||||
(list zlib))
|
||||
(propagated-inputs
|
||||
(list ffmpeg))
|
||||
(list ffmpeg-4))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(synopsis "Cross-platform wrapper around ffmpeg/libav")
|
||||
|
@ -4743,7 +4744,7 @@ (define-public libopenshot
|
|||
(list alsa-lib zlib))
|
||||
(propagated-inputs ;all referenced in installed headers
|
||||
(list cppzmq
|
||||
ffmpeg
|
||||
ffmpeg-4
|
||||
imagemagick
|
||||
jsoncpp
|
||||
libopenshot-audio
|
||||
|
@ -4968,7 +4969,7 @@ (define-public wlstream
|
|||
"01qbcgfl3g9kfwn1jf1z9pdj3bvf5lmg71d1vwkcllc2az24bjqp"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list libdrm pkg-config))
|
||||
(inputs (list ffmpeg pulseaudio wayland wayland-protocols))
|
||||
(inputs (list ffmpeg-4 pulseaudio wayland wayland-protocols))
|
||||
(home-page "https://github.com/atomnuker/wlstream")
|
||||
(synopsis "Screen capture tool for Wayland sessions")
|
||||
(description "Wlstream is a screen capture tool for recording audio and
|
||||
|
|
Loading…
Reference in a new issue