From owner-svn-ports-all@freebsd.org Sun Dec 30 14:15:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 033D514298FC; Sun, 30 Dec 2018 14:15:56 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7286886ECA; Sun, 30 Dec 2018 14:15:55 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5EA07241F4; Sun, 30 Dec 2018 14:15:55 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBUEFtGb000753; Sun, 30 Dec 2018 14:15:55 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBUEFsZU000750; Sun, 30 Dec 2018 14:15:54 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201812301415.wBUEFsZU000750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sun, 30 Dec 2018 14:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488719 - in head: sysutils/kf5-kwallet www/falkon x11/plasma5-plasma X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head: sysutils/kf5-kwallet www/falkon x11/plasma5-plasma X-SVN-Commit-Revision: 488719 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7286886ECA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2018 14:15:56 -0000 Author: adridg Date: Sun Dec 30 14:15:54 2018 New Revision: 488719 URL: https://svnweb.freebsd.org/changeset/ports/488719 Log: Add OPTIONS to some kde@ ports. For best runtime performance (e.g. a fully functional desktop), users will need a pinentry application -- pinentry-qt fits best into the KDE desktop, but it could be a different one -- and sound output. Pick a default backend and some OSS plugins to make that happen. These are OPTIONS so the users interested in a minimal desktop or one with different audio needs can build suitable packages themselves. Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D18680 Modified: head/sysutils/kf5-kwallet/Makefile head/www/falkon/Makefile head/x11/plasma5-plasma/Makefile Modified: head/sysutils/kf5-kwallet/Makefile ============================================================================== --- head/sysutils/kf5-kwallet/Makefile Sun Dec 30 14:05:27 2018 (r488718) +++ head/sysutils/kf5-kwallet/Makefile Sun Dec 30 14:15:54 2018 (r488719) @@ -2,6 +2,7 @@ PORTNAME= kwallet DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -20,5 +21,11 @@ USE_KDE= auth codecs config configwidgets coreaddons d doctools ecm i18n iconthemes notifications service \ widgetsaddons windowsystem USE_QT= buildtools_build core dbus gui qmake_build widgets xml + +OPTIONS_DEFINE= PINENTRY +OPTIONS_DEFAULT= PINENTRY + +PINENTRY_DESC= Include pinentry-qt, for wallet passwords +PINENTRY_RUN_DEPENDS= pinentry-qt5:security/pinentry-qt5 .include Modified: head/www/falkon/Makefile ============================================================================== --- head/www/falkon/Makefile Sun Dec 30 14:05:27 2018 (r488718) +++ head/www/falkon/Makefile Sun Dec 30 14:15:54 2018 (r488719) @@ -2,7 +2,7 @@ PORTNAME= falkon DISTVERSION= 3.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= KDE/stable/falkon/${DISTVERSION:R}/src/ @@ -21,11 +21,16 @@ USE_XORG= xcb USE_LDCONFIG= yes -OPTIONS_DEFINE= GNOMEKEYRING +OPTIONS_DEFINE= GNOMEKEYRING ALSA +OPTIONS_DEFAULT= ALSA OPTIONS_SUB= YES GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING GNOMEKEYRING_USE= GNOME=glib20 GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring + +# Need the plugins to get sound, otherwise messages that the +# pcm_oss plugin can't be opened. +ALSA_RUN_DEPENDS= alsa-plugins>=0:audio/alsa-plugins .include Modified: head/x11/plasma5-plasma/Makefile ============================================================================== --- head/x11/plasma5-plasma/Makefile Sun Dec 30 14:05:27 2018 (r488718) +++ head/x11/plasma5-plasma/Makefile Sun Dec 30 14:15:54 2018 (r488719) @@ -2,6 +2,7 @@ PORTNAME= plasma DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde PKGNAMEPREFIX= plasma5- @@ -16,5 +17,14 @@ USES= kde:5 metaport qt:5 # * plasma-pa don't depend on plamsa-pa by default # * breeze-kde4 don't pull in qt4 bits USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa:Nbreeze-kde4} + +OPTIONS_DEFINE= PHONON PULSEAUDIO +OPTIONS_DEFAULT= PHONON + +# Different from PHONON, because this is about the output plugins +PHONON_DESC= Include phonon-gstreamer, for sound output + +PHONON_RUN_DEPENDS= ${QT_PLUGINDIR}/phonon4qt5_backend/phonon_gstreamer.so:multimedia/phonon-gstreamer@qt5 +PULSEAUDIO_USE= KDE=plasma-pa_run .include