Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gtk-vnc gtk-vnc: enable support for Pulseaudio by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6c840f7a5f6
branches:  trunk
changeset: 428803:d6c840f7a5f6
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sat Apr 11 21:09:23 2020 +0000

description:
gtk-vnc: enable support for Pulseaudio by default

This fixes building net/deforaos-vncviewer, which depends on it.

Bumps PKGREVISION.

diffstat:

 net/gtk-vnc/Makefile   |  4 ++--
 net/gtk-vnc/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 2dbd9c600837 -r d6c840f7a5f6 net/gtk-vnc/Makefile
--- a/net/gtk-vnc/Makefile      Sat Apr 11 16:29:16 2020 +0000
+++ b/net/gtk-vnc/Makefile      Sat Apr 11 21:09:23 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.72 2020/03/10 22:08:56 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2020/04/11 21:09:23 khorben Exp $
 #
 
 DISTNAME=      gtk-vnc-0.5.2
-PKGREVISION=   31
+PKGREVISION=   32
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtk-vnc/0.5/}
 EXTRACT_SUFX=  .tar.xz
diff -r 2dbd9c600837 -r d6c840f7a5f6 net/gtk-vnc/options.mk
--- a/net/gtk-vnc/options.mk    Sat Apr 11 16:29:16 2020 +0000
+++ b/net/gtk-vnc/options.mk    Sat Apr 11 21:09:23 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.13 2019/09/02 13:19:50 adam Exp $
+# $NetBSD: options.mk,v 1.14 2020/04/11 21:09:23 khorben Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk-vnc
 PKG_SUPPORTED_OPTIONS= python vnc-sasl pulseaudio
-PKG_SUGGESTED_OPTIONS= python vnc-sasl
+PKG_SUGGESTED_OPTIONS= python vnc-sasl pulseaudio
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index