source: x/lib/qt5-components.xml@ e917814

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since e917814 was f2cb575d, checked in by Bruce Dubbs <bdubbs@…>, 15 months ago

Clanup sddm

  • 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 qt5-major "5.15">
8 <!ENTITY qt5-url "https://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single">
9
10 <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
11 <!ENTITY qt5-download-ftp " ">
12 <!ENTITY qt5-md5sum "fb41d86bea6bc4886030a5092c910b09">
13 <!ENTITY qt5-size "varies">
14 <!ENTITY qt5-buildsize "varies">
15 <!ENTITY qt5-time "varies">
16]>
17
18<sect1 id="qt5-components" xreflabel="qt-components-&qt5-version;">
19 <?dbhtml filename="qt5-components.html" ?>
20
21 <title>qt-components-&qt5-version;</title>
22
23 <indexterm zone="qt5-components">
24 <primary sortas="a-Qt-components">Qt Components</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to qt5 comonents</title>
29
30 <para>
31 These instructions show how to build additional Qt5 components beyond
32 <xref linkend="qt5-alternate"/>. They are not applicable if the
33 full <xref linkend="qt5"/> package has been built.
34 </para>
35
36 &lfs113_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&qt5-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&qt5-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &qt5-md5sum;
53 </para>
54 </listitem>
55<!--
56 <listitem>
57 <para>
58 Download size: &qt5-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &qt5-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &qt5-time;
69 </para>
70 </listitem>
71-->
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">qt5 components Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="qt5-alternate"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended dependencies for qtimageformats</bridgehead>
82 <para role="recommended">
83 <xref linkend="jasper"/>,
84 <xref linkend="libmng"/>, and
85 <xref linkend="libwebp"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended dependencies for multimedia</bridgehead>
89 <para role="recommended">
90 <xref linkend="gst10-plugins-good"/>,
91 <xref linkend="gst10-plugins-bad"/>, and
92 <xref linkend="gst10-plugins-ugly"/>
93 </para>
94
95 <!--
96 <para condition="html" role="usernotes">
97 Editor Notes: <ulink url="&blfs-wiki;/qt5"/>
98 </para>
99 -->
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of qt5 components</title>
104
105 <para>
106 There are a few extra components needed for different packages in BLFS.
107 These are
108 <emphasis role="bold">qtimageformats</emphasis>,
109 <emphasis role="bold">qtlocation</emphasis>,
110 <emphasis role="bold">qtwebchannel</emphasis>,
111 <emphasis role="bold">qtdoc</emphasis>, and
112 <emphasis role="bold">qtmultimedia</emphasis>.
113 Only those components specified for a specific
114 package are needed. You only need to build the relevant component(s).
115 </para>
116
117 <para>
118 Install each desired component by running the following commands:
119 </para>
120
121<screen><userinput role="nodep">cd &lt;component&gt;
122qmake &lt;component&gt;.pro
123make</userinput></screen>
124
125 <para>
126 As the &root; user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 <!-- EDITORS NOTE: This package uses INSTALL_ROOT= instead of DESTDIR= for
132 installing in a temporary directory. -->
133
134 <para>
135 Remove references to the build directory from installed library
136 dependency (prl) files by running the following
137 command as the &root; user:
138 </para>
139
140<screen role="root"><userinput>find $QT5DIR/ -name \*.prl \
141 -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;</userinput></screen>
142
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 None
157 </seg>
158 <seg>
159 libQt5&lt;component&gt;.so,
160 </seg>
161 <seg>
162 $QTDIR/qml/&lt;component&gt;
163 $QTDIR/lib/&lt;component&gt;
164 $QTDIR/include/&lt;component&gt;
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.