Changeset 87ff6f30
- Timestamp:
- 12/19/2016 09:36:08 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, lazarus, lxqt, 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:
- ab31930
- Parents:
- c6ea0bd
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libqmi.xml
rc6ea0bd r87ff6f30 7 7 <!ENTITY libqmi-download-http "http://www.freedesktop.org/software/libqmi/libqmi-&libqmi-version;.tar.xz"> 8 8 <!ENTITY libqmi-download-ftp " "> 9 <!ENTITY libqmi-md5sum " 4970c110f160b33637a3515004c637b2">9 <!ENTITY libqmi-md5sum "052318439128e428b1a41e75a605d91f"> 10 10 <!ENTITY libqmi-size "720 KB"> 11 <!ENTITY libqmi-buildsize " 73MB (with tests)">11 <!ENTITY libqmi-buildsize "48 MB (with tests)"> 12 12 <!ENTITY libqmi-time "0.4 SBU (with tests)"> 13 13 ]> -
general/genutils/graphviz.xml
rc6ea0bd r87ff6f30 146 146 147 147 <screen><userinput>patch -Np1 -i ../graphviz-&graphviz-version;-consolidated_fixes-1.patch && 148 149 sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac && 150 148 151 autoreconf && 149 152 ./configure --prefix=/usr --disable-php && … … 176 179 <sect2 role="commands"> 177 180 <title>Command Explanations</title> 181 182 <para> 183 <command>sed ... configure.ac</command>: This command is needed to 184 avoid installing files in /usr/lib64. 185 </para> 178 186 179 187 <para> -
general/graphlib/poppler.xml
rc6ea0bd r87ff6f30 7 7 <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz"> 8 8 <!ENTITY poppler-download-ftp " "> 9 <!ENTITY poppler-md5sum " 9e057ed8eee1f9979fa75d8f044783b8">9 <!ENTITY poppler-md5sum "1a4c0cd873bddd8f266b85ab8d799962"> 10 10 <!ENTITY poppler-size "1.6 MB"> 11 11 <!ENTITY poppler-buildsize "49 MB (with Qt5 library)"> … … 170 170 </para> 171 171 172 <screen><userinput>./configure --prefix=/usr \ 172 <!-- Note: the sed is needed even if the /usr/lib64 symlink is not present --> 173 174 <screen><userinput>sed -i "/was moved/s/^/#/" ltmain.sh && 175 176 ./configure --prefix=/usr \ 173 177 --sysconfdir=/etc \ 174 178 --disable-static \ … … 225 229 <sect2 role="commands"> 226 230 <title>Command Explanations</title> 231 232 <para> 233 <command>sed ... ltmain.sh</command>: This command removes a lot 234 of irritating invalid warnings. 235 </para> 227 236 228 237 <para> -
general/prog/cmake.xml
rc6ea0bd r87ff6f30 112 112 </para> 113 113 114 <screen><userinput>sed -i '/CMAKE_USE_LIBUV 1/s/1/0/' CMakeLists.txt && 114 <screen><userinput>sed -i '/CMAKE_USE_LIBUV 1/s/1/0/' CMakeLists.txt && 115 sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake && 115 116 116 117 ./bootstrap --prefix=/usr \ … … 153 154 <command>sed ... CMakeLists.txt</command>: This command 154 155 disables the attempt to use the external libuv library. 156 </para> 157 158 <para> 159 <command>sed ... Modules/GNUInstallDirs.cmake</command>: 160 This command disables applications using cmake from attempting to 161 install files in /usr/lib64/. 155 162 </para> 156 163 -
general/prog/perl-modules.xml
rc6ea0bd r87ff6f30 1259 1259 <bridgehead renderas="sect3" id="perl-log-log4perl" 1260 1260 xreflabel="Log::Log4perl-&Log-Log4perl-version;"> 1261 Log -Log4perl-&Log-Log4perl-version;</bridgehead>1261 Log::Log4perl-&Log-Log4perl-version;</bridgehead> 1262 1262 1263 1263 <indexterm zone="perl-modules perl-log-log4perl"> … … 1265 1265 </indexterm> 1266 1266 1267 <para>Log -Log4perl provides a Log4j implementation for1267 <para>Log::Log4perl provides a Log4j implementation for 1268 1268 <application>perl</application>. This module uses the 1269 1269 standard <xref linkend="perl-standard-install"/>.</para> -
introduction/welcome/changelog.xml
rc6ea0bd r87ff6f30 46 46 <para>December 19th, 2016</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Add instructions to graphviz and cmake that 50 avoid installing files in /usr/lib64. </para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to poppler-0.50.0. Fixes 54 <ulink url="&blfs-ticket-root;8646">#8646</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to libqmi-1.16.2. Fixes 58 <ulink url="&blfs-ticket-root;8514">#8514</ulink>.</para> 59 </listitem> 48 60 <listitem revision="systemd"> 49 61 <para>[renodr] - Update to colord-1.3.4. Fixes -
packages.ent
rc6ea0bd r87ff6f30 137 137 <!ENTITY libnfsidmap-version "0.26"> 138 138 <!ENTITY libpaper-version "1.1.24+nmu5"> 139 <!ENTITY libqmi-version "1.16. 0">139 <!ENTITY libqmi-version "1.16.2"> 140 140 <!ENTITY libsigc-version "2.10.0"> 141 141 <!ENTITY libsigsegv-version "2.10"> … … 199 199 <!ENTITY openjpeg2-version "2.1.2"> 200 200 <!ENTITY pixman-version "0.34.0"> <!-- Even minors only --> 201 <!ENTITY poppler-version "0. 49.0">201 <!ENTITY poppler-version "0.50.0"> 202 202 <!ENTITY qpdf-version "6.0.0"> 203 203 -
x/installing/xorg7.xml
rc6ea0bd r87ff6f30 156 156 pathappend $XORG_PREFIX/include CPLUS_INCLUDE_PATH 157 157 158 ACLOCAL= 'aclocal -I $XORG_PREFIX/share/aclocal'158 ACLOCAL="aclocal -I $XORG_PREFIX/share/aclocal" 159 159 160 160 export PATH PKG_CONFIG_PATH ACLOCAL LIBRARY_PATH C_INCLUDE_PATH CPLUS_INCLUDE_PATH … … 189 189 190 190 <screen role="root"><userinput>ln -sf $XORG_PREFIX /usr/X11R6</userinput></screen> 191 191 <!-- 192 192 <para>Finally, if building on x86_64, you will need to create the 193 193 <filename class="directory">$XORG_PREFIX/lib</filename> directory and the … … 199 199 install -v -m755 -d $XORG_PREFIX/lib && 200 200 ln -sf lib $XORG_PREFIX/lib64</userinput></screen> 201 201 --> 202 202 </sect2> 203 203
Note:
See TracChangeset
for help on using the changeset viewer.