From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEE23138334 for ; Tue, 30 Oct 2018 17:46:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6049E088F; Tue, 30 Oct 2018 17:46:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA353E08C9 for ; Tue, 30 Oct 2018 17:46:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11867335C67 for ; Tue, 30 Oct 2018 17:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53BB0452 for ; Tue, 30 Oct 2018 17:46:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1540921564.8acb2f0abf860f106361a30cc7cc486fdfae555e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8acb2f0abf860f106361a30cc7cc486fdfae555e X-VCS-Branch: master Date: Tue, 30 Oct 2018 17:46:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 333ea588-e509-48cc-8d0b-d4b9ef8c1792 X-Archives-Hash: 1c34a12ff1916b0de9480767653cb4dd commit: 8acb2f0abf860f106361a30cc7cc486fdfae555e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 30 16:54:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 30 17:46:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acb2f0a media-video/vlc: Configure KDE solid actions path Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-video/vlc/vlc-3.0.9999.ebuild | 1 + media-video/vlc/vlc-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index bad9a61a726..f26552ced2a 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -392,6 +392,7 @@ src_configure() { $(use_enable zeroconf avahi) $(use_enable zvbi) $(use_enable !zvbi telx) + --with-kde-solid=/usr/share/solid/actions --disable-asdcp --disable-coverage --disable-cprof diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 5081c4c23cf..8eddd566666 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -393,6 +393,7 @@ src_configure() { $(use_enable zeroconf avahi) $(use_enable zvbi) $(use_enable !zvbi telx) + --with-kde-solid=/usr/share/solid/actions --disable-asdcp --disable-coverage --disable-cprof