--- /usr/portage/app-office/libreoffice/libreoffice-9999-r2.ebuild 2014-12-29 21:31:04.000000000 +0100 +++ libreoffice-4.4.9999.ebuild 2015-01-10 17:47:00.862909063 +0100 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.236 2014/12/29 20:05:21 dilfridge Exp $ +# $Header: $ EAPI=5 @@ -74,7 +74,7 @@ unset ADDONS_SRC IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer -+gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test vlc" ++gtk gtk3 jemalloc kde mysql odk postgres telepathy test vlc" LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" # Unpackaged separate extensions: @@ -107,16 +107,16 @@ >=app-text/libetonyek-0.1.1 app-text/liblangtag >=app-text/libmspub-0.1.0 - >=app-text/libmwaw-0.3.1 + >=app-text/libmwaw-0.3.4 >=app-text/libodfgen-0.1.0 app-text/libwpd:0.10[tools] app-text/libwpg:0.3 >=app-text/libwps-0.3.0 >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 - dev-cpp/libcmis:0.4 + dev-cpp/libcmis:0.5 dev-db/unixODBC - >=dev-libs/boost-1.46:= + >=dev-libs/boost-1.47:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= @@ -136,6 +136,7 @@ >=media-libs/libpng-1.4 >=media-libs/libcdr-0.1.0 >=media-libs/libfreehand-0.1.0 + media-libs/libpagemaker >=media-libs/libvisio-0.1.0 >=net-misc/curl-7.21.4 net-libs/neon @@ -146,6 +147,8 @@ x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender + virtual/glu + virtual/opengl bluetooth? ( net-wireless/bluez ) coinmp? ( sci-libs/coinor-mp ) cups? ( net-print/cups ) @@ -174,10 +177,6 @@ dev-java/tomcat-servlet-api:3.0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) - opengl? ( - virtual/glu - virtual/opengl - ) postgres? ( >=dev-db/postgresql-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 @@ -245,7 +244,7 @@ PATCHES=( # not upstreamable stuff - "${FILESDIR}/${PN}-3.7-system-pyuno.patch" + "${FILESDIR}/${PN}-4.4-system-pyuno.patch" ) REQUIRED_USE=" @@ -359,7 +358,7 @@ -e "s:%eprefix%:${EPREFIX}:g" \ -e "s:%libdir%:$(get_libdir):g" \ -i pyuno/source/module/uno.py \ - -i scripting/source/pyprov/officehelper.py || die + -i pyuno/source/officehelper.py || die # sed in the tests sed -i \ -e 's#all : build unitcheck#all : build#g' \ @@ -499,13 +498,12 @@ $(use_enable gnome gconf) \ $(use_enable gnome gio) \ $(use_enable gnome lockdown) \ - $(use_enable gstreamer) \ + $(use_enable gstreamer gstreamer-1-0) \ $(use_enable gtk) \ $(use_enable gtk3) \ $(use_enable kde kde4) \ $(use_enable mysql ext-mariadb-connector) \ $(use_enable odk) \ - $(use_enable opengl) \ $(use_enable postgres postgresql-sdbc) \ $(use_enable telepathy) \ $(use_enable vlc) \ @@ -579,6 +577,10 @@ # Remove desktop files for support to old installs that can't parse mime rm -rf "${ED}"/usr/share/mimelnk/ + # FIXME: Hack add missing file + insinto /usr/$(get_libdir)/${PN}/program + doins "${S}"/instdir/program/libsaxlo.so + pax-mark -m "${ED}"/usr/$(get_libdir)/libreoffice/program/soffice.bin pax-mark -m "${ED}"/usr/$(get_libdir)/libreoffice/program/unopkg.bin }