summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-06 12:01:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-08 17:19:01 +0100
commit79d5d58f40f56b1ec7ffa717eebb08c100b940d2 (patch)
tree45da8460038b54cb87e75c365fc8752614711ddd /app-office
parentapp-editors/texworks: add 0.6.9 (diff)
downloadgentoo-79d5d58f40f56b1ec7ffa717eebb08c100b940d2.tar.gz
gentoo-79d5d58f40f56b1ec7ffa717eebb08c100b940d2.tar.bz2
gentoo-79d5d58f40f56b1ec7ffa717eebb08c100b940d2.zip
app-office/libreoffice: WIP
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
index c3344edaa200..40ff8be2ab7f 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -146,6 +146,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/libxslt
dev-libs/nspr
dev-libs/nss
+ dev-libs/openssl:=
>=dev-libs/redland-1.0.16
>=dev-libs/xmlsec-1.2.35:=[nss]
>=games-engines/box2d-2.4.1:0
@@ -167,7 +168,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
media-libs/openjpeg:=
media-libs/tiff:=
media-libs/zxing-cpp:=
- net-misc/curl
+ net-misc/curl[kerberos]
sci-mathematics/lpsolve:=
sys-libs/zlib
virtual/opengl
@@ -214,11 +215,14 @@ COMMON_DEPEND="${PYTHON_DEPS}
ldap? ( net-nds/openldap:= )
libreoffice_extensions_scripting-beanshell? ( dev-java/bsh )
libreoffice_extensions_scripting-javascript? ( >=dev-java/rhino-1.7.14:1.6 )
- mariadb? ( dev-db/mariadb-connector-c:= )
+ mariadb? ( dev-db/mariadb-connector-c:=[kerberos] )
!mariadb? ( dev-db/mysql-connector-c:= )
pdfimport? ( >=app-text/poppler-22.06:=[cxx] )
postgres? ( >=dev-db/postgresql-9.0:*[kerberos] )
- qt6? ( dev-qt/qtbase:6[gui,widgets] )
+ qt6? (
+ dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtmultimedia:6
+ )
"
# FIXME: cppunit should be moved to test conditional
# after everything upstream is under gbuild
@@ -496,7 +500,6 @@ src_configure() {
--disable-fetch-external
--disable-gtk3-kde5
--disable-online-update
- --disable-openssl
--disable-pdfium
--disable-qt5
--with-extra-buildid="${gentoo_buildid}"