gnu: Use ffmpeg@3.4 in packages not ready for 4.0.
* gnu/packages/cdrom.scm (dvdstyler)[inputs]: Change FFMPEG with FFMPEG-3.4. * gnu/packages/video.scm (mlt, motion, simplescreenrecorder)[inputs]: Likewise. * gnu/packages/music.scm (moc, pianobar)[inputs]: Likewise.
This commit is contained in:
parent
0b909ab6bb
commit
bb5c508c12
|
@ -392,7 +392,7 @@ capacity is user-selectable.")
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("libexif" ,libexif)
|
("libexif" ,libexif)
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
("ffmpeg" ,ffmpeg)))
|
("ffmpeg" ,ffmpeg-3.4)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
|
|
|
@ -2391,7 +2391,7 @@ tune-in sender list from @url{http://opml.radiotime.com}.")
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("libgcrypt" ,libgcrypt)
|
("libgcrypt" ,libgcrypt)
|
||||||
("json-c" ,json-c)
|
("json-c" ,json-c)
|
||||||
("ffmpeg" ,ffmpeg)))
|
("ffmpeg" ,ffmpeg-3.4)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://6xq.net/projects/pianobar/")
|
(home-page "http://6xq.net/projects/pianobar/")
|
||||||
|
@ -2792,7 +2792,7 @@ available memory.")
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("faad2" ,faad2)
|
("faad2" ,faad2)
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg-3.4)
|
||||||
("file" ,file)
|
("file" ,file)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("libid3tag" ,libid3tag)
|
("libid3tag" ,libid3tag)
|
||||||
|
|
|
@ -1847,7 +1847,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg-3.4)
|
||||||
("fftw" ,fftw)
|
("fftw" ,fftw)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
|
@ -2082,7 +2082,7 @@ making @dfn{screencasts}.")
|
||||||
;; As a result, they are omitted. Please add them back if problems appear.
|
;; As a result, they are omitted. Please add them back if problems appear.
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg-3.4)
|
||||||
("glu" ,glu)
|
("glu" ,glu)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("libxi" ,libxi)
|
("libxi" ,libxi)
|
||||||
|
@ -2794,7 +2794,7 @@ It counts more than 100 plugins.")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libjpeg" ,libjpeg)
|
`(("libjpeg" ,libjpeg)
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg-3.4)
|
||||||
("sqlite" ,sqlite)))
|
("sqlite" ,sqlite)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue