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: note why pulse ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/153cb544bd09
branches:  trunk
changeset: 454838:153cb544bd09
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 22 12:34:23 2021 +0000

description:
qt5-qtmultimedia: note why pulse is enabled

diffstat:

 x11/qt5-qtmultimedia/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 711be5fa8cb9 -r 153cb544bd09 x11/qt5-qtmultimedia/options.mk
--- a/x11/qt5-qtmultimedia/options.mk   Tue Jun 22 12:33:10 2021 +0000
+++ b/x11/qt5-qtmultimedia/options.mk   Tue Jun 22 12:34:23 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2021/06/22 12:29:45 nia Exp $
+# $NetBSD: options.mk,v 1.7 2021/06/22 12:34:23 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.qt5-qtmultimedia
 PKG_SUPPORTED_OPTIONS=         alsa gstreamer openal pulseaudio
@@ -8,7 +8,8 @@
 
 .if ${OPSYS} != "Darwin"
 PKG_SUGGESTED_OPTIONS+=                gstreamer openal
-# Only enable pulseaudio on platforms where mozjs is likely to build
+# 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" || \



Home | Main Index | Thread Index | Old Index