[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.3 and 1.42

version 1.3, 2008/11/10 12:06:06 version 1.42, 2013/06/03 10:04:31
Line 2 
Line 2 
 #  #
   
 DISTNAME=               audacious-plugins-1.5.1  DISTNAME=               audacious-plugins-1.5.1
   PKGREVISION=            33
 CATEGORIES=             audio  CATEGORIES=             audio
 MASTER_SITES=           http://distfiles.atheme.org/  MASTER_SITES=           http://distfiles.atheme.org/
 EXTRACT_SUFX=           .tgz  EXTRACT_SUFX=           .tgz
Line 11  HOMEPAGE=  http://audacious-media-player
Line 12  HOMEPAGE=  http://audacious-media-player
 COMMENT=                Plugins for Audacious media player  COMMENT=                Plugins for Audacious media player
   
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 USE_TOOLS+=             gmake intltool pkg-config  USE_TOOLS+=             gmake intltool pkg-config msgfmt
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
   
 # This should avoid an error like: libstdc++.so.6: Undefined PLT symbol "_Unwind_GetIP" on NetBSD i386 and maybe amd64, with gcc4 at least.  # This should avoid an error like: libstdc++.so.6: Undefined PLT symbol "_Unwind_GetIP" on NetBSD i386 and maybe amd64, with gcc4 at least.
Line 40  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 54  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  BUILDLINK_TRANSFORM+=   rm:-Wl,-export-dynamic
   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.3  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>