[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-video-sdl

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

Diff for /pkgsrc/ham/gnuradio-video-sdl/Makefile between version 1.15 and 1.16

version 1.15, 2014/08/13 10:57:36 version 1.16, 2014/10/13 12:51:10
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKGNAME=        gnuradio-video-sdl-${VERSION}  PKGNAME=        gnuradio-video-sdl-${VERSION}
 PKGREVISION=    10  COMMENT=        SDL (Simple DirectMedia Layer) bindings for GNU Radio
 COMMENT=        SDL bindings for GNU Radio  
   
 .include "../../meta-pkgs/gnuradio/Makefile.common"  .include        "../../ham/gnuradio-core/Makefile.common"
   .include        "../../ham/gnuradio-core/Nocore.mk"
   
 CONFIGURE_ARGS+=--enable-gr-video-sdl  CMAKE_ARGS+=    -DENABLE_DEFAULT=False
 CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel  CMAKE_ARGS+=    -DENABLE_GR_VIDEO_SDL=True
   CMAKE_ARGS+=    -DSDL_INCLUDE_DIR=${PREFIX}/include/SDL
   
 REPLACE_PYTHON+=        gr-video-sdl/src/qa_video_sdl.py  .include        "../../devel/SDL/buildlink3.mk"
   
 .include "../../devel/SDL/buildlink3.mk"  .include        "../../mk/bsd.pkg.mk"
 .include "../../ham/gnuradio-core/buildlink3.mk"  
 .include "../../mk/bsd.pkg.mk"  

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>