Opened 15 years ago

Closed 12 years ago

Last modified 10 years ago

#2827 closed task (overcomebyevents)

koffice dependencies

Reported by: robert@… Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Koffice doesn't recognize Python-2.6, the configure script stops at version 2.5. I had to hack configure by hand to fix it, at:

38925:if test -z ""2.5""; then
38928:  version=""2.5""
51129:if test -z ""2.5""; then
51132:  version=""2.5""

I switched these to 2.6, to fix include directory and library names.

Koffice also asks for GraphicsMagick.

Change History (7)

comment:1 by willimm, 15 years ago

Hmm... GraphicsMagick. Judging by the name, GraphicsMagick must be similar to ImageMagick.

Homepage: http://www.graphicsmagick.org/

Latest version: 1.3.5

Deps: Yup, I was right, GraphicsMagick uses the same deps as ImageMagick, except it also uses OpenEXR. Also, according to it's web site, it uses OpenMP.

Compilation instructions: ./configure --prefix=/usr --enable-shared \

--enable-magick-compat &&

make And as root: make install

(Note, this was from CBLFS. I use it for making packages not in the book (BLFS), like Lua and OpenEXR.)

KOffice can use [ImageMagick and GraphicsMagick] both, so, unless you want OpenEXR support, stick with ImageMagick.

Other "Recommendend" Deps (acording to CBLFS:)


KdeBase 3.*

Wv2:

This is a library for M$ Word documents, that are made with Word 97, 2000, XP. Not sure if it supports 2003, but for sure it doesn't support 2007.

It needs libgsf, compiles with ./configure --prefix=/usr --disable-debug && make && sudo make install.

Downloads location: http://downloads.sourceforge.net/wvware/wv2-0.2.3.tar.bz2

Libwpd:

This is a library for WordPerfect documents. (For those that don't know, WordPerfect is Corel's rival to M$ Word.) It is most commonly used to import WordPerfect documents into other word processors.

Download location: http://prdownloads.sourceforge.net/libwpd/libwpd-0.8.13.tar.gz

Deps: Like wv2: Libwpd needs libgsf, and it can use Doxygen for API docs.

Compilations instructions: Standard compilation instructions. (./configure --prefix=/usr && make && make install)

(BTW, this [Libwpd] is also a opt. dep for OpenOffice.)

As mentioned above, either ImageMagick or GraphicsMagick.

Libpqxx:

C++ bindings for PostgreSQL. (like GTK+mm is for GTK+)

Download location: http://pqxx.org/download/software/libpqxx/libpqxx-3.0.tar.gz

Deps: Obsvley, this needs PostgreSQL for it to build. It can use Doxygen for API docs, and xmlto for extra docs.

Compilation instructions: Standard, but with a configure option added. (--enable-shared)

MySQL


And the recommended deps for koffice are there.

comment:2 by Randy McMurchy, 15 years ago

Milestone: 6.46.5

Modified milestone from 6.4 to 6.5

comment:3 by (none), 13 years ago

Milestone: 6.5

Milestone 6.5 deleted

comment:4 by Randy McMurchy, 13 years ago

Milestone: 6.7

Updated milestone to 6.7

comment:5 by bdubbs@…, 12 years ago

Milestone: 6.7current

comment:6 by bdubbs@…, 12 years ago

Resolution: overcomebyevents
Status: newclosed

KDE3 has been removed from the book.

comment:7 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.