pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q3] pkgsrc/audio/audacious-plugins



Module Name:    pkgsrc
Committed By:   spz
Date:           Wed Oct  4 15:39:51 UTC 2017

Modified Files:
        pkgsrc/audio/audacious-plugins [pkgsrc-2017Q3]: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.73.4.1 pkgsrc/audio/audacious-plugins/Makefile
cvs rdiff -u -r1.12 -r1.12.26.1 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.73 pkgsrc/audio/audacious-plugins/Makefile:1.73.4.1
--- pkgsrc/audio/audacious-plugins/Makefile:1.73        Fri Sep  8 02:38:36 2017
+++ pkgsrc/audio/audacious-plugins/Makefile     Wed Oct  4 15:39:51 2017
@@ -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 @@ 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
@@ -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"

Index: pkgsrc/audio/audacious-plugins/PLIST
diff -u pkgsrc/audio/audacious-plugins/PLIST:1.12 pkgsrc/audio/audacious-plugins/PLIST:1.12.26.1
--- pkgsrc/audio/audacious-plugins/PLIST:1.12   Fri Nov 21 22:14:33 2014
+++ pkgsrc/audio/audacious-plugins/PLIST        Wed Oct  4 15:39:51 2017
@@ -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/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