summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-12-30 12:56:03 -0500
committerMike Gilbert <floppym@gentoo.org>2023-12-30 13:15:06 -0500
commit17ba230069aec0949dd60860dd5e0916eac88fad (patch)
treef5a0f7953e01ad3f2bf0f59590df85bd300c9df4 /net-misc
parentnet-misc/freerdp: drop 3.0.0_beta3 (diff)
downloadgentoo-17ba230069aec0949dd60860dd5e0916eac88fad.tar.gz
gentoo-17ba230069aec0949dd60860dd5e0916eac88fad.tar.bz2
gentoo-17ba230069aec0949dd60860dd5e0916eac88fad.zip
net-misc/freerdp: update man page deps
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/freerdp/freerdp-3.0.0.ebuild12
-rw-r--r--net-misc/freerdp/freerdp-9999.ebuild10
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)