commit: 17ba230069aec0949dd60860dd5e0916eac88fad
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 17:56:03 2023 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:15:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ba2300
net-misc/freerdp: update man page deps
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/freerdp/freerdp-3.0.0.ebuild | 12 +++++-------
net-misc/freerdp/freerdp-9999.ebuild | 10 ++++------
2 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/net-misc/freerdp/freerdp-3.0.0.ebuild
b/net-misc/freerdp/freerdp-3.0.0.ebuild
index 873cbd5a6144..1855b9af8dd7 100644
--- a/net-misc/freerdp/freerdp-3.0.0.ebuild
+++ b/net-misc/freerdp/freerdp-3.0.0.ebuild
@@ -15,7 +15,7 @@ else
MY_P=${P/_/-}
S="${WORKDIR}/${MY_P}"
SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz"
- #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+ #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
DESCRIPTION="Free implementation of the Remote Desktop Protocol"
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.freerdp.com/"
LICENSE="Apache-2.0"
SLOT="0/3"
-IUSE="aad alsa cpu_flags_arm_neon cups debug doc +ffmpeg +fuse gstreamer +icu
jpeg kerberos openh264 pulseaudio sdl server smartcard systemd test usb
valgrind wayland X xinerama xv"
+IUSE="aad alsa cpu_flags_arm_neon cups debug +ffmpeg +fuse gstreamer +icu jpeg
kerberos openh264 pulseaudio sdl server smartcard systemd test usb valgrind
wayland X xinerama xv"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -96,10 +96,8 @@ DEPEND="
"
BDEPEND="
virtual/pkgconfig
- X? ( doc? (
- app-text/docbook-xml-dtd:4.1.2
- app-text/xmlto
- ) )
+ app-text/docbook-xsl-stylesheets
+ dev-libs/libxslt
"
src_configure() {
@@ -116,7 +114,7 @@ src_configure() {
-DWITH_CLIENT_SDL=$(usex sdl ON OFF)
-DWITH_CUPS=$(usex cups ON OFF)
-DWITH_DEBUG_ALL=$(usex debug ON OFF)
- -DWITH_MANPAGES=$(usex doc ON OFF)
+ -DWITH_MANPAGES=ON
-DWITH_FFMPEG=$(usex ffmpeg ON OFF)
-DWITH_SWSCALE=$(usex ffmpeg ON OFF)
-DWITH_CAIRO=$(usex ffmpeg OFF ON)
diff --git a/net-misc/freerdp/freerdp-9999.ebuild
b/net-misc/freerdp/freerdp-9999.ebuild
index 53737725451f..f8a8bc523c5c 100644
--- a/net-misc/freerdp/freerdp-9999.ebuild
+++ b/net-misc/freerdp/freerdp-9999.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.freerdp.com/"
LICENSE="Apache-2.0"
SLOT="0/3"
-IUSE="aad alsa cpu_flags_arm_neon cups debug doc +ffmpeg +fuse gstreamer +icu
jpeg kerberos openh264 pulseaudio sdl server smartcard systemd test usb
valgrind wayland X xinerama xv"
+IUSE="aad alsa cpu_flags_arm_neon cups debug +ffmpeg +fuse gstreamer +icu jpeg
kerberos openh264 pulseaudio sdl server smartcard systemd test usb valgrind
wayland X xinerama xv"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -96,10 +96,8 @@ DEPEND="
"
BDEPEND="
virtual/pkgconfig
- X? ( doc? (
- app-text/docbook-xml-dtd:4.1.2
- app-text/xmlto
- ) )
+ app-text/docbook-xsl-stylesheets
+ dev-libs/libxslt
"
src_configure() {
@@ -116,7 +114,7 @@ src_configure() {
-DWITH_CLIENT_SDL=$(usex sdl ON OFF)
-DWITH_CUPS=$(usex cups ON OFF)
-DWITH_DEBUG_ALL=$(usex debug ON OFF)
- -DWITH_MANPAGES=$(usex doc ON OFF)
+ -DWITH_MANPAGES=ON
-DWITH_FFMPEG=$(usex ffmpeg ON OFF)
-DWITH_SWSCALE=$(usex ffmpeg ON OFF)
-DWITH_CAIRO=$(usex ffmpeg OFF ON)