pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/audacious-plugins



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct  4 11:29:37 UTC 2017

Modified Files:
        pkgsrc/audio/audacious-plugins: Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/audio/audacious-plugins/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/audacious-plugins/PLIST

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

Modified files:

Index: pkgsrc/audio/audacious-plugins/Makefile
diff -u pkgsrc/audio/audacious-plugins/Makefile:1.75 pkgsrc/audio/audacious-plugins/Makefile:1.76
--- pkgsrc/audio/audacious-plugins/Makefile:1.75        Sat Sep 30 16:03:34 2017
+++ pkgsrc/audio/audacious-plugins/Makefile     Wed Oct  4 11:29:37 2017
@@ -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 @@ HOMEPAGE=     http://audacious-media-player.
 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

Index: pkgsrc/audio/audacious-plugins/PLIST
diff -u pkgsrc/audio/audacious-plugins/PLIST:1.12 pkgsrc/audio/audacious-plugins/PLIST:1.13
--- pkgsrc/audio/audacious-plugins/PLIST:1.12   Fri Nov 21 22:14:33 2014
+++ pkgsrc/audio/audacious-plugins/PLIST        Wed Oct  4 11:29:37 2017
@@ -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/delete-files.so
 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