pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/tstools Import tstools version 1.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f22fe5cbd4ee
branches:  trunk
changeset: 553632:f22fe5cbd4ee
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Mon Jan 26 22:49:28 2009 +0000

description:
Import tstools version 1.11.

tstools 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.

The tools are focused on:

    * Quick reporting of useful data (tsinfo, stream_type)
    * Giving a quick overview of the entities in the stream (esdots, psdots)
    * Reporting on TS packets (tsreport) or ES units/frames/fields (esreport)
    * Simple manipulation of stream data (es2ts, esfilter, esreverse, esmerge,
      ts2es)
    * Streaming of data, possibly with introduced errors (tsplay)

diffstat:

 multimedia/tstools/DESCR    |  18 +++++++++++++++++
 multimedia/tstools/Makefile |  46 +++++++++++++++++++++++++++++++++++++++++++++
 multimedia/tstools/PLIST    |  19 ++++++++++++++++++
 multimedia/tstools/distinfo |   5 ++++
 4 files changed, 88 insertions(+), 0 deletions(-)

diffs (104 lines):

diff -r 8b85e0766047 -r f22fe5cbd4ee multimedia/tstools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/tstools/DESCR  Mon Jan 26 22:49:28 2009 +0000
@@ -0,0 +1,18 @@
+tstools 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.
+
+The tools are focused on:
+
+    * Quick reporting of useful data (tsinfo, stream_type)
+    * Giving a quick overview of the entities in the stream (esdots, psdots)
+    * Reporting on TS packets (tsreport) or ES units/frames/fields (esreport)
+    * Simple manipulation of stream data (es2ts, esfilter, esreverse, esmerge,
+      ts2es)
+    * Streaming of data, possibly with introduced errors (tsplay)
diff -r 8b85e0766047 -r f22fe5cbd4ee multimedia/tstools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/tstools/Makefile       Mon Jan 26 22:49:28 2009 +0000
@@ -0,0 +1,46 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/26 22:49:28 jmcneill Exp $
+#
+
+DISTNAME=      tstools-1_11
+PKGNAME=       ${DISTNAME:S/_/./}
+CATEGORIES=    multimedia
+MASTER_SITES=  http://download.berlios.de/tstools/     \
+               http://download2.berlios.de/tstools/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    tech-multimedia%NetBSD.org@localhost
+HOMEPAGE=      http://tstools.berlios.de/
+COMMENT=       Cross-platform command line tools for working with MPEG data
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+WRKSRC=                ${WRKDIR}/${DISTNAME:S/_/./}
+USE_TOOLS+=    gmake
+
+TSPROGS=es2ts \
+       esdots \
+       esfilter \
+       esmerge \
+       esreport \
+       esreverse \
+       m2ts2ts \
+       pcapreport \
+       ps2ts \
+       psdots \
+       psreport \
+       stream_type \
+       ts2es \
+       ts_packet_insert \
+       tsinfo \
+       tsplay \
+       tsreport \
+       tsserve
+
+do-install:
+       ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
+.for tsprog in ${TSPROGS}
+       ${INSTALL_PROGRAM} ${WRKSRC}/bin/${tsprog} \
+           ${DESTDIR}${PREFIX}/bin/${tsprog}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff -r 8b85e0766047 -r f22fe5cbd4ee multimedia/tstools/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/tstools/PLIST  Mon Jan 26 22:49:28 2009 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/26 22:49:28 jmcneill Exp $
+bin/es2ts
+bin/esdots
+bin/esfilter
+bin/esmerge
+bin/esreport
+bin/esreverse
+bin/m2ts2ts
+bin/pcapreport
+bin/ps2ts
+bin/psdots
+bin/psreport
+bin/stream_type
+bin/ts2es
+bin/ts_packet_insert
+bin/tsinfo
+bin/tsplay
+bin/tsreport
+bin/tsserve
diff -r 8b85e0766047 -r f22fe5cbd4ee multimedia/tstools/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/tstools/distinfo       Mon Jan 26 22:49:28 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/26 22:49:28 jmcneill Exp $
+
+SHA1 (tstools-1_11.tgz) = fb8e5f59fada384d2d7865f840a0ad28404bde81
+RMD160 (tstools-1_11.tgz) = f4fa0e3f49c9409096608a6bf3849c785de9d3f5
+Size (tstools-1_11.tgz) = 392616 bytes



Home | Main Index | Thread Index | Old Index