Changeset 1b35ce63
- Timestamp:
- 07/31/2013 04:05:27 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 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, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8e56210
- Parents:
- 6255d76
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r6255d76 r1b35ce63 331 331 <!-- Chapter 12 --> 332 332 <!ENTITY acpid-version "2.0.19"> 333 <!ENTITY apache-ant-version "1.9.2">334 333 <!ENTITY at-version "3.1.13"> 335 334 <!ENTITY autofs-version "5.0.7"> … … 380 379 <!ENTITY git-version "1.8.3.4"> 381 380 <!ENTITY guile-version "2.0.9"> 382 <!ENTITY icedtea-version "2.4.1">383 <!ENTITY openjdk-version "1.7.0.40">384 <!ENTITY junit-version "4.11">385 381 <!ENTITY librep-version "0.92.3"> 386 382 <!ENTITY llvm-version "3.3"> … … 394 390 <!ENTITY ruby-version "2.0.0"> 395 391 <!ENTITY ruby-patch-version "247"> 392 <!ENTITY scons-version "2.3.0"> 396 393 <!ENTITY slang-version "2.2.4"> 397 394 <!ENTITY subversion-version "1.8.1"> … … 401 398 <!ENTITY vala-version "&vala-major-version;.1"> 402 399 <!ENTITY yasm-version "1.2.0"> 400 401 <!ENTITY apache-ant-version "1.9.2"> 402 <!ENTITY icedtea-version "2.4.1"> 403 <!ENTITY junit-version "4.11"> 404 <!ENTITY openjdk-version "1.7.0.40"> 403 405 404 406 <!ENTITY cmake-major-version "2.8"> … … 481 483 <!ENTITY libtirpc-version "0.2.3"> 482 484 <!ENTITY neon-version "0.29.6"> 483 <!ENTITY serf-version "1. 2.1">485 <!ENTITY serf-version "1.3.0"> 484 486 485 487 <!-- Chapter 18 --> -
general/prog/prog.xml
r6255d76 r1b35ce63 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python-modules.xml"/> 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ruby.xml"/> 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="scons.xml"/> 50 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="slang.xml"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="subversion.xml"/> -
introduction/welcome/changelog.xml
r6255d76 r1b35ce63 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[krejzi] - Added SCons 2.3.0.</para> 51 </listitem> 52 <listitem> 53 <para>[krejzi] - Serf 1.3.0.</para> 54 </listitem> 55 <listitem> 50 56 <para>[krejzi] - Clutter Gst 2.0.6.</para> 51 57 </listitem> -
networking/netlibs/serf.xml
r6255d76 r1b35ce63 7 7 <!ENTITY serf-download-http "https://serf.googlecode.com/files/serf-&serf-version;.tar.bz2"> 8 8 <!ENTITY serf-download-ftp " "> 9 <!ENTITY serf-md5sum " 4f8e76c9c6567aee1d66aba49f76a58b">10 <!ENTITY serf-size "1 88KB">9 <!ENTITY serf-md5sum "bb0dbf9494495db7e8b34eac99b2dc3a"> 10 <!ENTITY serf-size "133 KB"> 11 11 <!ENTITY serf-buildsize "3.0 MB"> 12 12 <!ENTITY serf-time "0.1 SBU"> … … 78 78 <bridgehead renderas="sect4">Required</bridgehead> 79 79 <para role="required"> 80 <xref linkend="apr-util"/> and 81 <xref linkend="openssl"/> 82 </para> 83 84 <bridgehead renderas="sect4">Optional</bridgehead> 85 <para role="optional"> 86 <xref linkend="mitkrb"/> 80 <xref linkend="apr-util"/>, 81 <xref linkend="openssl"/> and 82 <xref linkend="scons"/> 87 83 </para> 88 84 … … 100 96 </para> 101 97 102 <screen><userinput>./configure --prefix=/usr --disable-static && 103 make</userinput></screen> 98 <screen><userinput>sed -i "/incdir/s:MAJOR':&\n\nenv\['SHLIBVERSION'\]='0.\${MAJOR}.0':" SConstruct && 99 sed -i "/Append/s:RPATH=libdir,::" SConstruct && 100 sed -i "/Default/s:lib_static,::" SConstruct && 101 sed -i "/Alias/s:install_static,::" SConstruct && 102 scons</userinput></screen> 104 103 105 104 <para> 106 To test the results, issue: <command> makecheck</command>.105 To test the results, issue: <command>scons check</command>. 107 106 </para> 108 107 … … 111 110 </para> 112 111 113 <screen role="root"><userinput>make install</userinput></screen> 112 <screen role="root"><userinput>scons PREFIX=/usr install && 113 ln -sfv libserf-1.so.0.1.0 /usr/lib/libserf-1.so.0 && 114 ln -sfv libserf-1.so.0.1.0 /usr/lib/libserf-1.so</userinput></screen> 115 114 116 </sect2> 115 117 … … 117 119 <title>Command Explanations</title> 118 120 119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 120 href="../../xincludes/static-libraries.xml"/> 121 <para> 122 <command>sed -i "..."</command>: First sed modifies the build script 123 to build shared versioned library, second sed removes runtime path 124 from shared library and third and fourth sed disable building and 125 installing of the static library. 126 </para> 121 127 122 128 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.