Without the gtkmathview dependency the abiword mathview plugin is not
built,which prevent the edition of the math formulas(mathml or latex
formulation)
I also had issues displaying the formulas on my eeepc 701
(machine support will be commited soon) without the plugin:
*The 3 top formulas of my document had a black rectangle on a part of
them
*the part after the black rectangle was truncated and mixed
Installing the plugin fixed both issues,but I noticied an issue
with the latex notation where a \cdot was transformed in a C with
a vertical bar in it(like the $)
require abiword-2.5.inc
-PR = "r3"
+PR = "r4"
SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
file://autogen-common.sh \
--enable-collab-backend-service \
--with-libwmf-config=${STAGING_DIR} \
"
-DEPENDS += " libwmf-native "
+DEPENDS += " libwmf-native gtkmathview "
RCONFLICTS = "abiword-embedded"
FILES_${PN} += "${libdir}/libabiword-*.so ${datadir}/mime-info ${datadir}/abiword-${SHRT_VER}/certs ${datadir}/abiword-${SHRT_VER}/ui ${datadir}/abiword-${SHRT_VER}/xsl* ${datadir}/abiword-${SHRT_VER}/mime-info ${datadir}/abiword-${SHRT_VER}/Pr*.xml"