5967ed8b4d
Changes between 1.1.2 and 1.2.0: -------------------------------- * Rename define DVDPSI_GetContentCategoryFromType() to DVBPSI_GetContentCategoryFromType() - the prefix said DVD, should have been DVB instead * Added new descriptors: - 0xa1 Service location - 0x4c Time shifted service - 0x53 CA system id - 0x81 AC3 audio - 0x86 Caption service * Fixed Coverity Scan issues - out-of-bound writes - null pointer dereferences - resource leaks - check return values
26 lines
710 B
Makefile
26 lines
710 B
Makefile
# $NetBSD: Makefile,v 1.21 2014/04/17 12:28:56 wiz Exp $
|
|
|
|
DISTNAME= libdvbpsi-1.2.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/${PKGVERSION_NOREV}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.videolan.org/
|
|
COMMENT= PSI decoder and generator library for MPEG2 and DVB streams
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= libdvbpsi.pc.in
|
|
|
|
LIBS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
_WRAP_EXTRA_ARGS.CC+= -Wno-error=tautological-constant-out-of-range-compare \
|
|
-Wno-error=tautological-compare
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|