diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-03-22 20:05:36 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-03-22 20:06:22 +0100 |
commit | 0e02cd2b49d85afabe3208c4d65bf929c0b629fc (patch) | |
tree | 60e5a01b4399671571f724034f7dd8fdda199cf8 /app-office/wps-office | |
parent | net-misc/ntp: Add patch to fix build with gcc-4.9 (diff) | |
download | gentoo-0e02cd2b49d85afabe3208c4d65bf929c0b629fc.tar.gz gentoo-0e02cd2b49d85afabe3208c4d65bf929c0b629fc.tar.bz2 gentoo-0e02cd2b49d85afabe3208c4d65bf929c0b629fc.zip |
app-office/wps-office: We also need system copy of phonon
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-office/wps-office')
-rw-r--r-- | app-office/wps-office/wps-office-10.1.0.5672_alpha21-r1.ebuild (renamed from app-office/wps-office/wps-office-10.1.0.5672_alpha21.ebuild) | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-office/wps-office/wps-office-10.1.0.5672_alpha21.ebuild b/app-office/wps-office/wps-office-10.1.0.5672_alpha21-r1.ebuild index bb708993be72..e626ce68bd92 100644 --- a/app-office/wps-office/wps-office-10.1.0.5672_alpha21.ebuild +++ b/app-office/wps-office/wps-office-10.1.0.5672_alpha21-r1.ebuild @@ -1,5 +1,6 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# $Id$ EAPI=6 inherit fdo-mime font gnome2-utils unpacker versionator @@ -42,12 +43,15 @@ LICENSE="WPS-EULA" IUSE="+sharedfonts" UNBUNDLED_LIBS=" + media-libs/phonon " +# Not fully unbundled: media-libs/phonon , libkso.so needs system copy, but +# wpp fails to run if bundled one is not present due to invalid symbols +# media-libs/phonon # media-libs/tiff:3 # dev-qt/qtwebkit:4 # dev-qt/qtcore:4 # dev-qt/qtdbus:4 -# media-libs/phonon NATIVE_DEPEND=" app-arch/bzip2 @@ -91,6 +95,8 @@ DEPEND="" S="${WORKDIR}" #src_prepare() { +# default + # Remove bundled libs and rely on system versions if possible # Commented lines are about the libs that cannot be unbundled yet. # cd "${S}"/opt/kingsoft/wps-office/office6/ |