pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio Remove libsamplerate dependency. Bump...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f64bd5b8cfa
branches:  trunk
changeset: 354456:3f64bd5b8cfa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 30 12:10:50 2016 +0000

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

diffstat:

 audio/pulseaudio/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 5f758c4283b6 -r 3f64bd5b8cfa audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Sun Oct 30 11:43:46 2016 +0000
+++ b/audio/pulseaudio/Makefile Sun Oct 30 12:10:50 2016 +0000
@@ -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_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 @@
 .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