- Update to version 0.6.10
- Fix libxvidcore.so problem reported by several users. PR: 58031 Submitted by: maintainer
This commit is contained in:
parent
b1c8e727c0
commit
7f84b8dd48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91370
3 changed files with 19 additions and 7 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= transcode
|
||||
PORTVERSION= 0.6.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.10
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.zebra.fh-weingarten.de/~transcode/pre/
|
||||
|
||||
|
@ -33,7 +32,7 @@ USE_LIBTOOL= yes
|
|||
|
||||
MAN1= avifix.1 aviindex.1 avimerge.1 avisplit.1 avisync.1 tccat.1 tcdemux.1 \
|
||||
tcprobe.1 tcscan.1 transcode.1 tcextract.1 tcdecode.1 tcmodinfo.1 \
|
||||
tcxmlcheck.1
|
||||
tcpvmexportd.1 tcxmlcheck.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -342,14 +341,21 @@ pre-configure:
|
|||
@${REINPLACE_CMD} -E -e 's|-ldl||g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -E -e 's|WRKSRC|${WRKSRC}|g' ${WRKSRC}/export/Makefile.in
|
||||
|
||||
pre-build:
|
||||
.if defined(WITH_SUBRIP)
|
||||
@cd ${WRKSRC}/contrib/subrip; ${GMAKE} clean all
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if defined(WITH_XVID)
|
||||
@${LN} -sf ${LOCALBASE}/lib/libxvidcore.so \
|
||||
${PREFIX}/lib/transcode/libxvidcore.so
|
||||
@${LN} -sf ${LOCALBASE}/lib/libxvidcore.so.2 \
|
||||
${PREFIX}/lib/transcode/libxvidcore.so.2
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SUBRIP)
|
||||
@cd ${WRKSRC}/contrib/subrip; ${GMAKE} clean all; \
|
||||
@cd ${WRKSRC}/contrib/subrip; \
|
||||
${INSTALL_PROGRAM} srttool subtitle2pgm subtitle2vobsub ${PREFIX}/bin
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (transcode-0.6.9.tar.gz) = 34158c90f6e4efbd45c2efb5703af23a
|
||||
MD5 (transcode-0.6.10.tar.gz) = eaa65eb3f6cc548cab5d1d26aba79aa5
|
||||
|
|
|
@ -16,6 +16,7 @@ bin/tcmplex
|
|||
bin/tcprobe
|
||||
bin/tcscan
|
||||
bin/tcxmlcheck
|
||||
bin/tcxpm2rgb
|
||||
bin/transcode
|
||||
%%WITH_LIBA52%%lib/transcode/a52_decore.so
|
||||
lib/transcode/af6_decore.so
|
||||
|
@ -52,8 +53,6 @@ lib/transcode/export_xvid.so
|
|||
lib/transcode/export_xvid2.so
|
||||
lib/transcode/export_xvid3.so
|
||||
lib/transcode/export_xvid4.so
|
||||
%%WITH_XVID%%lib/transcode/export_xvidcvs.so
|
||||
%%WITH_XVID%%lib/transcode/export_xvidraw.so
|
||||
%%WITH_MJPEG%%lib/transcode/export_yuv4mpeg.so
|
||||
lib/transcode/filter_29to23.so
|
||||
lib/transcode/filter_32detect.so
|
||||
|
@ -61,6 +60,7 @@ lib/transcode/filter_32drop.so
|
|||
lib/transcode/filter_aclip.so
|
||||
lib/transcode/filter_astat.so
|
||||
lib/transcode/filter_clone.so
|
||||
%%WITH_IMAGEMAGICK%%lib/transcode/filter_compare.so
|
||||
lib/transcode/filter_cpaudio.so
|
||||
lib/transcode/filter_cshift.so
|
||||
lib/transcode/filter_cut.so
|
||||
|
@ -130,26 +130,31 @@ lib/transcode/import_ogg.so
|
|||
lib/transcode/import_raw.so
|
||||
lib/transcode/import_rawlist.so
|
||||
lib/transcode/import_vdrac3.so
|
||||
lib/transcode/import_vnc.so
|
||||
lib/transcode/import_vob.so
|
||||
%%WITH_LIBXML2%%lib/transcode/import_xml.so
|
||||
lib/transcode/import_xvid.so
|
||||
lib/transcode/import_yuv.so
|
||||
lib/transcode/import_yuv4mpeg.so
|
||||
%%WITH_XVID%%lib/transcode/libxvidcore.so
|
||||
%%WITH_XVID%%lib/transcode/libxvidcore.so.2
|
||||
lib/transcode/xvid2.cfg
|
||||
lib/transcode/xvid3.cfg
|
||||
lib/transcode/xvid4.cfg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.Inverse.Telecine.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.cluster
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.filter.modfps
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.rip
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.sync
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.vcd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.xvid-credits
|
||||
%%PORTDOCS%%%%DOCSDIR%%/OPTIMIZERS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/architecture.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/avi_comments.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/clone.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/export_ffmpeg.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/export_mpeg.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/export_pvm.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/export-API.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/filter_dnr.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/filter_logo.txt
|
||||
|
@ -218,6 +223,7 @@ lib/transcode/xvid4.cfg
|
|||
%%PORTDOCS%%%%DOCSDIR%%/import-API.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/import-xml.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/import_nvrec.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pvm.cfg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/template.cfg.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue