pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/pulseaudio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 30 12:10:50 UTC 2016

Modified Files:
        pkgsrc/audio/pulseaudio: Makefile

Log Message:
Remove libsamplerate dependency. Bump PKGREVISION.

>From the 6.0 release notes (https://freedesktop.org/wiki/Software/PulseAudio/Notes/6.0/):

The libsamplerate based resamplers are now deprecated, because they
offer no particular advantage over speex. Packagers can drop the
dependency to libsamplerate, unless they specifically want to keep
enabling the libsamplerate based resamplers for some reason.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/audio/pulseaudio/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/pulseaudio/Makefile
diff -u pkgsrc/audio/pulseaudio/Makefile:1.113 pkgsrc/audio/pulseaudio/Makefile:1.114
--- pkgsrc/audio/pulseaudio/Makefile:1.113      Sun Sep  4 18:33:03 2016
+++ pkgsrc/audio/pulseaudio/Makefile    Sun Oct 30 12:10:50 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.113 2016/09/04 18:33:03 maya Exp $
+# $NetBSD: Makefile,v 1.114 2016/10/30 12:10:50 wiz Exp $
 
 DISTNAME=      pulseaudio-9.0
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  http://freedesktop.org/software/pulseaudio/releases/
 EXTRACT_SUFX=  .tar.xz
@@ -42,7 +43,6 @@ MAKE_ENV+=            EGDIR=${EGDIR}
 
 MAKE_FLAGS+=           bashcompletiondir=${PREFIX}/share/bash-completion/completions
 
-CONFIGURE_ARGS+=       --enable-samplerate
 CONFIGURE_ARGS+=       --disable-tcpwrap
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
@@ -116,7 +116,6 @@ pre-configure:
 .if ${OPSYS} != "Darwin"
 .include "../../sysutils/consolekit/buildlink3.mk"
 .endif
-.include "../../audio/libsamplerate/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"
 .include "../../audio/speexdsp/buildlink3.mk"
 .include "../../databases/gdbm/buildlink3.mk"



Home | Main Index | Thread Index | Old Index