2c9aceea90
tstools has migrated to GitHub, so let's use this opportuninty to rework this package as well. - Change site to GitHub. - No releases of tags yet, so let's use the latest commit ID from the master branch as a version. - There is currently no license file attributed to tstools, so state that in the tstools.mk file and add empty license file variable. This issue is being tracked upstream: https://github.com/kynesim/tstools/issues/32 - Wrap the help text in the Config.in to 72 characters, and also change the project URL to the GitHub one. - Add a hash file. - Rename the patch to use a four digit numbering (001 -> 0001). [Peter: leave license as MPLv1.1, adjust comment to match] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
568 B
Plaintext
17 lines
568 B
Plaintext
config BR2_PACKAGE_TSTOOLS
|
|
bool "tstools"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
This is a set of cross-platform command line tools for working with
|
|
MPEG data.
|
|
|
|
The emphasis is on relatively simple tools which concentrate on MPEG
|
|
(H.264 and H.262) data packaged according to H.222 (i.e., TS or PS),
|
|
with a particular interest in checking for conformance.
|
|
|
|
Transport Stream (TS) is typically used for distribution of cable
|
|
and satellite data. Program Stream (PS) is typically used to store
|
|
data on DVDs.
|
|
|
|
https://github.com/kynesim/tstools/
|