[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.38 and 1.81

version 1.38, 2013/01/26 21:37:01 version 1.81, 2018/01/28 20:10:40
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=               audacious-plugins-1.5.1  DISTNAME=       audacious-plugins-3.5.2
 PKGREVISION=            29  PKGREVISION=    19
 CATEGORIES=             audio  CATEGORIES=     audio
 MASTER_SITES=           http://distfiles.atheme.org/  MASTER_SITES=   http://distfiles.audacious-media-player.org/
 EXTRACT_SUFX=           .tgz  EXTRACT_SUFX=   .tar.bz2
   
 MAINTAINER=             jfranz@bsdprojects.net  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=               http://audacious-media-player.org/  HOMEPAGE=       http://audacious-media-player.org/
 COMMENT=                Plugins for Audacious media player  COMMENT=        Plugins for Audacious media player
   LICENSE=        2-clause-bsd
   
 GNU_CONFIGURE=          yes  TOOL_DEPENDS+=  gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
   
   USE_LANGUAGES=          c c++
 USE_TOOLS+=             gmake intltool pkg-config msgfmt  USE_TOOLS+=             gmake intltool pkg-config msgfmt
 USE_LIBTOOL=            yes  GNU_CONFIGURE=          yes
   #CONFIGURE_ARGS+=       --disable-aac
   CONFIGURE_ARGS+=        --disable-amidiplug
   CONFIGURE_ARGS+=        --disable-evdevplug
   #CONFIGURE_ARGS+=       --disable-coreaudio
   CONFIGURE_ARGS+=        --disable-gnomeshortcuts
   CONFIGURE_ARGS+=        --disable-modplug
   CONFIGURE_ARGS+=        --disable-projectm
   CONFIGURE_ARGS+=        --with-ffmpeg=none
   
   .include "../../mk/compiler.mk"
   .if empty(PKGSRC_COMPILER:Mclang)
 # 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.
 # This seems to happen when libstdc++ gets linked in with the plug-ins and the code is not compiled with g++.  # This seems to happen when libstdc++ gets linked in with the plug-ins and the code is not compiled with g++.
 # For a similar problem see http://archive.netbsd.se/?ml=netbsd-java&a=2007-08&m=4912662 :  # For a similar problem see http://archive.netbsd.se/?ml=netbsd-java&a=2007-08&m=4912662 :
   # Systems with Clang are supposed to be new enough to have a correctly linked
   # libstdc++.
 LDFLAGS.NetBSD+=        -lgcc_s  LDFLAGS.NetBSD+=        -lgcc_s
   .endif
   
 # From audio/bmp/Makefile:  # From audio/bmp/Makefile:
 # XXX Workaround a crash during shutdown that happens when dlclose(3)ing  # XXX Workaround a crash during shutdown that happens when dlclose(3)ing
 # any open plugin.  libstdc++ gets dynamically linked in when the id3lib  # any open plugin.  libstdc++ gets dynamically linked in when the id3lib
 # library is loaded, and is the one causing problems.  See PR pkg/26846  # library is loaded, and is the one causing problems.  See PR pkg/26846
 # for more information.  # for more information.
 USE_LANGUAGES=          c c++  
 LDFLAGS.NetBSD+=        -lstdc++ -lm  LDFLAGS.NetBSD+=        -lstdc++ -lm
   
 # cdaudio plugin complains about missing OSS at runtime  # cdaudio plugin complains about missing OSS at runtime
Line 34  LDFLAGS+=  ${LIBOSSAUDIO}
Line 48  LDFLAGS+=  ${LIBOSSAUDIO}
 # do not use pkgsrc' flac if it is installed  # do not use pkgsrc' flac if it is installed
 CFLAGS+=        -I. -I../flacng -Ilibflacng  CFLAGS+=        -I. -I../flacng -Ilibflacng
   
 CONFIGURE_ARGS+=        --disable-amidiplug --disable-evdevplug \  
                         --disable-coreaudio --disable-projectm \  
                         --disable-gnomeshortcuts  
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
 .include "options.mk"  .include "options.mk"
   
Line 55  PLIST.oss= yes
Line 65  PLIST.oss= yes
 .elif ${OPSYS} == "DragonFly"  .elif ${OPSYS} == "DragonFly"
 PLIST.oss=      yes  PLIST.oss=      yes
 .elif ${OPSYS} == "SunOS"  .elif ${OPSYS} == "SunOS"
 BUILDLINK_TRANSFORM+=   rm:-Wl,-export-dynamic  
 CPPFLAGS.SunOS= -D__EXTENSIONS__ -D__uint32_t=uint32_t -D__uint64_t=uint64_t  CPPFLAGS.SunOS= -D__EXTENSIONS__ -D__uint32_t=uint32_t -D__uint64_t=uint64_t
 CONFIGURE_ARGS+=        --enable-oss4  CONFIGURE_ARGS+=        --enable-oss4
 PLIST.oss4=     yes  PLIST.oss4=     yes
Line 70  PLIST.oss= yes
Line 79  PLIST.oss= yes
 .endif  .endif
   
 .include "../../audio/audacious/buildlink3.mk"  .include "../../audio/audacious/buildlink3.mk"
   .include "../../audio/faad2/buildlink3.mk"
   .include "../../audio/lame/buildlink3.mk"
 .include "../../audio/libcddb/buildlink3.mk"  .include "../../audio/libcddb/buildlink3.mk"
 .include "../../audio/libmad/buildlink3.mk"  .include "../../audio/libmad/buildlink3.mk"
 .include "../../audio/libmpcdec/buildlink3.mk"  .include "../../audio/libmpcdec/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"  .include "../../audio/libsamplerate/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"  .include "../../audio/libsndfile/buildlink3.mk"
   .include "../../audio/libvorbis/buildlink3.mk"
   .include "../../audio/mpg123/buildlink3.mk"
 .include "../../audio/taglib/buildlink3.mk"  .include "../../audio/taglib/buildlink3.mk"
 .include "../../audio/wavpack/buildlink3.mk"  .include "../../audio/wavpack/buildlink3.mk"
 .include "../../audio/lame/buildlink3.mk"  
 .include "../../devel/libbinio/buildlink3.mk"  
 .include "../../devel/libmtp/buildlink3.mk"  
 .include "../../devel/SDL/buildlink3.mk"  .include "../../devel/SDL/buildlink3.mk"
   .include "../../devel/libbinio/buildlink3.mk"
 .include "../../graphics/imlib2/buildlink3.mk"  .include "../../graphics/imlib2/buildlink3.mk"
 .include "../../misc/libcdio/buildlink3.mk"  .include "../../misc/libcdio-paranoia/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"  .include "../../multimedia/libogg/buildlink3.mk"
 .include "../../net/libmms/buildlink3.mk"  .include "../../net/libmms/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"  .include "../../www/curl/buildlink3.mk"
 .include "../../www/neon/buildlink3.mk"  .include "../../www/neon/buildlink3.mk"
 .include "../../x11/libXcomposite/buildlink3.mk"  
 .include "../../mk/oss.buildlink3.mk"  .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.81

CVSweb <webmaster@jp.NetBSD.org>