Changeset d7015e7
- Timestamp:
- 10/24/2015 09:46:26 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.9, 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:
- 8e236eb
- Parents:
- bb6bd84
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
rbb6bd84 rd7015e7 215 215 <para> 216 216 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 && 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> 224 228 225 229 </sect2> -
introduction/welcome/changelog.xml
rbb6bd84 rd7015e7 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[fernando] - x265_1.8: fix to disable static library.</para> 52 </listitem> 53 <listitem> 51 54 <para>[bdubbs] - Update to gnumeric-1.12.24. Fixes 52 55 <ulink url="&blfs-ticket-root;7023">#7023</ulink>.</para> -
multimedia/libdriv/x265.xml
rbb6bd84 rd7015e7 71 71 </itemizedlist> 72 72 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 73 83 <bridgehead renderas="sect3">x265 Dependencies</bridgehead> 74 84 … … 97 107 </para> 98 108 99 <screen><userinput>mkdir bld && 109 <screen><userinput>patch -Np1 -i x265_&x265-version;-enable_static-1.patch && 110 111 mkdir bld && 100 112 cd bld && 101 113 cmake -DCMAKE_INSTALL_PREFIX=/usr ../source && … … 118 130 119 131 <segmentedlist> 120 <segtitle>Installed Program s</segtitle>132 <segtitle>Installed Program</segtitle> 121 133 <segtitle>Installed Library</segtitle> 134 <segtitle>Installed Directories</segtitle> 122 135 123 136 <seglistitem> … … 126 139 </seg> 127 140 <seg> 128 libx265.{a,so} 141 libx265.so 142 </seg> 143 <seg> 144 None 129 145 </seg> 130 146 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.