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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C460158041 for ; Sun, 17 Mar 2024 19:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79895E29B1; Sun, 17 Mar 2024 19:32:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C10CE29B1 for ; Sun, 17 Mar 2024 19:32:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45C6733BEEE for ; Sun, 17 Mar 2024 19:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E6E1DBD for ; Sun, 17 Mar 2024 19:32:47 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1710703831.3152f9f76f82dcf1d885030f96584f29ba34b76a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/freerdp/freerdp-2.11.5-r10.ebuild net-misc/freerdp/freerdp-2.9999.ebuild X-VCS-Directories: net-misc/freerdp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3152f9f76f82dcf1d885030f96584f29ba34b76a X-VCS-Branch: master Date: Sun, 17 Mar 2024 19:32:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f85e1da-e5e6-4df1-a8f1-4a21f011acb7 X-Archives-Hash: 7cdf1c4a53e10f17c85ec1cc11d7889b commit: 3152f9f76f82dcf1d885030f96584f29ba34b76a Author: Mike Gilbert gentoo org> AuthorDate: Sun Mar 17 19:30:31 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Mar 17 19:30:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3152f9f7 net-misc/freerdp: build manpages unconditionally Closes: https://bugs.gentoo.org/927209 Signed-off-by: Mike Gilbert gentoo.org> net-misc/freerdp/freerdp-2.11.5-r10.ebuild | 10 ++++------ net-misc/freerdp/freerdp-2.9999.ebuild | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/net-misc/freerdp/freerdp-2.11.5-r10.ebuild b/net-misc/freerdp/freerdp-2.11.5-r10.ebuild index e3c30486ef78..717f0a342826 100644 --- a/net-misc/freerdp/freerdp-2.11.5-r10.ebuild +++ b/net-misc/freerdp/freerdp-2.11.5-r10.ebuild @@ -23,15 +23,13 @@ HOMEPAGE="https://www.freerdp.com/" LICENSE="Apache-2.0" SLOT="2" -IUSE="alsa cpu_flags_arm_neon client cups debug doc +ffmpeg gstreamer icu jpeg kerberos openh264 pulseaudio server smartcard systemd test tools usb valgrind wayland X xinerama xv" +IUSE="alsa cpu_flags_arm_neon client cups debug +ffmpeg gstreamer icu jpeg kerberos openh264 pulseaudio server smartcard systemd test tools usb valgrind wayland X xinerama xv" RESTRICT="!test? ( test )" BDEPEND=" virtual/pkgconfig - X? ( doc? ( - app-text/docbook-xml-dtd:4.1.2 - app-text/xmlto - ) ) + app-text/docbook-xml-dtd:4.1.2 + app-text/xmlto " COMMON_DEPEND=" @@ -131,7 +129,7 @@ src_configure() { -DWITH_CUPS=$(option cups) -DWITH_CLIENT=$(option client) -DWITH_DEBUG_ALL=$(option debug) - -DWITH_MANPAGES=$(option doc) + -DWITH_MANPAGES=ON -DWITH_FFMPEG=$(option ffmpeg) -DWITH_SWSCALE=$(option ffmpeg) -DWITH_CAIRO=$(option !ffmpeg) diff --git a/net-misc/freerdp/freerdp-2.9999.ebuild b/net-misc/freerdp/freerdp-2.9999.ebuild index 035df26f5b1e..e344d688097a 100644 --- a/net-misc/freerdp/freerdp-2.9999.ebuild +++ b/net-misc/freerdp/freerdp-2.9999.ebuild @@ -23,15 +23,13 @@ HOMEPAGE="https://www.freerdp.com/" LICENSE="Apache-2.0" SLOT="2" -IUSE="alsa cpu_flags_arm_neon client cups debug doc +ffmpeg gstreamer icu jpeg kerberos openh264 pulseaudio server smartcard systemd test tools usb valgrind wayland X xinerama xv" +IUSE="alsa cpu_flags_arm_neon client cups debug +ffmpeg gstreamer icu jpeg kerberos openh264 pulseaudio server smartcard systemd test tools usb valgrind wayland X xinerama xv" RESTRICT="!test? ( test )" BDEPEND=" virtual/pkgconfig - X? ( doc? ( - app-text/docbook-xml-dtd:4.1.2 - app-text/xmlto - ) ) + app-text/docbook-xml-dtd:4.1.2 + app-text/xmlto " COMMON_DEPEND=" @@ -126,7 +124,7 @@ src_configure() { -DWITH_CUPS=$(option cups) -DWITH_CLIENT=$(option client) -DWITH_DEBUG_ALL=$(option debug) - -DWITH_MANPAGES=$(option doc) + -DWITH_MANPAGES=ON -DWITH_FFMPEG=$(option ffmpeg) -DWITH_SWSCALE=$(option ffmpeg) -DWITH_CAIRO=$(option !ffmpeg)