Base Libraries for KDE Graphics Applications
The base applications and libraries for KDE graphics applications.
All kfile plug-ins (to generate previews in konqueror) are also in this
package.
More kdegraphics applications can be found in:
- kdegraphics3-fax
- kdegraphics3-kamera
- kdegraphics3-pdf
- kdegraphics3-postscript
- kdegraphics3-imaging
- kdegraphics3-scan
- kdegraphics3-tex
- kdegraphics3-extra
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout KDE:KDE3/kdegraphics3 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
3_5_BRANCH.diff | 0000057103 55.8 KB | |
better-exif.patch | 0000017610 17.2 KB | |
bugzilla-113799-disable-byte-code-interpreter.patc |
0000000716 716 Bytes | |
bugzilla-113799-render-fi-correctly.patch | 0000001329 1.3 KB | |
enable-agg.diff | 0000000696 696 Bytes | |
enable-orcad.diff | 0000000195 195 Bytes | |
fix-kcmshell-kgamma.diff | 0000000296 296 Bytes | |
fix-kooka-desktop-icon.diff | 0000000238 238 Bytes | |
fix-xdg-category.diff | 0000000251 251 Bytes | |
kdegraphics-3.5.7.tar.bz2 | 0007424976 7.08 MB | |
kdegraphics3.changes | 0000038767 37.9 KB | |
kdegraphics3.spec | 0000037879 37 KB | |
prefer-kpdf.diff | 0000000519 519 Bytes | |
use_xorg_conf.diff | 0000000840 840 Bytes |
Revision 94 (latest revision is 236)
unknown
committed
(revision 94)
Comments 3
Ilya, I get:
There was an error loading the module KSVGPlugin. The diagnostics is: /opt/kde3/lib64/libtext2path.so.0: undefined symbol: fribidi_log2vis
when trying to preview .svg files in konqueror. Maybe a SONAME issue somewhere?
We need to add
#define _FRIBIDI_DEPRECATED_H
to the .spec. That's where#define fribidi_log2vis FRIBIDI_NAMESPACE(log2vis)
is defined.I patched fribidi-0.19.2/lib/common.h to disable the
NO_DEPRECATED
defineI'll let you know if that does it.