aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tvheadend/patches
Commit message (Collapse)AuthorAge
* tvheadend: update to 2023-06-05Marius Dinu2023-06-22
| | | | | | Update to git master 2023-06-05 and removed unneeded compatibility patch. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* tvheadend: update to git master 2021-11-16, package cleanup, more optionsMarius Dinu2021-12-07
| | | | | | | | | | | | | | | | | | | | | | Changes: - Update to tvheadend git master branch, commit 2efe90cdcf74fdc4179692d283cf46c85e1cf681 dated 2021-11-16 - Removed patches that are not needed anymore. - Add patch to ignore a ICONV test that runs at tvheadned startup. This test fails without "full language support" in OpenWrt, but tvheadend appears to run fine anyway. - Descrambling needs libdvbcsa, a BUILD_PATENTED package. Control Word clients now depend on descrambling. - Added options: - CCCAM client - RegEx library choice: POSIX (internal) / libpcre (more compatible) / libpcre2 - Optimize for speed (-O3, LTO) - FFMPEG is working again. Added options for transcoding, but commented-out. If anyone needs this, just uncomment, make menuconfig and build. - Sort everything in a more logical order Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* tvheadend: add patch to update hdhomerunJosef Schlehofer2021-10-19
| | | | | | | | | Tarball with libhdhomerun_20171221 [1] was removed from upstream repository and as it can not be found. [1] http://download.silicondust.com/hdhomerun/libhdhomerun_20171221.tgz Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* tvheadend: update to v4.2.8, remove static ffmpegMarius Dinu2021-08-17
| | | | | | | | | - refresh patches - add missing dependency: libffi Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro> [edited commit message and the maintainer line]
* tvheadend: fix compilation with GCC 9 and 10Rosen Penev2021-06-24
| | | | | | | Without this, compilation fails because of a fortify-source header. There's something defining and undefining _GNU_SOURCE somewhere. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* tvheadend: fix compilation with GCC 10Rosen Penev2020-08-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tvheadend: Fix compilation on GCC8Rosen Penev2019-05-01
| | | | | | | New string warnings were introduced. Adding -Wno-error to TARGET_CFLAGS does not work so patch it out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tvheadend: Fix compilation without deprecated OpenSSL 1.0.2 APIsRosen Penev2019-01-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tvheadend: Fix compilation without OpenSSL deprecated APIsRosen Penev2018-11-25
Also switched to codeload for Makefile simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>