Import of libdvbpsi-0.1.3:
libdvbpsi is a simple library designed for decoding and generating MPEG TS and DVB PSI tables. WWW: http://developers.videolan.org/libdvbpsi/
This commit is contained in:
parent
c50de102c8
commit
353c003f9a
22
graphics/libdvbpsi/Makefile
Normal file
22
graphics/libdvbpsi/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/09/23 23:39:08 jolan Exp $
|
||||
|
||||
COMMENT= "library for decoding/generating MPEG TS/DVB PSI tables"
|
||||
VER= 0.1.3
|
||||
DISTNAME= libdvbpsi-${VER}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/${VER}/ \
|
||||
http://www.fr.videolan.org/pub/libdvbpsi/${VER}/
|
||||
|
||||
HOMEPAGE= http://developers.videolan.org/libdvbpsi/
|
||||
|
||||
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/libdvbpsi/distinfo
Normal file
3
graphics/libdvbpsi/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libdvbpsi-0.1.3.tar.gz) = 1d709d1e18228c413ad246165d8819c1
|
||||
RMD160 (libdvbpsi-0.1.3.tar.gz) = 1702a2954e4678586b9796cd71dbe9c6e7aba2bb
|
||||
SHA1 (libdvbpsi-0.1.3.tar.gz) = 4f38637362dd93ed3362513b480a9fa4e7955600
|
12
graphics/libdvbpsi/patches/patch-configure
Normal file
12
graphics/libdvbpsi/patches/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2003/09/23 23:39:08 jolan Exp $
|
||||
--- configure.orig 2003-07-28 18:34:48.000000000 -0500
|
||||
+++ configure 2003-09-06 04:07:47.000000000 -0500
|
||||
@@ -7840,7 +7840,7 @@ if test x$release = xtrue
|
||||
then
|
||||
CFLAGS="${CFLAGS} -O6"
|
||||
else
|
||||
- CFLAGS="${CFLAGS} -O2"
|
||||
+ CFLAGS="${CFLAGS} ${ac_save_CFLAGS}"
|
||||
fi
|
||||
|
||||
|
2
graphics/libdvbpsi/pkg/DESCR
Normal file
2
graphics/libdvbpsi/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
libdvbpsi is a simple library designed for decoding and generating
|
||||
MPEG TS and DVB PSI tables.
|
3
graphics/libdvbpsi/pkg/PFRAG.shared
Normal file
3
graphics/libdvbpsi/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/09/23 23:39:08 jolan Exp $
|
||||
lib/libdvbpsi.so.1.1
|
||||
DYNLIBDIR(%D/lib)
|
30
graphics/libdvbpsi/pkg/PLIST
Normal file
30
graphics/libdvbpsi/pkg/PLIST
Normal file
@ -0,0 +1,30 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/09/23 23:39:08 jolan Exp $
|
||||
include/dvbpsi/demux.h
|
||||
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/dr_42.h
|
||||
include/dvbpsi/dr_47.h
|
||||
include/dvbpsi/dr_48.h
|
||||
include/dvbpsi/dvbpsi.h
|
||||
include/dvbpsi/pat.h
|
||||
include/dvbpsi/pmt.h
|
||||
include/dvbpsi/psi.h
|
||||
include/dvbpsi/sdt.h
|
||||
lib/libdvbpsi.a
|
||||
lib/libdvbpsi.la
|
||||
%%SHARED%%
|
||||
@dirrm include/dvbpsi
|
Loading…
Reference in New Issue
Block a user