Digital TV initial scanning tables are used to speed up scanning for DTV

frequencies. Most dvb applications rely on them.

This supplies initial data for certain regions so that the dvb applications
in question only scan those known frequencies, saving a lot of time scanning.
These tables however need to be kept up to date by users.

This repository is maintained by Olliver Schinagl (https://github.com/oliv3r)
on behalf of the LinuxTV.org project.

WWW: http://linuxtv.org

Submitted by:	Dreamcat4 <dreamcat4@gmail.com>
This commit is contained in:
Bernhard Froehlich 2014-08-18 17:43:41 +00:00
parent 17b9b9f827
commit 4705142a79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365332
5 changed files with 1166 additions and 0 deletions

View file

@ -42,6 +42,7 @@
SUBDIR += dirac
SUBDIR += dragon
SUBDIR += dtv
SUBDIR += dtv-scan-tables
SUBDIR += dumpmpeg
SUBDIR += dv2jpg
SUBDIR += dv2sub

View file

@ -0,0 +1,27 @@
# Created by: Dreamcat4 <dreamcat4@gmail.com>
# $FreeBSD$
PORTNAME= dtv-scan-tables
PORTVERSION= 20140612
CATEGORIES= multimedia
MAINTAINER= dreamcat4@gmail.com
COMMENT= Digital TV scan tables from linuxtv.org
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= oliv3r
GH_PROJECT= dtv-scan-tables
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 14bd6c7
NO_BUILD= yes
.include <bsd.port.pre.mk>
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
SHA256 (dtv-scan-tables-20140612.tar.gz) = a568b0be9c3146e5df6a707519080bfb5973581ad3e7424c07abf096724aa94c
SIZE (dtv-scan-tables-20140612.tar.gz) = 121137

View file

@ -0,0 +1,11 @@
Digital TV initial scanning tables are used to speed up scanning for DTV
frequencies. Most dvb applications rely on them.
This supplies initial data for certain regions so that the dvb applications
in question only scan those known frequencies, saving a lot of time scanning.
These tables however need to be kept up to date by users.
This repository is maintained by Olliver Schinagl (https://github.com/oliv3r)
on behalf of the LinuxTV.org project.
WWW: http://linuxtv.org

File diff suppressed because it is too large Load diff