Package Details: linuxtv-dvb-apps 1505-6

Git Clone URL: https://aur.archlinux.org/linuxtv-dvb-apps.git (read-only, click to copy)
Package Base: linuxtv-dvb-apps
Description: Linux DVB API applications and utilities
Upstream URL: https://www.linuxtv.org
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Submitter: Barthalion
Maintainer: xiota
Last Packager: xiota
Votes: 20
Popularity: 0.22
First Submitted: 2018-01-06 20:58 (UTC)
Last Updated: 2024-07-23 11:53 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

dienavarrete commented on 2022-11-08 16:31 (UTC) (edited on 2022-11-08 16:32 (UTC) by dienavarrete)

Change sum verification to this:

´´´ sha256sums=('SKIP' '4460c9c8f4474fcc776b8d02d1c527584a81dbc84b69db9ed9a8b43ca24d49c5' 'ea5915194b00b7275eaac6902f9a4aa07a61c17e14010b9ea453c0e53c57612a' 'f9793b4e490f43e1cefbb94f44db3d8799c5a6ca51168cb7e79a518e3efbb7ad' '14fb895da6c7f5e2623b5de758ac91cc25bb6c6709848eecd569b80713c58f55') ´´´

kanehekili commented on 2020-01-06 20:43 (UTC)

Does not work on armv7 platform (compiles, but czap can't connect to frontend0). Found an old Version: linuxtv-dvb-apps 1504-1, which runs flawless. Kernel is 5.3.1-2

blitztide commented on 2018-12-04 16:22 (UTC)

DVB scantables were removed upstream in the linuxtv.org/hg/dvb-apps repository, they have moved twice since then and are currently located at: https://gitlab.com/olliver/dtv-scan-tables

these are required for the original scan configs

Kaeltis commented on 2018-01-07 21:21 (UTC) (edited on 2018-01-07 21:44 (UTC) by Kaeltis)

CA_SET_PID got removed from Kernel 4.14 (https://github.com/torvalds/linux/commit/833ff5e7feda1a042b83e82208cef3d212ca0ef1), this breaks compilation of this package.

A hacky fix is adding https://github.com/braice/MuMuDVB/commit/596f7dbebd2590f7e77cf755af46952f340ddb97 to the beginning of dvb-apps/util/dst-utils/dst_test.c

Also, Perl complains "Can't locate atsc_psip_section.pl in @INC", this is fixed by adding "./" in front of "atsc_psip_section.pl" in dvb-apps/util/scan/Makefile

Here's a patch: https://gist.github.com/Kaeltis/d87dc76fc604f8b3373231dcd2d76568