Changeset d7015e7


Ignore:
Timestamp:
10/24/2015 09:46:26 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8e236eb
Parents:
bb6bd84
Message:
  • x265_1.8: fix to disable static library.
  • Python-3.5.0: rephrase earlier modification to PYTHONDOCS.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16563 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    rbb6bd84 rd7015e7  
    215215    <para>
    216216      In order for <command>python3</command> to find the installed
    217       documentation, define the following environment version
    218       independent variable and add to the individual user's or system's
    219       profile:
    220     </para>
    221 
    222 <screen role="root"><userinput>ln -svfn python--&python3-version; /usr/share/doc/python-3 &amp;&amp;
    223 export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
     217      documentation, create the following version independent symlink:
     218    </para>
     219
     220<screen role="root"><userinput>ln -svfn python-&python3-version; /usr/share/doc/python-3</userinput></screen>
     221
     222    <para>
     223      and add the following environment variable to the individual user's or
     224      system's profile:
     225    </para>
     226
     227<screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
    224228
    225229  </sect2>
  • introduction/welcome/changelog.xml

    rbb6bd84 rd7015e7  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - x265_1.8: fix to disable static library.</para>
     52        </listitem>
     53        <listitem>
    5154          <para>[bdubbs] - Update to gnumeric-1.12.24. Fixes
    5255          <ulink url="&blfs-ticket-root;7023">#7023</ulink>.</para>
  • multimedia/libdriv/x265.xml

    rbb6bd84 rd7015e7  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/x265_&x265-version;-enable_static-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7383    <bridgehead renderas="sect3">x265 Dependencies</bridgehead>
    7484
     
    97107    </para>
    98108
    99 <screen><userinput>mkdir bld &amp;&amp;
     109<screen><userinput>patch -Np1 -i x265_&x265-version;-enable_static-1.patch &amp;&amp;
     110
     111mkdir bld &amp;&amp;
    100112cd bld &amp;&amp;
    101113cmake -DCMAKE_INSTALL_PREFIX=/usr ../source &amp;&amp;
     
    118130
    119131    <segmentedlist>
    120       <segtitle>Installed Programs</segtitle>
     132      <segtitle>Installed Program</segtitle>
    121133      <segtitle>Installed Library</segtitle>
     134      <segtitle>Installed Directories</segtitle>
    122135
    123136      <seglistitem>
     
    126139        </seg>
    127140        <seg>
    128           libx265.{a,so}
     141          libx265.so
     142        </seg>
     143        <seg>
     144          None
    129145        </seg>
    130146      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.