pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio pulseaudio: Drop the fftw option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f61f801ec940
branches:  trunk
changeset: 342896:f61f801ec940
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sun Oct 27 12:44:27 2019 +0000

description:
pulseaudio: Drop the fftw option

It used to depend on qt4 and was not actively maintained.

diffstat:

 audio/pulseaudio/Makefile   |   4 +++-
 audio/pulseaudio/PLIST      |   5 +----
 audio/pulseaudio/options.mk |  25 +++----------------------
 3 files changed, 7 insertions(+), 27 deletions(-)

diffs (93 lines):

diff -r 7bf371b0511f -r f61f801ec940 audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Sun Oct 27 12:08:41 2019 +0000
+++ b/audio/pulseaudio/Makefile Sun Oct 27 12:44:27 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.139 2019/09/21 10:02:30 nia Exp $
+# $NetBSD: Makefile,v 1.140 2019/10/27 12:44:27 kamil Exp $
 
 DISTNAME=      pulseaudio-13.0
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  https://freedesktop.org/software/pulseaudio/releases/
 EXTRACT_SUFX=  .tar.xz
@@ -27,6 +28,7 @@
 CONFIGURE_ARGS+=       --disable-tcpwrap
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}
+CONFIGURE_ARGS+=       --without-fftw
 CONFIGURE_ENV+=                DATADIRNAME=${PKGLOCALEDIR}
 PKGCONFIG_OVERRIDE+=   libpulse-mainloop-glib.pc.in
 PKGCONFIG_OVERRIDE+=   libpulse-simple.pc.in
diff -r 7bf371b0511f -r f61f801ec940 audio/pulseaudio/PLIST
--- a/audio/pulseaudio/PLIST    Sun Oct 27 12:08:41 2019 +0000
+++ b/audio/pulseaudio/PLIST    Sun Oct 27 12:44:27 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2019/09/30 11:20:03 maya Exp $
+@comment $NetBSD: PLIST,v 1.33 2019/10/27 12:44:28 kamil Exp $
 bin/esdcompat
 bin/pa-info
 bin/pacat
@@ -12,7 +12,6 @@
 bin/pasuspender
 ${PLIST.x11}bin/pax11publish
 bin/pulseaudio
-${PLIST.fftw}bin/qpaeq
 ${PLIST.x11}bin/start-pulseaudio-x11
 include/pulse/cdecl.h
 include/pulse/channelmap.h
@@ -122,8 +121,6 @@
 lib/pulse-${PULSELIBVER}/modules/module-device-restore.so
 lib/pulse-${PULSELIBVER}/modules/module-echo-cancel.a
 lib/pulse-${PULSELIBVER}/modules/module-echo-cancel.so
-${PLIST.fftw}lib/pulse-${PULSELIBVER}/modules/module-equalizer-sink.a
-${PLIST.fftw}lib/pulse-${PULSELIBVER}/modules/module-equalizer-sink.so
 lib/pulse-${PULSELIBVER}/modules/module-esound-compat-spawnfd.a
 lib/pulse-${PULSELIBVER}/modules/module-esound-compat-spawnfd.so
 lib/pulse-${PULSELIBVER}/modules/module-esound-compat-spawnpid.a
diff -r 7bf371b0511f -r f61f801ec940 audio/pulseaudio/options.mk
--- a/audio/pulseaudio/options.mk       Sun Oct 27 12:08:41 2019 +0000
+++ b/audio/pulseaudio/options.mk       Sun Oct 27 12:44:27 2019 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: options.mk,v 1.12 2019/07/02 12:51:34 ryoon Exp $
+# $NetBSD: options.mk,v 1.13 2019/10/27 12:44:28 kamil Exp $
 
 .include "../../comms/lirc/available.mk"
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pulseaudio
-PKG_SUPPORTED_OPTIONS= avahi fftw gsettings x11
+PKG_SUPPORTED_OPTIONS= avahi gsettings x11
 .if ${LIRC_AVAILABLE} == "yes"
 PKG_SUPPORTED_OPTIONS+=        lirc
 .endif
 PKG_SUGGESTED_OPTIONS= avahi x11
-PLIST_VARS+=           avahi fftw gsettings x11 lirc
+PLIST_VARS+=           avahi gsettings x11 lirc
 
 .include "../../mk/bsd.options.mk"
 
@@ -19,25 +19,6 @@
 CONFIGURE_ARGS+=       --disable-avahi
 .endif
 
-.if !empty(PKG_OPTIONS:Mfftw)
-CONFIGURE_ARGS+=       --with-fftw
-PLIST.fftw=            yes
-
-.include "../../lang/python/pyversion.mk"
-# manually replace since check_interpreter detests /usr/bin/env
-REPLACE_INTERPRETER+=  pulse_py
-REPLACE.pulse_py.old=  .*/usr/bin/env python[^ ]*
-REPLACE.pulse_py.new=  ${PYTHONBIN}
-REPLACE_FILES.pulse_py=        src/utils/qpaeq
-
-.include "../../math/fftwf/buildlink3.mk"
-.include "../../sysutils/py-dbus/buildlink3.mk"
-.include "../../x11/py-qt4/buildlink3.mk"
-.include "../../x11/py-sip/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --without-fftw
-.endif
-
 .if !empty(PKG_OPTIONS:Mgsettings)
 PLIST.gsettings=       yes
 CONFIGURE_ARGS+=       --enable-gsettings



Home | Main Index | Thread Index | Old Index