mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
84e727457f
Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine
29 lines
923 B
Makefile
29 lines
923 B
Makefile
# Created by: Steve Wills <steve@mouf.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= m2tstoavi
|
|
PORTVERSION= 2009121901
|
|
PORTREVISION= 5
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.olmosconsulting.com/ http://meatwad.mouf.net/~steve/
|
|
DISTNAME= m2ts
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Utility which eases conversion of AVCHD (m2ts) to AVI
|
|
|
|
RUN_DEPENDS= xporthdmv:multimedia/xporthdmv \
|
|
ldecod:multimedia/jmref \
|
|
ffmpeg:multimedia/ffmpeg
|
|
|
|
do-build:
|
|
${DO_NADA}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/m2tstoavi.alkayata ${STAGEDIR}${PREFIX}/bin/m2tstoavi.alkayata
|
|
${INSTALL_SCRIPT} ${WRKSRC}/m2tstoavi.fifo ${STAGEDIR}${PREFIX}/bin/m2tstoavi.fifo
|
|
${INSTALL_SCRIPT} ${WRKSRC}/m2tstoavi.nofifo ${STAGEDIR}${PREFIX}/bin/m2tstoavi.nofifo
|
|
${INSTALL_SCRIPT} ${WRKSRC}/m2tstoavi.mencoder ${STAGEDIR}${PREFIX}/bin/m2tstoavi.mencoder
|
|
${LN} -s ${PREFIX}/bin/m2tstoavi.mencoder ${STAGEDIR}${PREFIX}/bin/m2tstoavi
|
|
|
|
.include <bsd.port.mk>
|