Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/tvheadend: revert minimum required ffmpeg version numbers
@ 2016-04-02 17:17 Bernd Kuhls
  2016-04-18 19:44 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-04-02 17:17 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/e62/e62dd4dbdb4c92bc657936566e73388e76343903/
and many others

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 ...g-revert-minimum-required-version-numbers.patch | 51 ++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 package/tvheadend/0002-ffmpeg-revert-minimum-required-version-numbers.patch

diff --git a/package/tvheadend/0002-ffmpeg-revert-minimum-required-version-numbers.patch b/package/tvheadend/0002-ffmpeg-revert-minimum-required-version-numbers.patch
new file mode 100644
index 0000000..74136fe
--- /dev/null
+++ b/package/tvheadend/0002-ffmpeg-revert-minimum-required-version-numbers.patch
@@ -0,0 +1,51 @@
+From 78a7b7365a67fa2f5394c6b4ca39de01b00416dc Mon Sep 17 00:00:00 2001
+From: Bernd Kuhls <bernd.kuhls@t-online.de>
+Date: Sat, 2 Apr 2016 19:05:52 +0200
+Subject: [PATCH 1/1] ffmpeg: revert minimum required version numbers
+
+This commit reverts the minimum version numbers required by configure to
+the values before
+https://github.com/tvheadend/tvheadend/commit/1359effe28a0381b8c9cbd362d6e144fb87b00fc#diff-e2d5a00791bce9a01f99bc6fd613a39dL486
+in order to allow compilation with older versions of ffmpeg again.
+
+Please note that the previous version numbers of all ffmpeg libs, with
+the exception of libavfilter, are those of ffmpeg 2.0.7:
+https://ffmpeg.org/olddownload.html
+
+Therefore I synced the minimum version number required for libavfilter to
+3.79.101 and not to 4.0.0 as previous in tvheadend's configure script.
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+[Patch sent upstream: https://github.com/tvheadend/tvheadend/pull/838]
+---
+ configure | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/configure b/configure
+index be3d2e2..2ffd280 100755
+--- a/configure
++++ b/configure
+@@ -512,13 +512,13 @@ else
+   if enabled_or_auto libav; then
+     has_libav=true
+ 
+-    check_pkg libavfilter   ">=6.31.100"  || has_libav=false
+-    check_pkg libswresample ">=2.0.101"   || has_libav=false
+-    check_pkg libavresample ">=3.0.0"     || has_libav=false
+-    check_pkg libswscale    ">=4.0.100"   || has_libav=false
+-    check_pkg libavformat   ">=57.25.100" || has_libav=false
+-    check_pkg libavcodec    ">=57.24.102" || has_libav=false
+-    check_pkg libavutil     ">=55.17.103" || has_libav=false
++    check_pkg libavfilter   ">=3.79.101"  || has_libav=false
++    check_pkg libswresample ">=0.17.102"   || has_libav=false
++    check_pkg libavresample ">=1.1.0"     || has_libav=false
++    check_pkg libswscale    ">=2.3.100"   || has_libav=false
++    check_pkg libavformat   ">=55.12.100" || has_libav=false
++    check_pkg libavcodec    ">=55.18.102" || has_libav=false
++    check_pkg libavutil     ">=52.38.100" || has_libav=false
+ 
+     if $has_libav; then
+       enable libav
+-- 
+2.8.0.rc3
+
-- 
2.8.0.rc3

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

* [Buildroot] [PATCH 1/1] package/tvheadend: revert minimum required ffmpeg version numbers
  2016-04-02 17:17 [Buildroot] [PATCH 1/1] package/tvheadend: revert minimum required ffmpeg version numbers Bernd Kuhls
@ 2016-04-18 19:44 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-04-18 19:44 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  2 Apr 2016 19:17:29 +0200, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/e62/e62dd4dbdb4c92bc657936566e73388e76343903/
> and many others
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  ...g-revert-minimum-required-version-numbers.patch | 51 ++++++++++++++++++++++
>  1 file changed, 51 insertions(+)
>  create mode 100644 package/tvheadend/0002-ffmpeg-revert-minimum-required-version-numbers.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-04-18 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-02 17:17 [Buildroot] [PATCH 1/1] package/tvheadend: revert minimum required ffmpeg version numbers Bernd Kuhls
2016-04-18 19:44 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox