From patchwork Sat Dec 20 09:32:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 423042 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id B39771400D2 for ; Sat, 20 Dec 2014 20:57:27 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9032A33B09; Sat, 20 Dec 2014 09:57:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KR3hyZlY0IG9; Sat, 20 Dec 2014 09:57:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 688FA33ACC; Sat, 20 Dec 2014 09:57:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 53A5A1C2B47 for ; Sat, 20 Dec 2014 09:57:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4E25433ACC for ; Sat, 20 Dec 2014 09:57:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oYxhMd8zlIo4 for ; Sat, 20 Dec 2014 09:57:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by silver.osuosl.org (Postfix) with ESMTPS id AF0F333584 for ; Sat, 20 Dec 2014 09:57:22 +0000 (UTC) Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout12.t-online.de (Postfix) with SMTP id A76342A538A for ; Sat, 20 Dec 2014 10:57:19 +0100 (CET) Received: from fli4l.lan.fli4l (Z6udEOZDQh50Qiih-VOzWj8XC+4hqrkBSZmS2oqNwYEapOuNoe0MWMQW1Hgor8CZzc@[87.146.209.35]) by fwd38.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1Y2Gml-3y2N5U0; Sat, 20 Dec 2014 10:57:19 +0100 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:33721) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85_RC3) (envelope-from ) id 1Y2GOy-0002er-8c; Sat, 20 Dec 2014 10:32:44 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 20 Dec 2014 10:32:52 +0100 Message-Id: <1419067972-7731-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: Z6udEOZDQh50Qiih-VOzWj8XC+4hqrkBSZmS2oqNwYEapOuNoe0MWMQW1Hgor8CZzc X-TOI-MSGID: 2f8a1fe1-1cca-499f-b9cd-96dd58ecdddf Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 2.5.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/ffmpeg/ffmpeg.hash | 2 +- package/ffmpeg/ffmpeg.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ffmpeg/ffmpeg.hash b/package/ffmpeg/ffmpeg.hash index b45d375..d0949e8 100644 --- a/package/ffmpeg/ffmpeg.hash +++ b/package/ffmpeg/ffmpeg.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 148cfd694b60245f9116f5932f3f60bb6dba47bcfef395cdda7a7d8ed48d57ac ffmpeg-2.5.tar.bz2 +sha256 03cf50b2f9109548e466f144c960b37031ffc1b9fab96382b4b26b7607c7ef52 ffmpeg-2.5.1.tar.bz2 diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk index 3262115..0e6653d 100644 --- a/package/ffmpeg/ffmpeg.mk +++ b/package/ffmpeg/ffmpeg.mk @@ -4,7 +4,7 @@ # ################################################################################ -FFMPEG_VERSION = 2.5 +FFMPEG_VERSION = 2.5.1 FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.bz2 FFMPEG_SITE = http://ffmpeg.org/releases FFMPEG_INSTALL_STAGING = YES