pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebengine



Module Name:    pkgsrc
Committed By:   mrg
Date:           Wed Jan 26 18:24:08 UTC 2022

Modified Files:
        pkgsrc/x11/qt5-qtwebengine: Makefile
Added Files:
        pkgsrc/x11/qt5-qtwebengine: options.mk

Log Message:
pkg option support for pulseaudio.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/qt5-qtwebengine/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/qt5-qtwebengine/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qt5-qtwebengine/Makefile
diff -u pkgsrc/x11/qt5-qtwebengine/Makefile:1.12 pkgsrc/x11/qt5-qtwebengine/Makefile:1.13
--- pkgsrc/x11/qt5-qtwebengine/Makefile:1.12    Sun Dec 19 09:48:00 2021
+++ pkgsrc/x11/qt5-qtwebengine/Makefile Wed Jan 26 18:24:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/12/19 09:48:00 maya Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/26 18:24:08 mrg Exp $
 
 DISTNAME=      qtwebengine-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtwebengine-${QTVERSION}
@@ -65,10 +65,11 @@ post-install:
        /usr/sbin/paxctl +m ${DESTDIR}${PREFIX}/qt5/libexec/QtWebEngineProcess
 .endif
 
+.include "options.mk"
+
 .include "../../mk/bsd.prefs.mk"
 
 .include "../../audio/alsa-lib/buildlink3.mk"
-.include "../../audio/pulseaudio/buildlink3.mk"
 .include "../../audio/libopus/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .if ${OPSYS} == "Darwin" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"

Added files:

Index: pkgsrc/x11/qt5-qtwebengine/options.mk
diff -u /dev/null pkgsrc/x11/qt5-qtwebengine/options.mk:1.1
--- /dev/null   Wed Jan 26 18:24:08 2022
+++ pkgsrc/x11/qt5-qtwebengine/options.mk       Wed Jan 26 18:24:08 2022
@@ -0,0 +1,11 @@
+# $NetBSD: options.mk,v 1.1 2022/01/26 18:24:08 mrg Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.qt5-qtwebengine
+PKG_SUPPORTED_OPTIONS= pulseaudio
+PKG_SUGGESTED_OPTIONS= pulseaudio
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mpulseaudio)
+.include "../../audio/pulseaudio/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index