Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2008 01:18:30 -0700 (MST)
From:      Phil Oleson <oz@nixil.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/119917: [NEW PORT] multimedia/dv2sub: Extracts info or subtitles from DV stream
Message-ID:  <200801230818.m0N8IUqS008699@nixil.net>
Resent-Message-ID: <200801230900.m0N906QD094359@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119917
>Category:       ports
>Synopsis:       [NEW PORT] multimedia/dv2sub: Extracts info or subtitles from DV stream
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 23 09:00:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p28 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p28 FreeBSD 4.7-RELEASE-p28 #47: Tue Apr 10 10:28:38 MDT 2007 root@nixil.net i386

>Description:
	New port dv2sub used to extract info or subtitles from DV stream.
Needed for the new qdvdauthor update to 1.0

>How-To-Repeat:
	N/A
>Fix:

--- patch-dv2sub begins here ---
diff -uN dv2sub.orig/Makefile dv2sub/Makefile
--- dv2sub.orig/Makefile	1969-12-31 17:00:00.000000000 -0700
+++ dv2sub/Makefile	2008-01-23 01:09:32.962935000 -0700
@@ -0,0 +1,23 @@
+# New ports collection makefile for:   dv2sub
+# Date created:        Fri Jan 18
+# Whom:                Phil Oleson
+#
+# $FreeBSD$
+#
+
+PORTNAME=	dv2sub
+PORTVERSION=	0.3
+CATEGORIES=	multimedia
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+
+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>
diff -uN dv2sub.orig/distinfo dv2sub/distinfo
--- dv2sub.orig/distinfo	1969-12-31 17:00:00.000000000 -0700
+++ dv2sub/distinfo	2008-01-23 01:09:32.962935000 -0700
@@ -0,0 +1,3 @@
+MD5 (dv2sub-0.3.tar.gz) = 37ef40ed38294e029350f01ac9c6bc07
+SHA256 (dv2sub-0.3.tar.gz) = 6ce33bd59de3fe50cf5aa95a7455cf0b34586e72af44fa59c3e5dd9b50f7ca8c
+SIZE (dv2sub-0.3.tar.gz) = 121756
diff -uN dv2sub.orig/pkg-descr dv2sub/pkg-descr
--- dv2sub.orig/pkg-descr	1969-12-31 17:00:00.000000000 -0700
+++ dv2sub/pkg-descr	2008-01-23 01:09:32.962935000 -0700
@@ -0,0 +1,9 @@
+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/
--- patch-dv2sub ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801230818.m0N8IUqS008699>