freebsd-ports/multimedia/dv2sub/Makefile
Martin Wilke d1c79f58de dv2sub is a simple utility that extracts the date and time of recording from
a dv video file (using libdv) and outputs it as a subtitle file.

It can also display useful information about the dv stream, like video norm
(PAL/NTSC), aspect ratio normal (4:3) or wide (16:9), interlaced or
progressive material, number of audio channels, audio sampling frequency,
number of audio samples, timestamp and recording date & time.

WWW: http://dv2sub.sourceforge.net/

PR:		ports/119917
Submitted by:	Phil Oleson
2008-01-23 14:23:06 +00:00

23 lines
416 B
Makefile

# New ports collection makefile for: dv2sub
# Date created: Fri Jan 18
# Whom: Phil Oleson
#
# $FreeBSD$
#
PORTNAME= dv2sub
PORTVERSION= 0.3
CATEGORIES= multimedia
MASTER_SITES= SF
MAINTAINER= oz@nixil.net
COMMENT= Extracts info or subtitles from DV stream
LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv
GNU_CONFIGURE= yes
PLIST_FILES= bin/dv2sub
MAN1= dv2sub.1
.include <bsd.port.mk>