pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/audacious-plugins audacious-plugins: add gdbus-c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cebb7e05acd
branches:  trunk
changeset: 369755:9cebb7e05acd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 04 11:29:37 2017 +0000

description:
audacious-plugins: add gdbus-codegen as build dependency

When it is found, the mpris2 plugin is built, which lead to "random"
PLIST problems. Depend on it to always build it.

Bump PKGREVISION.

diffstat:

 audio/audacious-plugins/Makefile |  6 ++++--
 audio/audacious-plugins/PLIST    |  3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 238ceb9481fc -r 9cebb7e05acd audio/audacious-plugins/Makefile
--- a/audio/audacious-plugins/Makefile  Wed Oct 04 10:53:03 2017 +0000
+++ b/audio/audacious-plugins/Makefile  Wed Oct 04 11:29:37 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2017/09/30 16:03:34 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2017/10/04 11:29:37 wiz Exp $
 
 DISTNAME=      audacious-plugins-3.5.2
-PKGREVISION=   15
+PKGREVISION=   16
 CATEGORIES=    audio
 MASTER_SITES=  http://distfiles.audacious-media-player.org/
 EXTRACT_SUFX=  .tar.bz2
@@ -11,6 +11,8 @@
 COMMENT=       Plugins for Audacious media player
 LICENSE=       2-clause-bsd
 
+BUILD_DEPENDS+=        gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake intltool pkg-config msgfmt
 GNU_CONFIGURE=         yes
diff -r 238ceb9481fc -r 9cebb7e05acd audio/audacious-plugins/PLIST
--- a/audio/audacious-plugins/PLIST     Wed Oct 04 10:53:03 2017 +0000
+++ b/audio/audacious-plugins/PLIST     Wed Oct 04 11:29:37 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2014/11/21 22:14:33 joerg Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/10/04 11:29:37 wiz Exp $
 lib/audacious/Container/asx.so
 lib/audacious/Container/asx3.so
 lib/audacious/Container/audpl.so
@@ -23,6 +23,7 @@
 lib/audacious/General/gtkui.so
 lib/audacious/General/hotkey.so
 lib/audacious/General/lyricwiki.so
+lib/audacious/General/mpris2.so
 lib/audacious/General/scrobbler.so
 lib/audacious/General/search-tool.so
 lib/audacious/General/skins.so



Home | Main Index | Thread Index | Old Index