Changeset 5dab7b65
- Timestamp:
- 09/28/2014 06:27:43 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f2d16168
- Parents:
- dd0c128
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdd0c128 r5dab7b65 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 7"> <!-- Always 2 digits -->3 <!ENTITY day "28"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 2 7th, &year;">9 <!ENTITY releasedate "September 28th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/poppler.xml
rdd0c128 r5dab7b65 11 11 <!ENTITY poppler-size "1.6 MB"> 12 12 <!ENTITY poppler-buildsize "145 MB (building Qt4 and Qt5 libraries, additional 46 MB for the test suite and 24 MB for poppler-data)"> 13 <!ENTITY poppler-time "1. 7SBU (building Qt4 and Qt5 libraries, additional 0.2 SBU for the test suite for each Qt)">13 <!ENTITY poppler-time "1.8 SBU (building Qt4 and Qt5 libraries, additional 0.2 SBU for the test suite for each Qt)"> 14 14 15 15 <!ENTITY poppler-data-version "0.4.7"> … … 153 153 154 154 <para> 155 If you are not building both <application>Qt</application> libraries, 156 jump to the following paragraph. In order to build both 155 This package may be built either without <application>Qt</application> 156 library, or with one or both versions of <application>Qt4 and 157 5</application> libraries. In order to build the 157 158 <application>Qt4</application> and <application>Qt5</application> 158 libraries, you need to run the install commands twice, because although 159 both are detected, only wrapper for the first 160 <application>Qt</application> version in PATH is built. Either can be 161 built first, but to facilitate the explanation, we choose first the 162 <application>Qt4</application> library. You can do this using 163 <command>source setqt4</command> (script from <xref linkend="qt4"/>). 164 </para> 159 libraries, you need to run the install commands twice, because, although 160 both are detected, only the wrapper for the the first 161 <application>Qt</application> version in the PATH is built. The 162 instructions are divided into four parts: first, build without 163 <application>Qt</application> or with <application>Qt4</application>; 164 second, build with <application>Qt4</application>; third, install the 165 common documents, and fourth, install the additional encoding data 166 package. 167 </para> 168 169 <!-- ==== Without Qt or with Qt4 ====== --> 170 <bridgehead renderas="sect3">Without Qt or with Qt4</bridgehead> 165 171 166 172 <para> … … 170 176 171 177 <!-- Warning: Using zlib is not totally safe --> 172 <screen><userinput>./configure --prefix=/usr \ 178 <screen><userinput>[ -e /usr/bin/setqt4 ] && source setqt4 || [ ! -e /usr/bin/setqt5 ] && 179 ./configure --prefix=/usr \ 173 180 --sysconfdir=/etc \ 174 181 --disable-static \ … … 186 193 <screen role="root"><userinput>make install</userinput></screen> 187 194 188 <para> 189 If you are not building both <application>Qt</application> libraries, 190 jump to the following paragraph. If you want to build both 191 <application>Qt</application> libraries, first switch back to 192 unpriviledged user, run <command>source setqt5</command>, from 193 <xref linkend="qt5"/>, and repeat the instructions from configuration 194 until install. After that, proceed to install the documents until the end. 195 </para> 195 <!-- ==== With Qt5 ====== --> 196 <bridgehead renderas="sect3">With Qt5</bridgehead> 197 198 <para> 199 Install <application>Poppler</application> by running the following 200 commands: 201 </para> 202 203 <!-- Warning: Using zlib is not totally safe --> 204 <screen><userinput>[ -e /usr/bin/setqt5 ] && source setqt5 && 205 ./configure --prefix=/usr \ 206 --sysconfdir=/etc \ 207 --disable-static \ 208 --enable-xpdf-headers && 209 make</userinput></screen> 210 211 <para> 212 To test the results, issue: <command>make check</command>. 213 </para> 214 215 <para> 216 Now, as the <systemitem class="username">root</systemitem> user: 217 </para> 218 219 <screen role="root"><userinput>make install</userinput></screen> 220 221 <!-- ==== Documents ====== --> 222 <bridgehead renderas="sect3">Documents</bridgehead> 196 223 197 224 <para> … … 201 228 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/poppler-&poppler-version; && 202 229 install -v -m644 README* /usr/share/doc/poppler-&poppler-version;</userinput></screen> 230 231 <!-- ==== Poppler Data ====== --> 232 <bridgehead renderas="sect3">Poppler Data</bridgehead> 203 233 204 234 <para> -
introduction/welcome/changelog.xml
rdd0c128 r5dab7b65 46 46 47 47 <listitem> 48 <para>September 28th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to poppler-0.26.5. Fixes 52 <ulink url="&blfs-ticket-root;5600">#5600</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 48 58 <para>September 27th, 2014</para> 49 59 <itemizedlist> -
packages.ent
rdd0c128 r5dab7b65 179 179 <!ENTITY openjpeg-version "1.5.2"> 180 180 <!ENTITY pixman-version "0.32.6"> <!-- Even minors only --> 181 <!ENTITY poppler-version "0.26. 4"> <!-- Even minors only -->181 <!ENTITY poppler-version "0.26.5"> <!-- Even minors only --> 182 182 <!ENTITY qpdf-version "5.1.2"> 183 183
Note:
See TracChangeset
for help on using the changeset viewer.