From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernd Kuhls Date: Sun, 19 Feb 2017 09:43:22 +0100 Subject: [Buildroot] [PATCH v3 01/38] package/libdvdcss: add Kodi-specific patches References: <20170205212408.GC3562@free.fr> <20170209232937.2a071f11@free-electrons.com> <20170212135110.61e55c66@free-electrons.com> <20170217185434.GB3470@free.fr> <20170217215231.GD3470@free.fr> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Am Fri, 17 Feb 2017 22:52:31 +0100 schrieb Yann E. MORIN: > If the patched version are still compatible with the unpatched version > (i.e. it offers a superset of the API), then that could probably be > acceptable (and thus forget about that case in my previous table). Hi, I tried to patch the existing buildroot libdvd* packages with the Kodi- specific stuff and did a successful runtime test, building static libs is not necessary anymore with the CMake build system :) You can find the current patch series here as RFC: https://github.com/bkuhls/buildroot/commits/kodi_cmake_libdvd Please note that I am using HEAD of the Krypton branch because one of my patches needed for cross-compiling already got merged upstream, the iconv one is pending. Regards, Bernd