mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Add multimedia/ab25, a utility that implements ECM extraction from MPEG-2 TS
stream and MULTI2 decoding specified in ARIB STD-B25 (an ISDB conditional access system used in Japan).
This commit is contained in:
parent
e17014a2f1
commit
df03c68d34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277162
@ -4,6 +4,7 @@
|
||||
COMMENT = Multimedia software
|
||||
|
||||
SUBDIR += 2mandvd
|
||||
SUBDIR += ab25
|
||||
SUBDIR += abby
|
||||
SUBDIR += acidrip
|
||||
SUBDIR += aegisub
|
||||
|
37
multimedia/ab25/Makefile
Normal file
37
multimedia/ab25/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: ab25
|
||||
# Date created: July 2 2011
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ab25
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= hrs
|
||||
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Utility for ARIB STD-B25 ECM handling in MPEG2-TS stream
|
||||
|
||||
LIB_DEPENDS= pcsclite:${PORTSDIR}/devel/pcsc-lite
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so:${PORTSDIR}/devel/libccid
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
PORTDOCS= readme.txt
|
||||
|
||||
PLIST_FILES= bin/b25 \
|
||||
lib/libab25.a lib/libab25_p.a lib/libab25.so.1 lib/libab25.so \
|
||||
include/ab25/arib_std_b25.h include/ab25/b_cas_card.h
|
||||
PLIST_DIRS= include/ab25
|
||||
|
||||
pre-su-install:
|
||||
${MKDIR} ${PREFIX}/include/ab25
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/ab25/distinfo
Normal file
2
multimedia/ab25/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ab25-0.2.4.tar.gz) = 1fd3c65fe3b9668d357368eebcb86eaf4d21ec2c6588c700f9b48128700a5ce1
|
||||
SIZE (ab25-0.2.4.tar.gz) = 32005
|
6
multimedia/ab25/pkg-descr
Normal file
6
multimedia/ab25/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is a utility that implements ECM extraction from MPEG-2 TS stream and
|
||||
MULTI2 decoding specified in ARIB STD-B25 (an ISDB conditional access system
|
||||
used in Japan). PC/SC interface is used for extracting Ks key from a B-CAS
|
||||
card.
|
||||
|
||||
WWW: http://www.marumo.ne.jp/db2007_b.htm#25
|
Loading…
Reference in New Issue
Block a user