ports/66856: PORT UPDATE: add transcode SUBRIP utilities
Lewis Thompson
purple at lewiz.net
Wed May 19 02:10:13 UTC 2004
>Number: 66856
>Category: ports
>Synopsis: PORT UPDATE: add transcode SUBRIP utilities
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue May 18 19:10:12 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Lewis Thompson
>Release: FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD black.fajita.org 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #2: Tue May 11 23:37:14 BST 2004 root at black.fajita.org:/usr/src/sys/i386/compile/BLACK i386
>Description:
This is a small update to the multimedia/transcode port that
installs pgm2txt when WITH_SUBRIP is specified.
pgm2txt is a useful script for aiding the ocr process of pgm
files included (but not installed) with transcode
>How-To-Repeat:
>Fix:
diff -ruN transcode.orig/Makefile transcode/Makefile
--- transcode.orig/Makefile Sun Mar 14 18:04:30 2004
+++ transcode/Makefile Wed May 19 03:01:17 2004
@@ -367,7 +367,7 @@
.if defined(WITH_SUBRIP)
@cd ${WRKSRC}/contrib/subrip; \
- ${INSTALL_PROGRAM} srttool subtitle2pgm subtitle2vobsub ${PREFIX}/bin
+ ${INSTALL_PROGRAM} srttool subtitle2pgm subtitle2vobsub pgm2txt ${PREFIX}/bin
.endif
@${RM} ${PREFIX}/lib/transcode/*.la
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list