tsMuxeR a software utility to create TS and M2TS files for IP broadcasting
as well as for viewing at hardware video players (i.e., Dune HD Ultra, Sony Playstation3 and others). WWW: http://www.smlabs.net/tsmuxer_en.html PR: ports/142257 Submitted by: Steve Wills <steve at mouf.net>
This commit is contained in:
parent
c628fcd9c9
commit
0158c347cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249742
@ -288,6 +288,7 @@
|
||||
SUBDIR += tovid
|
||||
SUBDIR += transcode
|
||||
SUBDIR += transkode
|
||||
SUBDIR += tsMuxeR
|
||||
SUBDIR += tstools
|
||||
SUBDIR += tunapie
|
||||
SUBDIR += tv_grab_au
|
||||
|
29
multimedia/tsMuxeR/Makefile
Normal file
29
multimedia/tsMuxeR/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: tsMuxeR
|
||||
# Date created: 2010-01-02
|
||||
# Whom: Steve Wills <steve@mouf.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tsMuxeR
|
||||
PORTVERSION= 1.10.6
|
||||
CATEGORIES= multimedia linux x11
|
||||
MASTER_SITES= http://www.smlabs.net/tsMuxer/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= steve@mouf.net
|
||||
COMMENT= Utility to create TS and M2TS files
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_LINUX= yes
|
||||
PLIST_FILES= bin/tsMuxerGUI bin/tsMuxeR
|
||||
|
||||
do-build:
|
||||
@${DO_NADA}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/tsMuxerGUI ${PREFIX}/bin/tsMuxerGUI
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/tsMuxeR ${PREFIX}/bin/tsMuxeR
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.post.mk>
|
3
multimedia/tsMuxeR/distinfo
Normal file
3
multimedia/tsMuxeR/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (tsMuxeR_1.10.6.tar.gz) = b8210a33ed55cfcac8a159e35469e1e1
|
||||
SHA256 (tsMuxeR_1.10.6.tar.gz) = a12ee4c5289afba25ce0998c04c752026a73afce45c700624b8efc0bc090ab78
|
||||
SIZE (tsMuxeR_1.10.6.tar.gz) = 5489146
|
5
multimedia/tsMuxeR/pkg-descr
Normal file
5
multimedia/tsMuxeR/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
tsMuxeR a software utility to create TS and M2TS files for IP broadcasting
|
||||
as well as for viewing at hardware video players (i.e., Dune HD Ultra, Sony
|
||||
Playstation3 and others).
|
||||
|
||||
WWW: http://www.smlabs.net/tsmuxer_en.html
|
Loading…
Reference in New Issue
Block a user