source: kde/add/okular.xml@ a939ab2a

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since a939ab2a was a939ab2a, checked in by Krejzi <krejzi@…>, 10 years ago

Checks and fixes to kde packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14040 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY okular-download-http "&kde-download-http;&kde-version;/src/okular-&kde-version;.tar.xz">
8 <!ENTITY okular-download-ftp " ">
9 <!ENTITY okular-md5sum "5debba1b609a8beb66937150203f64c3">
10 <!ENTITY okular-size "1.5 MB">
11 <!ENTITY okular-buildsize "32 MB">
12 <!ENTITY okular-time "1.6 SBU">
13]>
14
15<sect1 id="okular" xreflabel="Okular-&kde-version;">
16 <?dbhtml filename="okular.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Okular-&kde-version;</title>
24
25 <indexterm zone="okular">
26 <primary sortas="a-Okular">Okular</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Okular</title>
31
32 <para>Okular is a document viewer for KDE. It can view documents of many types
33 including PDF, PostScript, TIFF, Microsoft CHM, DjVu, DVI, XPS and ePub.</para>
34
35 &lfs76_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&okular-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&okular-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &okular-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &okular-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &okular-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &okular-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Okular Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">
63 <xref linkend="kdelibs"/>
64 </para>
65
66 <bridgehead renderas="sect4">Recommended</bridgehead>
67 <para role="recommended">
68 <xref linkend="freetype2"/>,
69 <xref linkend="kactivities"/>,
70 <xref linkend="poppler"/> (required for PDF support), and
71 <xref linkend="qimageblitz"/>
72 </para>
73
74 <note><para>For PDF support in <application>Okular</application> you need to
75 configure <application>Poppler</application> using <option>--enable-xpdf-headers
76 </option>.</para></note>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="libkexiv2"/>,
81 <ulink url="https://projects.kde.org/projects/extragear/base/plasma-mobile">ActiveApp</ulink>
82 (for developing applications for Plasma Active),
83 <ulink url="http://djvu.org/">DjVuLibre</ulink>,
84 <ulink url="http://www.jedrea.com/chmlib">libchm</ulink>,
85 <ulink url="http://sourceforge.net/projects/ebook-tools">libepub</ulink>,
86 <ulink url="http://libspectre.freedesktop.org/">libspectre</ulink> (for PostScript support), and
87 <ulink url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket">Mobipocket</ulink>
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/okular"/>
92 </para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Okular</title>
98
99 <para>Install <application>Okular</application> by running
100 the following commands:</para>
101
102<screen><userinput>mkdir build &amp;&amp;
103cd build &amp;&amp;
104
105cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
106 -DCMAKE_BUILD_TYPE=Release \
107 -Wno-dev .. &amp;&amp;
108make</userinput></screen>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>okular</seg>
126 <seg>libokularcore.so and several in &kde-dir;/lib/kde4</seg>
127 <seg>&kde-dir;/include/okular and several in &kde-dir;/lib and
128 &kde-dir;/share</seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="okular-prog">
138 <term><command>okular</command></term>
139 <listitem>
140 <para>is the KDE document viewer.</para>
141 <indexterm zone="okular okular-prog">
142 <primary sortas="b-okular">okular</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.