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

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.74 pkgsrc/audio/audacious-plugins/Makefile:1.75
--- pkgsrc/audio/audacious-plugins/Makefile:1.74        Wed Sep 27 13:33:07 2017
+++ pkgsrc/audio/audacious-plugins/Makefile     Sat Sep 30 16:03:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2017/09/27 13:33:07 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2017/09/30 16:03:34 wiz Exp $
 
 DISTNAME=      audacious-plugins-3.5.2
 PKGREVISION=   15
@@ -82,6 +82,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"



Home | Main Index | Thread Index | Old Index