Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/audacious-plugins/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/audacious-plugins/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.63 retrieving revision 1.84 diff -u -p -r1.63 -r1.84 --- pkgsrc/audio/audacious-plugins/Makefile 2016/03/05 11:28:02 1.63 +++ pkgsrc/audio/audacious-plugins/Makefile 2018/04/16 14:34:03 1.84 @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.63 2016/03/05 11:28:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.84 2018/04/16 14:34:03 wiz Exp $ DISTNAME= audacious-plugins-3.5.2 -PKGREVISION= 4 +PKGREVISION= 21 CATEGORIES= audio MASTER_SITES= http://distfiles.audacious-media-player.org/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://audacious-media-player.org/ +HOMEPAGE= https://audacious-media-player.org/ COMMENT= Plugins for Audacious media player LICENSE= 2-clause-bsd +TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen + USE_LANGUAGES= c c++ USE_TOOLS+= gmake intltool pkg-config msgfmt GNU_CONFIGURE= yes @@ -82,6 +84,7 @@ PLIST.oss= yes .include "../../audio/libcddb/buildlink3.mk" .include "../../audio/libmad/buildlink3.mk" .include "../../audio/libmpcdec/buildlink3.mk" +.include "../../audio/libsamplerate/buildlink3.mk" .include "../../audio/libsndfile/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" .include "../../audio/mpg123/buildlink3.mk"