pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtmultimedia qt5-qtmultimedia: pulseaudio no l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/660d2ecee629
branches:  trunk
changeset: 456012:660d2ecee629
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jul 16 13:33:02 2021 +0000

description:
qt5-qtmultimedia: pulseaudio no longer indirectly requires rust

diffstat:

 x11/qt5-qtmultimedia/options.mk |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (25 lines):

diff -r 6217cc01e374 -r 660d2ecee629 x11/qt5-qtmultimedia/options.mk
--- a/x11/qt5-qtmultimedia/options.mk   Fri Jul 16 13:29:55 2021 +0000
+++ b/x11/qt5-qtmultimedia/options.mk   Fri Jul 16 13:33:02 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2021/06/22 12:34:23 nia Exp $
+# $NetBSD: options.mk,v 1.8 2021/07/16 13:33:02 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.qt5-qtmultimedia
 PKG_SUPPORTED_OPTIONS=         alsa gstreamer openal pulseaudio
@@ -8,15 +8,7 @@
 
 .if ${OPSYS} != "Darwin"
 PKG_SUGGESTED_OPTIONS+=                gstreamer openal
-# Only enable PulseAudio on platforms where mozjs is likely to build.
-# PulseAudio is enabled because Qt5 applications need it to play sounds.
-.  include "../../lang/rust/platform.mk"
-.  if (${MACHINE_ARCH} == "i386" || \
-      ${MACHINE_ARCH} == "x86_64" || \
-      ${MACHINE_ARCH} == "aarch64") && \
-      ${PLATFORM_SUPPORTS_RUST:tl} == "yes"
 PKG_SUGGESTED_OPTIONS+=                pulseaudio
-.   endif
 .else
 PLIST.openal=  yes
 .endif



Home | Main Index | Thread Index | Old Index