- Install pgm2txt in WITH_SUBRIP case
PR: ports/66856 Submitted by: Lewis Thompson <purple@lewiz.net> Approved by: maintainer timeout (2 weeks)
This commit is contained in:
parent
127344f298
commit
a5ceb82cee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110900
2 changed files with 3 additions and 1 deletions
|
@ -367,7 +367,8 @@ post-install:
|
|||
|
||||
.if defined(WITH_SUBRIP)
|
||||
@cd ${WRKSRC}/contrib/subrip; \
|
||||
${INSTALL_PROGRAM} srttool subtitle2pgm subtitle2vobsub ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} srttool subtitle2pgm subtitle2vobsub ${PREFIX}/bin; \
|
||||
${INSTALL_SCRIPT} pgm2txt ${PREFIX}/bin
|
||||
.endif
|
||||
|
||||
@${RM} ${PREFIX}/lib/transcode/*.la
|
||||
|
|
|
@ -3,6 +3,7 @@ bin/aviindex
|
|||
bin/avimerge
|
||||
bin/avisplit
|
||||
bin/avisync
|
||||
%%WITH_SUBRIP%%bin/pgm2txt
|
||||
%%WITH_SUBRIP%%bin/srttool
|
||||
%%WITH_SUBRIP%%bin/subtitle2pgm
|
||||
%%WITH_SUBRIP%%bin/subtitle2vobsub
|
||||
|
|
Loading…
Reference in a new issue