Changeset 67b1a0a
- Timestamp:
- 06/05/2016 12:46:57 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- eb3dbe3
- Parents:
- 87f9b815
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/qca.xml
r87f9b815 r67b1a0a 35 35 the implementation, using plugins known as Providers.</para> 36 36 37 &lfs79_checked; 37 &lfs79_checked;&gcc6_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead> … … 65 65 <xref linkend="cacerts"/>, 66 66 <xref linkend="cmake"/>, 67 <xref linkend="qt 4"/> or <xref linkend="qt5"/>, and67 <xref linkend="qt5"/>, and 68 68 <xref linkend="which"/> 69 69 </para> … … 95 95 <screen><userinput>sed -i 's/BSD/DEFAULT/' CMakeLists.txt</userinput></screen> 96 96 97 <para>This package can be built against <xref linkend="qt4"/> or <xref linkend="qt5"/>.98 If using qt4, run:</para>99 100 <screen><userinput>QT_DIR=&qt4-dir; &&101 QT4_BUILD=ON</userinput></screen>102 103 <para>If using qt5, run:</para>104 105 <screen><userinput>QT_DIR=&qt5-dir; &&106 QT4_BUILD=OFF</userinput></screen>107 108 97 <para>Install <application>Qca</application> by running the following 109 98 commands:</para> … … 112 101 cd build && 113 102 114 cmake -DCMAKE_INSTALL_PREFIX=$QT _DIR \103 cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR \ 115 104 -DCMAKE_BUILD_TYPE=Release \ 116 -DQT4_BUILD=$QT4_BUILD \117 105 -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \ 118 106 .. && 119 unset QT_DIR QT4_BUILD &&120 107 121 108 make</userinput></screen> … … 135 122 used to apply a higher level of compiler optimizations.</para> 136 123 137 <para><parameter>-DQT4_BUILD=ON</parameter>: This switch is used to force138 building with Qt4 even if Qt5 is found.</para>139 140 124 <para><parameter>-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>: 141 125 Install the qca man page in the normal location.</para> … … 152 136 153 137 <seglistitem> 154 <seg>mozcerts and qcatool (if building with Qt5, the binaries have a -qt5 suffix)</seg>155 <seg>libqca .so (libqca-qt5.so if building with Qt5) and plugins at &qt4-dir;/lib/qca/crypto</seg>138 <seg>mozcerts-qt5 and qcatool-qt5</seg> 139 <seg>libqca-qt5.so</seg> 156 140 <seg> 157 &qt 4-dir;/include/QtCrypto (or &qt5-dir;/include/Qca-qt5),158 &qt 4-dir;/lib/cmake/Qca (or &qt5-dir;/lib/cmake/Qca-qt5)and159 &qt 4-dir;/lib/qca (or &qt5-dir;/lib/qca-qt5)141 &qt5-dir;/include/Qca-qt5, 142 &qt5-dir;/lib/cmake/Qca-qt5, and 143 &qt5-dir;/lib/qca-qt5 160 144 </seg> 161 145 </seglistitem> … … 168 152 169 153 <varlistentry id="mozcerts"> 170 <term><command>mozcerts </command></term>154 <term><command>mozcerts-qt5</command></term> 171 155 <listitem> 172 156 <para>is a command line tool for converting certdata.txt into 173 157 outfile.pem files.</para> 174 158 <indexterm zone="qca mozcerts"> 175 <primary sortas="b-mozcerts">mozcerts </primary>159 <primary sortas="b-mozcerts">mozcerts-qt5</primary> 176 160 </indexterm> 177 161 </listitem> … … 179 163 180 164 <varlistentry id="qcatool"> 181 <term><command>qcatool </command></term>165 <term><command>qcatool-qt5</command></term> 182 166 <listitem> 183 167 <para>is a command line tool for performing various cryptographic 184 168 operations with Qca.</para> 185 169 <indexterm zone="qca qcatool"> 186 <primary sortas="b-qcatool">qcatool </primary>170 <primary sortas="b-qcatool">qcatool-qt5</primary> 187 171 </indexterm> 188 172 </listitem> … … 190 174 191 175 <varlistentry id="libqca"> 192 <term><filename class='libraryfile'>libqca .so</filename></term>176 <term><filename class='libraryfile'>libqca-qt5.so</filename></term> 193 177 <listitem> 194 178 <para>is the Qt Cryptography Architecture (Qca) library.</para> 195 179 <indexterm zone="qca libqca"> 196 <primary sortas="c-libqca">libqca .so</primary>180 <primary sortas="c-libqca">libqca-qt5.so</primary> 197 181 </indexterm> 198 182 </listitem> -
general/genutils/pinentry.xml
r87f9b815 r67b1a0a 42 42 toolkits.</para> 43 43 44 &lfs79_checked; 44 &lfs79_checked;&gcc6_checked; 45 45 46 46 <bridgehead renderas="sect3">Package Information</bridgehead> … … 80 80 <xref linkend="gtk3"/>, 81 81 <xref linkend="libcap-pam"/>, 82 <xref linkend="libsecret"/>, 83 <xref linkend="qt4"/>, and 82 <xref linkend="libsecret"/>, and 84 83 <xref linkend="qt5"/> 85 84 </para> … … 97 96 98 97 <screen><userinput>./configure --prefix=/usr && 99 100 98 make</userinput></screen><!-- && 101 99 … … 132 130 <sect2 role="commands"> 133 131 <title>Command Explanations</title> 134 135 <para>136 <option>--disable-pinentry-qt5</option>: Default is enable. Don't use qt5137 even if it is available. If qt4 is found, <command>pinentry-qt</command>138 will be linked to qt4.139 </para>140 132 141 133 <para> -
general/graphlib/poppler.xml
r87f9b815 r67b1a0a 144 144 <xref linkend="libtiff"/>, 145 145 <xref linkend="openjpeg2"/> 146 (preference is for OpenJPEG1, due to regressions with OpenJPEG2), 147 <xref linkend="qt4"/> (the <filename>libpoppler-qt4.so</filename> library 148 is needed for PDF support in <application>Okular</application>), and 146 (preference is for OpenJPEG1, due to regressions with OpenJPEG2), and 149 147 <xref linkend="qt5"/> 150 148 </para> -
general/prog/cmake.xml
r87f9b815 r67b1a0a 85 85 <bridgehead renderas="sect4">Optional</bridgehead> 86 86 <para role="optional"> 87 <xref linkend="qt 4"/> or <xref linkend="qt5"/> (for the Qt-based GUI),87 <xref linkend="qt5"/> (for the Qt-based GUI), 88 88 <xref linkend="subversion"/> (for testing), and 89 89 <ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink> -
general/prog/doxygen.xml
r87f9b815 r67b1a0a 51 51 </para> 52 52 53 &lfs79_checked; 53 &lfs79_checked;&gcc6_checked; 54 54 55 55 <bridgehead renderas="sect3">Package Information</bridgehead> … … 109 109 <xref linkend="llvm"/> (with clang), 110 110 <xref linkend="python2"/> or <xref linkend="python3"/>, 111 <xref linkend="qt4"/> or112 111 <xref linkend="qt5"/> (for doxywizard), 113 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>) and112 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>), and 114 113 <xref linkend="xapian"/> (for doxyindexer) 115 114 </para> -
introduction/welcome/changelog.xml
r87f9b815 r67b1a0a 47 47 <para>June 4th, 2016</para> 48 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Remove references to qt4 in poppler, cmake, 51 doxygen, qca, and pinentry.</para> 52 </listitem> 49 53 <listitem> 50 54 <para>[dj] - Add local user and Linux-PAM configuration to vsftpd. -
x/lib/qt4.xml
r87f9b815 r67b1a0a 17 17 <!ENTITY qt4-buildsize "2.3 GB"> 18 18 <!ENTITY qt4-time "12 SBU, using parallelism=4"> 19 19 <!-- 20 20 <!ENTITY qtwebkit-download "&webkit-url;/&wk-version;/src/qtwebkit-&wk-version;.tar.gz"> 21 21 <!ENTITY qtwebkit-md5sum "42ef76d0cf7d0c611ef83418e9f297ff"> 22 <!ENTITY qtwebkit-size "50 MB"> 22 <!ENTITY qtwebkit-size "50 MB">--> 23 23 ]> 24 24 … … 84 84 </listitem> 85 85 </itemizedlist> 86 86 <!-- 87 87 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 88 88 <itemizedlist spacing="compact"> … … 109 109 </listitem> 110 110 </itemizedlist> 111 111 --> 112 112 <bridgehead renderas="sect3">Qt Dependencies</bridgehead> 113 113 … … 295 295 -i $file 296 296 done</userinput></screen> 297 297 <!-- 298 298 <bridgehead renderas="sect3">Building Qtwebkit</bridgehead> 299 299 … … 317 317 318 318 QTDIR=$QT4PREFIX PATH=$PATH:$QT4PREFIX/bin \ 319 Tools/Scripts/build-webkit - -qt \320 - -no-webkit2 \321 - -prefix=$QT4PREFIX</userinput></screen>319 Tools/Scripts/build-webkit -i -qt \ 320 - -no-webkit2 \ 321 - -prefix=$QT4PREFIX</userinput></screen> 322 322 323 323 <para>If desired, the build process can use parallel processors by 324 adding the option <option>- -makeargs=-j<number></option> to324 adding the option <option>- -makeargs=-j<number></option> to 325 325 the <command>build-webkit</command> instruction above.</para> 326 326 … … 330 330 331 331 <screen role="root"><userinput>make -C WebKitBuild/Release install</userinput></screen> 332 332 --> 333 333 <bridgehead renderas="sect3">Installing Auxillary Files</bridgehead> 334 334
Note:
See TracChangeset
for help on using the changeset viewer.