Search Criteria
Package Details: linuxtv-dvb-apps 1505-2
Package Actions
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 |
Submitter: | Barthalion |
Maintainer: | M-Reimer |
Last Packager: | M-Reimer |
Votes: | 16 |
Popularity: | 0.008465 |
First Submitted: | 2018-01-06 20:58 (UTC) |
Last Updated: | 2020-03-14 09:39 (UTC) |
Dependencies (3)
- glibc (glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-widevine, glibc-linux4)
- mercurial (mercurial-hg, mercurial-stable-hg) (make)
- dtv-scan-tables-git (optional) – initial tuning data necessary for scanning utils
Required by (5)
- me-tv-bzr (optional)
- minisatip
- tbs-dvb-drivers (optional)
- xt7-player-mpv (optional)
- xt7-player-mpv-git (optional)
Sources (5)
- hg+https://linuxtv.org/hg/dvb-apps/#revision=3d43b280298c39a67d1d889e01e173f52c12da35
- https://git.busybox.net/buildroot/plain/package/dvb-apps/0003-handle-static-shared-only-build.patch
- https://git.busybox.net/buildroot/plain/package/dvb-apps/0005-utils-fix-build-with-kernel-headers-4.14.patch
- https://git.openembedded.org/meta-openembedded/plain/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch
- https://gitweb.gentoo.org/repo/gentoo.git/plain/media-tv/linuxtv-dvb-apps/files/linuxtv-dvb-apps-1.1.1.20100223-perl526.patch
Latest Comments
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