aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-05-09 12:02:49 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-05-09 13:43:46 +0300
commit702bfbf1eea724b49cc02ccb0111ed637acb1144 (patch)
tree69d769fe69027d30d682524519b4cbb8578d03ed /gnu/packages
parentcdda334ec2fcdd5946ba60853b7312283bf89712 (diff)
downloadguix-702bfbf1eea724b49cc02ccb0111ed637acb1144.tar.gz
guix-702bfbf1eea724b49cc02ccb0111ed637acb1144.zip
gnu: ffmpeg: Update to 3.0.2.
* gnu/packages/video.scm (ffmpeg): Update to 3.0.2. [home-page]: Use https.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/video.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a5b160e8b1..6fe9932d0a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -373,14 +373,14 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
(define-public ffmpeg
(package
(name "ffmpeg")
- (version "3.0")
+ (version "3.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
version ".tar.xz"))
(sha256
(base32
- "0w74b165l4ry4y72f4xmgd357pvbc7yr61y313v3ai6787p2rwqj"))))
+ "08sjp4dxgcinmv9ly7nm24swmn2cnbbhvph44ihlplf4n33kr542"))))
(build-system gnu-build-system)
(inputs
`(("fontconfig" ,fontconfig)
@@ -529,7 +529,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
(format #t "setting LD_LIBRARY_PATH to ~s~%" path)
(setenv "LD_LIBRARY_PATH" path)
#t))))))
- (home-page "http://www.ffmpeg.org/")
+ (home-page "https://www.ffmpeg.org/")
(synopsis "Audio and video framework")
(description "FFmpeg is a complete, cross-platform solution to record,
convert and stream audio and video. It includes the libavcodec
u: Use 'search-input-file' when looking for executables....Ludovic Courtès 2021-07-21gnu: biber: Update to 2.16....Nathan Benedetto Proença 2021-07-21gnu: perl-text-bibtex: Update to 0.88....Nathan Benedetto Proença 2021-07-21gnu: TeX Live: Update texlive-latex-pdftexcmds...Thiago Jung Bauermann 2021-07-21gnu: TeX Live: Add new dependency to texlive-latex-xkeyval...Thiago Jung Bauermann 2021-07-21gnu: TeX Live: Add texlive-latex-l3backend...Thiago Jung Bauermann 2021-07-21gnu: TeX Live: Update to TeX Live 2021...Thiago Jung Bauermann 2021-07-21gnu: TeX Live: Use IniTeX to build a couple of packages...Thiago Jung Bauermann 2021-07-18gnu: texlive-union: Export and formally deprecate....Ludovic Courtès 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-15gnu: Add texlive-libkpathsea....Leo Prikler 2021-07-10gnu: Add texlive-preprint....Julien Lepiller 2021-07-09gnu: Add bibtool....Ivan Gankevich 2021-07-06gnu: Disable more LuaJIT components on powerpc64le systems....Chris Marusich 2021-07-05gnu: texlive: Fix Texinfo markup in descriptions....Ludovic Courtès 2021-06-26gnu: Add texlive-latex-ebproof....Xinglu Chen 2021-06-19Merge branch 'master' into core-updates...Marius Bakke