diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-30 12:10:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-30 12:10:50 +0000 |
commit | 8f379dd3f029de745f083a3759f83433847b84d6 (patch) | |
tree | 85e6b530f9cd1610a4f1628adcb93b937c11f057 /audio/pulseaudio | |
parent | 41224b22df696a20d2cfbb259329836aec92241e (diff) | |
download | pkgsrc-8f379dd3f029de745f083a3759f83433847b84d6.tar.gz |
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 (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 1eb7af31f19..2b0bd154ab9 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -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" |