Script which eases the conversion of AVCHD video to AVI
WWW: http://www.olmosconsulting.com/hdr-sr1/ PR: ports/141786 Submitted by: Steve Wills <steve at mouf.net>
This commit is contained in:
parent
d7d4bc4964
commit
c19526d4cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246592
5 changed files with 43 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
|||
SUBDIR += lives
|
||||
SUBDIR += lsdvd
|
||||
SUBDIR += lxdvdrip
|
||||
SUBDIR += m2tstoavi
|
||||
SUBDIR += mandvd
|
||||
SUBDIR += mediainfo
|
||||
SUBDIR += mencoder
|
||||
|
|
31
multimedia/m2tstoavi/Makefile
Normal file
31
multimedia/m2tstoavi/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: m2tstoavi
|
||||
# Date created: 2009-12-19
|
||||
# Whom: Steve Wills <steve@mouf.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= m2tstoavi
|
||||
PORTVERSION= 2009121901
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.olmosconsulting.com/ http://meatwad.mouf.net/~steve/
|
||||
DISTNAME= m2ts
|
||||
|
||||
MAINTAINER= steve@mouf.net
|
||||
COMMENT= Utility which eases conversion of AVCHD (m2ts) to AVI
|
||||
|
||||
RUN_DEPENDS= xporthdmv:${PORTSDIR}/multimedia/xporthdmv \
|
||||
ldecod:${PORTSDIR}/multimedia/jmref \
|
||||
ffmpeg:${PORTSDIR}/multimedia/ffmpeg
|
||||
|
||||
do-build:
|
||||
${DO_NADA}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/m2tstoavi.alkayata ${PREFIX}/bin/m2tstoavi.alkayata
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/m2tstoavi.fifo ${PREFIX}/bin/m2tstoavi.fifo
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/m2tstoavi.nofifo ${PREFIX}/bin/m2tstoavi.nofifo
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/m2tstoavi.mencoder ${PREFIX}/bin/m2tstoavi.mencoder
|
||||
${LN} -s ${PREFIX}/bin/m2tstoavi.mencoder ${PREFIX}/bin/m2tstoavi
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/m2tstoavi/distinfo
Normal file
3
multimedia/m2tstoavi/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (m2ts.tar.gz) = 3384079969d93c710c5fb1d93b065d7d
|
||||
SHA256 (m2ts.tar.gz) = 40d3bc988d80bd7955b8aa88c5a2cc548978fac41ae9e2d5c43bcb2f192e2c61
|
||||
SIZE (m2ts.tar.gz) = 4810464
|
3
multimedia/m2tstoavi/pkg-descr
Normal file
3
multimedia/m2tstoavi/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Script which eases the conversion of AVCHD video to AVI
|
||||
|
||||
WWW: http://www.olmosconsulting.com/hdr-sr1/
|
5
multimedia/m2tstoavi/pkg-plist
Normal file
5
multimedia/m2tstoavi/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/m2tstoavi.alkayata
|
||||
bin/m2tstoavi.fifo
|
||||
bin/m2tstoavi.nofifo
|
||||
bin/m2tstoavi.mencoder
|
||||
bin/m2tstoavi
|
Loading…
Reference in a new issue