All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.4.1
@ 2021-10-26 16:59 Bernd Kuhls
  2021-10-26 16:59 ` [Buildroot] [PATCH 1/1] [PATCH-2021.02.x] package/ffmpeg: bump version to 4.3.3 Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bernd Kuhls @ 2021-10-26 16:59 UTC (permalink / raw)
  To: buildroot; +Cc: Mahyar Koshkouei

Changelog:
http://git.videolan.org/?p=ffmpeg.git;a=blob;f=Changelog;hb=refs/heads/release/4.4

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
This patch can also be applied to branch 2021.08.x.

 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 d841afd625..abb397f872 100644
--- a/package/ffmpeg/ffmpeg.hash
+++ b/package/ffmpeg/ffmpeg.hash
@@ -1,5 +1,5 @@
 # Locally calculated
-sha256  06b10a183ce5371f915c6bb15b7b1fffbe046e8275099c96affc29e17645d909  ffmpeg-4.4.tar.xz
+sha256  eadbad9e9ab30b25f5520fbfde99fae4a92a1ae3c0257a8d68569a4651e30e02  ffmpeg-4.4.1.tar.xz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING.GPLv2
 sha256  b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe  COPYING.LGPLv2.1
 sha256  cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2  LICENSE.md
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index b3ce4c0656..5a79faed47 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FFMPEG_VERSION = 4.4
+FFMPEG_VERSION = 4.4.1
 FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.xz
 FFMPEG_SITE = http://ffmpeg.org/releases
 FFMPEG_INSTALL_STAGING = YES
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] [PATCH-2021.02.x] package/ffmpeg: bump version to 4.3.3
  2021-10-26 16:59 [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.4.1 Bernd Kuhls
@ 2021-10-26 16:59 ` Bernd Kuhls
  2021-10-26 18:38   ` Peter Korsgaard
  2021-10-26 18:37 ` [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.4.1 Peter Korsgaard
  2021-10-27 10:06 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2021-10-26 16:59 UTC (permalink / raw)
  To: buildroot; +Cc: Mahyar Koshkouei

Changelog:
http://git.videolan.org/?p=ffmpeg.git;a=blob;f=Changelog;hb=refs/heads/release/4.3

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 81dc0d3e6b..7066f0a8c8 100644
--- a/package/ffmpeg/ffmpeg.hash
+++ b/package/ffmpeg/ffmpeg.hash
@@ -1,5 +1,5 @@
 # Locally calculated
-sha256  46e4e64f1dd0233cbc0934b9f1c0da676008cad34725113fb7f802cfa84ccddb  ffmpeg-4.3.2.tar.xz
+sha256  9f0a68fbd74feb4e50dc220bddd59d84626774a53687fb737806ae00e5c6e9e6  ffmpeg-4.3.3.tar.xz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING.GPLv2
 sha256  b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe  COPYING.LGPLv2.1
 sha256  cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2  LICENSE.md
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index 9b79dff48e..2e25f548dd 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FFMPEG_VERSION = 4.3.2
+FFMPEG_VERSION = 4.3.3
 FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.xz
 FFMPEG_SITE = http://ffmpeg.org/releases
 FFMPEG_INSTALL_STAGING = YES
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.4.1
  2021-10-26 16:59 [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.4.1 Bernd Kuhls
  2021-10-26 16:59 ` [Buildroot] [PATCH 1/1] [PATCH-2021.02.x] package/ffmpeg: bump version to 4.3.3 Bernd Kuhls
@ 2021-10-26 18:37 ` Peter Korsgaard
  2021-10-27 10:06 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-10-26 18:37 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Mahyar Koshkouei, buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Changelog:
 > http://git.videolan.org/?p=ffmpeg.git;a=blob;f=Changelog;hb=refs/heads/release/4.4

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 > This patch can also be applied to branch 2021.08.x.

Committed, thanks.

I'll apply it to 2021.08.x as well when I resync that with master.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] [PATCH-2021.02.x] package/ffmpeg: bump version to 4.3.3
  2021-10-26 16:59 ` [Buildroot] [PATCH 1/1] [PATCH-2021.02.x] package/ffmpeg: bump version to 4.3.3 Bernd Kuhls
@ 2021-10-26 18:38   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-10-26 18:38 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Mahyar Koshkouei, buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Changelog:
 > http://git.videolan.org/?p=ffmpeg.git;a=blob;f=Changelog;hb=refs/heads/release/4.3

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.4.1
  2021-10-26 16:59 [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.4.1 Bernd Kuhls
  2021-10-26 16:59 ` [Buildroot] [PATCH 1/1] [PATCH-2021.02.x] package/ffmpeg: bump version to 4.3.3 Bernd Kuhls
  2021-10-26 18:37 ` [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.4.1 Peter Korsgaard
@ 2021-10-27 10:06 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2021-10-27 10:06 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Mahyar Koshkouei, buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Changelog:
 > http://git.videolan.org/?p=ffmpeg.git;a=blob;f=Changelog;hb=refs/heads/release/4.4

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 > This patch can also be applied to branch 2021.08.x.

Committed to 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-10-27 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 16:59 [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.4.1 Bernd Kuhls
2021-10-26 16:59 ` [Buildroot] [PATCH 1/1] [PATCH-2021.02.x] package/ffmpeg: bump version to 4.3.3 Bernd Kuhls
2021-10-26 18:38   ` Peter Korsgaard
2021-10-26 18:37 ` [Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 4.4.1 Peter Korsgaard
2021-10-27 10:06 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.