* [Buildroot] [PATCH/next 1/2] package/ffmpeg: bump version to 3.2.1
@ 2016-11-27 10:40 Bernd Kuhls
2016-11-27 10:40 ` [Buildroot] [PATCH/next 2/2] package/libdrm: bump version to 2.4.73 Bernd Kuhls
2016-11-27 21:28 ` [Buildroot] [PATCH/next 1/2] package/ffmpeg: bump version to 3.2.1 Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2016-11-27 10:40 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
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 541f421..aa9f0f7 100644
--- a/package/ffmpeg/ffmpeg.hash
+++ b/package/ffmpeg/ffmpeg.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 88f70c1b8cab108f494ecbab5ba302cdb35d59a84cea88008b5fe49be068d5da ffmpeg-3.2.tar.xz
+sha256 1ecf93da5d601e6fb3096c65cbe33fdaf042d690a3c50c4efadb0a9b74f2badf ffmpeg-3.2.1.tar.xz
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index de6d841..699de2a 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FFMPEG_VERSION = 3.2
+FFMPEG_VERSION = 3.2.1
FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.xz
FFMPEG_SITE = http://ffmpeg.org/releases
FFMPEG_INSTALL_STAGING = YES
--
2.10.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH/next 2/2] package/libdrm: bump version to 2.4.73
2016-11-27 10:40 [Buildroot] [PATCH/next 1/2] package/ffmpeg: bump version to 3.2.1 Bernd Kuhls
@ 2016-11-27 10:40 ` Bernd Kuhls
2016-11-27 21:28 ` [Buildroot] [PATCH/next 1/2] package/ffmpeg: bump version to 3.2.1 Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2016-11-27 10:40 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libdrm/libdrm.hash | 4 ++--
package/libdrm/libdrm.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libdrm/libdrm.hash b/package/libdrm/libdrm.hash
index bda054e..3131705 100644
--- a/package/libdrm/libdrm.hash
+++ b/package/libdrm/libdrm.hash
@@ -1,2 +1,2 @@
-# From https://lists.freedesktop.org/archives/dri-devel/2016-October/119998.html
-sha256 c66287ddeee5f46ea8f8880b94b80acb3bbc33ba6321d17767eef145046df9b8 libdrm-2.4.71.tar.bz2
+# From https://lists.freedesktop.org/archives/dri-devel/2016-November/123704.html
+sha256 96bfd39242fe168017d95f22e141645a35591f5902a7d98c2fa4ca8c31df5e4d libdrm-2.4.73.tar.bz2
diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index cce5023..b4e1aad 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBDRM_VERSION = 2.4.71
+LIBDRM_VERSION = 2.4.73
LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.bz2
LIBDRM_SITE = http://dri.freedesktop.org/libdrm
LIBDRM_LICENSE = MIT
--
2.10.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH/next 1/2] package/ffmpeg: bump version to 3.2.1
2016-11-27 10:40 [Buildroot] [PATCH/next 1/2] package/ffmpeg: bump version to 3.2.1 Bernd Kuhls
2016-11-27 10:40 ` [Buildroot] [PATCH/next 2/2] package/libdrm: bump version to 2.4.73 Bernd Kuhls
@ 2016-11-27 21:28 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-11-27 21:28 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 27 Nov 2016 11:40:22 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/ffmpeg/ffmpeg.hash | 2 +-
> package/ffmpeg/ffmpeg.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Both patches applied to next, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-27 21:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-27 10:40 [Buildroot] [PATCH/next 1/2] package/ffmpeg: bump version to 3.2.1 Bernd Kuhls
2016-11-27 10:40 ` [Buildroot] [PATCH/next 2/2] package/libdrm: bump version to 2.4.73 Bernd Kuhls
2016-11-27 21:28 ` [Buildroot] [PATCH/next 1/2] package/ffmpeg: bump version to 3.2.1 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox