unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* update ffmpeg to 2.8
@ 2015-09-10  7:49 Efraim Flashner
  2015-09-10 12:24 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Efraim Flashner @ 2015-09-10  7:49 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 376 bytes --]

Updating ffmpeg to 2.8.

removed bzip2 from native-inputs since I changed the downloaded tarball
from .bz2 to .xz, and I changed the url to the https version.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-ffmpeg-Update-to-2.8.patch --]
[-- Type: text/x-patch, Size: 1601 bytes --]

From 47b8338cddc95d9314c6f4e8646b4deba2c9e26c Mon Sep 17 00:00:00 2001
From: Efraim Flashner <efraim@flashner.co.il>
Date: Thu, 10 Sep 2015 10:44:25 +0300
Subject: [PATCH] gnu: ffmpeg: Update to 2.8.

* gnu/packages/video.scm (ffmpeg): Update to 2.8.
---
 gnu/packages/video.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index efa0a60..a4e90ac 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -370,14 +370,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 "2.7.2")
+    (version "2.8")
     (source (origin
              (method url-fetch)
-             (uri (string-append "http://www.ffmpeg.org/releases/ffmpeg-"
-                                 version ".tar.bz2"))
+             (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
+                                 version ".tar.xz"))
              (sha256
               (base32
-               "1wlygd0jp34dk4qagi4h9psn4yk8zgyj7zy9lrpm5332mm87bsvw"))))
+               "10l1iwc01k1algk2v4vzsrahdvqjmjfi3qazm2cwism0d8hsfg4r"))))
     (build-system gnu-build-system)
     (inputs
      `(("fontconfig" ,fontconfig)
@@ -403,7 +403,6 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
        ("zlib", zlib)))
     (native-inputs
      `(("bc" ,bc)
-       ("bzip2" ,bzip2)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
        ("texinfo" ,texinfo)
-- 
2.5.1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: update ffmpeg to 2.8
  2015-09-10  7:49 update ffmpeg to 2.8 Efraim Flashner
@ 2015-09-10 12:24 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-09-10 12:24 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: guix-devel

Efraim Flashner <efraim@flashner.co.il> skribis:

> Updating ffmpeg to 2.8.
>
> removed bzip2 from native-inputs since I changed the downloaded tarball
> from .bz2 to .xz, and I changed the url to the https version.

In fact bzip2, gzip, and xz are implicit inputs already, so I don’t know
why bzip2 was part of ‘native-inputs’; most likely it was unnecessary.

> From 47b8338cddc95d9314c6f4e8646b4deba2c9e26c Mon Sep 17 00:00:00 2001
> From: Efraim Flashner <efraim@flashner.co.il>
> Date: Thu, 10 Sep 2015 10:44:25 +0300
> Subject: [PATCH] gnu: ffmpeg: Update to 2.8.
>
> * gnu/packages/video.scm (ffmpeg): Update to 2.8.

Pushed, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-10 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-10  7:49 update ffmpeg to 2.8 Efraim Flashner
2015-09-10 12:24 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).