abiword: build the mathview plugin
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Mon, 18 Jan 2010 23:11:57 +0000 (00:11 +0100)
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Sat, 23 Jan 2010 18:43:22 +0000 (19:43 +0100)
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 $)

recipes/abiword/abiword_2.8.1.bb

index 34a0347..5547e9c 100644 (file)
@@ -1,6 +1,6 @@
 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 \
@@ -17,7 +17,7 @@ EXTRA_OECONF = " --disable-static  \
                  --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"