Received: by mail.netbsd.org (Postfix, from userid 605) id 577DD84E98; Fri, 16 Jul 2021 13:33:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 923E984E84 for ; Fri, 16 Jul 2021 13:33:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 46Rm_JtnQU88 for ; Fri, 16 Jul 2021 13:33:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E5DB384C86 for ; Fri, 16 Jul 2021 13:33:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF7D5FA95; Fri, 16 Jul 2021 13:33:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1626442382277000" MIME-Version: 1.0 Date: Fri, 16 Jul 2021 13:33:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/qt5-qtmultimedia To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210716133302.DF7D5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1626442382277000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Jul 16 13:33:02 UTC 2021 Modified Files: pkgsrc/x11/qt5-qtmultimedia: options.mk Log Message: qt5-qtmultimedia: pulseaudio no longer indirectly requires rust To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/qt5-qtmultimedia/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1626442382277000 Content-Disposition: inline Content-Length: 1097 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5-qtmultimedia/options.mk diff -u pkgsrc/x11/qt5-qtmultimedia/options.mk:1.7 pkgsrc/x11/qt5-qtmultimedia/options.mk:1.8 --- pkgsrc/x11/qt5-qtmultimedia/options.mk:1.7 Tue Jun 22 12:34:23 2021 +++ pkgsrc/x11/qt5-qtmultimedia/options.mk Fri Jul 16 13:33:02 2021 @@ -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 @@ PKG_SUGGESTED_OPTIONS.Linux= alsa .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 --_----------=_1626442382277000--