From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next 06/54] package/kodi: bump version to 19.0-Matrix
Date: Sat, 20 Feb 2021 12:00:51 +0100 [thread overview]
Message-ID: <20210220110051.GJ2276@scaer> (raw)
In-Reply-To: <20210220085913.888324-7-bernd.kuhls@t-online.de>
Bernd, All,
Here's a very quick, very superficial, and very incomplete review...
On 2021-02-20 09:58 +0100, Bernd Kuhls spake thusly:
> Rebased patch 0001.
>
> Removed patch 0002, not needed anymore due to use of system ffmpeg
> package.
>
> Added patch 0002 which fixes an issue with wayland detection.
>
> Added patch 0003 to fix build with gcc-4.9, gcc-4.8 stays broken.
>
> Switch from python2 to python3, reworked dependencies.
Yeah, at long last! Woot! :-)
> diff --git a/package/kodi/0001-kodi-config.cmake-use-CMAKE_FIND_ROOT_PATH-to-fix-cr.patch b/package/kodi/0001-kodi-config.cmake-use-CMAKE_FIND_ROOT_PATH-to-fix-cr.patch
> index 5abb77e777..cbfb97e4f3 100644
> --- a/package/kodi/0001-kodi-config.cmake-use-CMAKE_FIND_ROOT_PATH-to-fix-cr.patch
> +++ b/package/kodi/0001-kodi-config.cmake-use-CMAKE_FIND_ROOT_PATH-to-fix-cr.patch
> @@ -8,18 +8,21 @@ When cross-compiling, the location at build time of the libraries is
> not the same as the one at run-time. The CMAKE_FIND_ROOT_PATH variable
> is here to handle this difference, so use it in kodi-config.cmake.
>
> +Upstream status: Rejected (PR 17616)
It's not that they rejeted it: they even applied it nitially. However,
it breaks the build, so they reverted it. So, stating "rejected
upstream" is misleading.
So, it would be nice that we eventualyl get a patch that is
upstreamable...
[--SNIP--]
> diff --git a/package/kodi/0002-Revert-cmake-FindWaylandpp-bail-out-if-we-cannot-fin.patch b/package/kodi/0002-Revert-cmake-FindWaylandpp-bail-out-if-we-cannot-fin.patch
> new file mode 100644
> index 0000000000..0482d60d12
> --- /dev/null
> +++ b/package/kodi/0002-Revert-cmake-FindWaylandpp-bail-out-if-we-cannot-fin.patch
> @@ -0,0 +1,41 @@
> +From 99bc697c3849f3a093fcf6673f48d0ea3eeb3bf0 Mon Sep 17 00:00:00 2001
> +From: Bernd Kuhls <bernd.kuhls@t-online.de>
> +Date: Sun, 1 Nov 2020 18:05:00 +0100
> +Subject: [PATCH] Revert "[cmake] FindWaylandpp: bail out if we cannot find
> + waylandpp via pkg-config"
> +
> +This reverts commit 767ff84dd222ff19996889942abf239d93fd940b.
Why? Please be mopre explicit: we'll have to maintain that patch, so we
must now what breaks and why.
[--SNIP--]
> +ifeq ($(BR2_PACKAGE_LIBUDFREAD),y)
> +KODI_DEPENDENCIES += libudfread
> +endif
There's no configure option to drive this feature?
At least, I think we should unconditionally disable using the internal
copy, as it will be downloaded at build time: -DENABLE_INTERNAL_UDFREAD=OFF
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2021-02-20 11:00 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-20 8:58 [Buildroot] [PATCH/next 00/54] package/kodi: bump version to 19.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 01/54] package/kodi: remove dependency to libsamplerate Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 02/54] package/kodi-inputstream-adaptive: update project URL Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 03/54] package/kodi-screensaver-crystalmorph: remove package Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 04/54] package/libcec: bump version to 6.0.2 Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 05/54] package/libplatform: bump version Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 06/54] package/kodi: bump version to 19.0-Matrix Bernd Kuhls
2021-02-20 11:00 ` Yann E. MORIN [this message]
2021-02-20 21:44 ` Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 07/54] package/kodi-audiodecoder-*: mass version bump Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 08/54] package/kodi-audioencoder-*: " Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 09/54] package/kodi-inputstream-adaptive: bump version to 2.6.7-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 10/54] package/kodi-inputstream-ffmpegdirect: new package Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 11/54] package/kodi-inputstream-rtmp: bump version to 3.4.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 12/54] package/kodi-peripheral-joystick: bump version to 1.7.1-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 13/54] package/kodi-peripheral-xarcade: bump version to 1.2.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 14/54] package/kodi-pvr-argustv: bump version to 7.1.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 15/54] package/kodi-pvr-dvblink: bump version to 9.1.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 16/54] package/kodi-pvr-dvbviewer: bump version to 7.2.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 17/54] package/kodi-pvr-filmon: bump version to 6.1.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 18/54] package/kodi-pvr-hdhomerun: bump version to 7.1.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 19/54] package/kodi-pvr-hts: bump version to 8.2.1-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 20/54] package/kodi-pvr-iptvsimple: bump version to 7.4.2-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 21/54] package/kodi-pvr-mediaportal-tvserver: bump version to 8.1.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 22/54] package/kodi-pvr-mythtv: bump version to 7.3.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 23/54] package/kodi-pvr-nextpvr: bump version to 8.2.1-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 24/54] package/kodi-pvr-njoy: bump version to 7.1.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 25/54] package/kodi-pvr-octonet: bump version to 4.1.0-2-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 26/54] package/kodi-pvr-pctv: bump version to 6.1.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 27/54] package/kodi-pvr-stalker: bump version to 7.1.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 28/54] package/kodi-pvr-vbox: bump version to 8.1.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 29/54] package/kodi-pvr-vdr-vnsi: bump version to 8.2.1-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 30/54] package/kodi-pvr-vuplus: bump version to 7.3.2-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 31/54] package/kodi-pvr-wmc: bump version to 6.1.1-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 32/54] package/kodi-pvr-zattoo: bump version to 19.7.2-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 33/54] package/kodi-screensaver-asteroids: bump version to 2.6.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 34/54] package/kodi-screensaver-asterwave: bump version to 3.3.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 35/54] package/kodi-screensaver-biogenesis: bump version to 2.5.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 36/54] package/kodi-screensaver-cpblobs: bump version to 3.4.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 37/54] package/kodi-screensaver-greynetic: bump version to 2.5.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 38/54] package/kodi-screensaver-matrixtrails: bump version to 2.6.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 39/54] package/kodi-screensaver-pingpong: bump version to 2.4.0-Matrix Bernd Kuhls
2021-02-20 8:58 ` [Buildroot] [PATCH/next 40/54] package/kodi-screensaver-pyro: bump version to 3.3.0-Matrix Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 41/54] package/kodi-screensaver-rsxs: bump version Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 42/54] package/kodi-screensaver-stars: bump version to 2.4.0-Matrix Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 43/54] package/kodi-skin-confluence: bump version Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 44/54] package/kodi-vfs-libarchive: new package Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 45/54] package/kodi-vfs-rar: bump version to 4.0.0-Matrix Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 46/54] package/kodi-vfs-sftp: bump version to 2.0.0-Matrix Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 47/54] package/kodi-visualisation-fishbmc: bump version to 6.3.0-Matrix Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 48/54] package/kodi-visualisation-goom: bump version 3.4.0-Matrix Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 49/54] package/kodi-visualisation-shadertoy: bump version to 2.3.0-Matrix Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 50/54] package/kodi-visualisation-spectrum: bump version to 3.4.0-Matrix Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 51/54] package/kodi-visualisation-starburst: bump version to 2.4.0-Matrix Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 52/54] package/kodi-visualisation-waveform: bump version to 4.4.0-Matrix Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 53/54] package/kodi-visualisation-matrix: new package Bernd Kuhls
2021-02-20 8:59 ` [Buildroot] [PATCH/next 54/54] package/kodi-platform: remove package Bernd Kuhls
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210220110051.GJ2276@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox