9b521c906d
* new VBI data descriptor support (0x45) * NIT support * TOT/TDT support * new DVB Satellite Delivery systems descriptor support (0x43) * new DVB Local time offset descriptor support (0x58) * new Terrestrial Delivery systems descriptor support (0x5a)
20 lines
517 B
Makefile
20 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.9 2010/11/04 19:43:32 adam Exp $
|
|
|
|
DISTNAME= libdvbpsi-0.1.7
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
HOMEPAGE= http://www.videolan.org/
|
|
COMMENT= PSI decoder and generator library for MPEG2 and DVB streams
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= libdvbpsi.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|