[oe-commits] Denis 'Gnutoo' Carikli : abiword: build the mathview plugin

git version control git at git.openembedded.org
Sun Jan 24 10:39:18 UTC 2010


Module: openembedded.git
Branch: holger/staging-branch
Commit: 1986ae8b1600ba591f56bfc58b6f81254207e232
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1986ae8b1600ba591f56bfc58b6f81254207e232

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Jan 19 00:11:57 2010 +0100

abiword: build the mathview plugin

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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/abiword/abiword_2.8.1.bb b/recipes/abiword/abiword_2.8.1.bb
index 34a0347..5547e9c 100644
--- a/recipes/abiword/abiword_2.8.1.bb
+++ b/recipes/abiword/abiword_2.8.1.bb
@@ -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"





More information about the Openembedded-commits mailing list