[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / audio / audacious-plugins

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

Diff for /pkgsrc/audio/audacious-plugins/Makefile between version 1.11 and 1.47

version 1.11, 2009/12/15 21:30:52 version 1.47, 2013/09/02 19:50:52
Line 2 
Line 2 
 #  #
   
 DISTNAME=               audacious-plugins-1.5.1  DISTNAME=               audacious-plugins-1.5.1
 PKGREVISION=            6  PKGREVISION=            37
 CATEGORIES=             audio  CATEGORIES=             audio
 MASTER_SITES=           http://distfiles.atheme.org/  MASTER_SITES=           http://distfiles.atheme.org/
 EXTRACT_SUFX=           .tgz  EXTRACT_SUFX=           .tgz
Line 11  MAINTAINER=  jfranz@bsdprojects.net
Line 11  MAINTAINER=  jfranz@bsdprojects.net
 HOMEPAGE=               http://audacious-media-player.org/  HOMEPAGE=               http://audacious-media-player.org/
 COMMENT=                Plugins for Audacious media player  COMMENT=                Plugins for Audacious media player
   
 PKG_DESTDIR_SUPPORT=    user-destdir  
   
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 USE_TOOLS+=             gmake intltool pkg-config msgfmt  USE_TOOLS+=             gmake intltool pkg-config msgfmt
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
Line 43  CONFIGURE_ARGS+= --disable-amidiplug --d
Line 41  CONFIGURE_ARGS+= --disable-amidiplug --d
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
 .include "options.mk"  .include "options.mk"
   
 PLIST_VARS+=    oss sun  PLIST_VARS+=    oss sun oss4
   
 .if ${OPSYS} == "NetBSD"  .if ${OPSYS} == "NetBSD"
 RAWPART_cmd=            /sbin/sysctl -n kern.rawpartition | ${TR} 0-9 a-j  RAWPART_cmd=            /sbin/sysctl -n kern.rawpartition | ${TR} 0-9 a-j
Line 57  PLIST.oss= yes
Line 55  PLIST.oss= yes
 .elif ${OPSYS} == "DragonFly"  .elif ${OPSYS} == "DragonFly"
 PLIST.oss=      yes  PLIST.oss=      yes
 .elif ${OPSYS} == "SunOS"  .elif ${OPSYS} == "SunOS"
 PLIST.sun=      yes  CPPFLAGS.SunOS= -D__EXTENSIONS__ -D__uint32_t=uint32_t -D__uint64_t=uint64_t
   CONFIGURE_ARGS+=        --enable-oss4
   PLIST.oss4=     yes
   PLIST.oss=      yes
 #.elif ${OPSYS} == "Linux"  #.elif ${OPSYS} == "Linux"
 #.  include     "../../wip/alsa-lib/buildlink3.mk"  #.  include     "../../wip/alsa-lib/buildlink3.mk"
 #PKG_SUPPORTED_OPTIONS+= lirc  #PKG_SUPPORTED_OPTIONS+= lirc

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.47

CVSweb <webmaster@jp.NetBSD.org>