[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / libdvbpsi

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/multimedia/libdvbpsi/Makefile between version 1.8 and 1.23

version 1.8, 2009/02/27 22:38:16 version 1.23, 2015/02/23 18:28:52
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       libdvbpsi5-0.1.6  DISTNAME=       libdvbpsi-1.2.0
 PKGNAME=        ${DISTNAME:S/5-/-/}  
 CATEGORIES=     multimedia  CATEGORIES=     multimedia
 MASTER_SITES=   http://www.videolan.org/pub/libdvbpsi/0.1.6/  MASTER_SITES=   http://www.videolan.org/pub/libdvbpsi/${PKGVERSION_NOREV}/
   EXTRACT_SUFX=   .tar.bz2
   
 MAINTAINER=     wulf@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://www.videolan.org/  HOMEPAGE=       http://www.videolan.org/
 COMMENT=        PSI decoder and generator library for MPEG2 and DVB streams  COMMENT=        PSI decoder and generator library for MPEG2 and DVB streams
   LICENSE=        gnu-lgpl-v2.1
   
 PKG_DESTDIR_SUPPORT=    user-destdir  USE_TOOLS+=             gmake
   USE_LIBTOOL=            yes
   GNU_CONFIGURE=          yes
   PKGCONFIG_OVERRIDE=     libdvbpsi.pc.in
   
 GNU_CONFIGURE=  yes  LIBS.SunOS+=    -lsocket -lnsl
 USE_TOOLS+=     gmake  
 USE_LIBTOOL=    yes  CONFIG_GUESS_OVERRIDE=  .auto/config.guess
   CONFIG_SUB_OVERRIDE=    .auto/config.sub
   
   .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
   CWRAPPERS_APPEND.cc+=   -Wno-error=tautological-constant-out-of-range-compare \
                           -Wno-error=tautological-compare
   .endif
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>