pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q3]: pkgsrc/audio/audacious-plugins Pullup ticket #5561 - ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/788e7c69b3ad
branches:  pkgsrc-2017Q3
changeset: 408515:788e7c69b3ad
user:      spz <spz%pkgsrc.org@localhost>
date:      Wed Oct 04 15:39:51 2017 +0000

description:
Pullup ticket #5561 - requested by wiz
audio/audacious-plugins: build fix

Revisions pulled up:
- audio/audacious-plugins/Makefile                              1.75-1.76
- audio/audacious-plugins/PLIST                                 1.13

-------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Sat Sep 30 16:03:34 UTC 2017

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

   Log Message:
   audacious-plugins: Add libsamplerate bl3.mk

   Fixes build without Jack.
   From PR 52575 by John D. Baker.


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

-------------------------------------------------------------------
   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

diffstat:

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

diffs (47 lines):

diff -r 3dfe952c210d -r 788e7c69b3ad audio/audacious-plugins/Makefile
--- a/audio/audacious-plugins/Makefile  Thu Sep 28 12:17:17 2017 +0000
+++ b/audio/audacious-plugins/Makefile  Wed Oct 04 15:39:51 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2017/09/08 02:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.73.4.1 2017/10/04 15:39:51 spz Exp $
 
 DISTNAME=      audacious-plugins-3.5.2
-PKGREVISION=   14
+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
@@ -82,6 +84,7 @@
 .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"
diff -r 3dfe952c210d -r 788e7c69b3ad audio/audacious-plugins/PLIST
--- a/audio/audacious-plugins/PLIST     Thu Sep 28 12:17:17 2017 +0000
+++ b/audio/audacious-plugins/PLIST     Wed Oct 04 15:39:51 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.12.26.1 2017/10/04 15:39:51 spz 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