mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
add libdvbpsi 0.1.1
A library for MPEG TS and DVB PSI tables decoding and generation
This commit is contained in:
parent
9e257a6f54
commit
2f067411f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64200
@ -172,6 +172,7 @@
|
||||
SUBDIR += libdivxencore
|
||||
SUBDIR += libdjvu++
|
||||
SUBDIR += libdv
|
||||
SUBDIR += libdvbpsi
|
||||
SUBDIR += libdvdcss
|
||||
SUBDIR += libdvdnav
|
||||
SUBDIR += libdvdread
|
||||
|
20
graphics/libdvbpsi/Makefile
Normal file
20
graphics/libdvbpsi/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: libdvbpsi
|
||||
# Date created: Aug 8, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libdvbpsi
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.videolan.org/pub/videolan/libdvbpsi/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --enable-release
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/libdvbpsi/distinfo
Normal file
1
graphics/libdvbpsi/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libdvbpsi-0.1.1.tar.gz) = e016c828684946b51e89c78ab90ab97f
|
1
graphics/libdvbpsi/pkg-comment
Normal file
1
graphics/libdvbpsi/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A library for MPEG TS and DVB PSI tables decoding and generation
|
9
graphics/libdvbpsi/pkg-descr
Normal file
9
graphics/libdvbpsi/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
libdvbpsi is a set of tools which allows to decode and generate all the
|
||||
Program specific Information (PSI) present in a MPEG2 TS or a DVB stream. The
|
||||
two keywords are portability and simplicity.
|
||||
|
||||
Currently supported tables
|
||||
- Program Association Table (PAT, MPEG2)
|
||||
- Program Map Table (PMT, MPEG2)
|
||||
|
||||
WWW: http://www.videolan.org/libdvbpsi/
|
25
graphics/libdvbpsi/pkg-plist
Normal file
25
graphics/libdvbpsi/pkg-plist
Normal file
@ -0,0 +1,25 @@
|
||||
include/dvbpsi/descriptor.h
|
||||
include/dvbpsi/dr.h
|
||||
include/dvbpsi/dr_02.h
|
||||
include/dvbpsi/dr_03.h
|
||||
include/dvbpsi/dr_04.h
|
||||
include/dvbpsi/dr_05.h
|
||||
include/dvbpsi/dr_06.h
|
||||
include/dvbpsi/dr_07.h
|
||||
include/dvbpsi/dr_08.h
|
||||
include/dvbpsi/dr_09.h
|
||||
include/dvbpsi/dr_0a.h
|
||||
include/dvbpsi/dr_0b.h
|
||||
include/dvbpsi/dr_0c.h
|
||||
include/dvbpsi/dr_0d.h
|
||||
include/dvbpsi/dr_0e.h
|
||||
include/dvbpsi/dr_0f.h
|
||||
include/dvbpsi/dvbpsi.h
|
||||
include/dvbpsi/pat.h
|
||||
include/dvbpsi/pmt.h
|
||||
include/dvbpsi/psi.h
|
||||
@dirrm include/dvbpsi
|
||||
lib/libdvbpsi.a
|
||||
lib/libdvbpsi.la
|
||||
lib/libdvbpsi.so
|
||||
lib/libdvbpsi.so.1
|
Loading…
Reference in New Issue
Block a user