mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -42,6 +42,7 @@
|
|||
SUBDIR += dirac
|
||||
SUBDIR += dragon
|
||||
SUBDIR += dtv
|
||||
SUBDIR += dtv-scan-tables
|
||||
SUBDIR += dumpmpeg
|
||||
SUBDIR += dv2jpg
|
||||
SUBDIR += dv2sub
|
||||
|
|
27
multimedia/dtv-scan-tables/Makefile
Normal file
27
multimedia/dtv-scan-tables/Makefile
Normal 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>
|
2
multimedia/dtv-scan-tables/distinfo
Normal file
2
multimedia/dtv-scan-tables/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (dtv-scan-tables-20140612.tar.gz) = a568b0be9c3146e5df6a707519080bfb5973581ad3e7424c07abf096724aa94c
|
||||
SIZE (dtv-scan-tables-20140612.tar.gz) = 121137
|
11
multimedia/dtv-scan-tables/pkg-descr
Normal file
11
multimedia/dtv-scan-tables/pkg-descr
Normal 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
|
1125
multimedia/dtv-scan-tables/pkg-plist
Normal file
1125
multimedia/dtv-scan-tables/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue