Changeset 8d52465b
- Timestamp:
- 04/01/2021 09:35:29 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f863a1b0
- Parents:
- 442c799
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python2.xml
r442c799 r8d52465b 159 159 </para> 160 160 161 <screen><userinput> 162 patch -Np1 -i ../Python-&python2-version;-security_fixes-1.patch && 161 <screen><userinput>patch -Np1 -i ../Python-&python2-version;-security_fixes-1.patch && 163 162 ./configure --prefix=/usr \ 164 163 --enable-shared \ -
introduction/welcome/changelog.xml
r442c799 r8d52465b 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Fix Hexchat to work with Python-3.8+ and fix a crash 49 that occurs when Lua-5.4.3 is installed.</para> 50 </listitem> 51 <listitem> 48 52 <para>[renodr] - Update to Seamonkey-2.53.7 (Security Update). Fixes 49 53 <ulink url="&blfs-ticket-root;14840">#14840</ulink>.</para> -
xsoft/other/hexchat.xml
r442c799 r8d52465b 85 85 <bridgehead renderas="sect4">Recommended</bridgehead> 86 86 <para role="recommended"> 87 <xref linkend="gtk2"/>, 88 <xref linkend="libcanberra"/>, and 89 <xref linkend="lua"/> 87 <xref linkend="gtk2"/> and 88 <xref linkend="libcanberra"/> 89 <!--<xref linkend="lua"/> --> 90 <!-- Lua plugin support is currently broken and causes Hexchat to crash 91 upon startup. 92 FIXME: Check upstream in a few days.--> 90 93 </para> 91 94 … … 110 113 111 114 <para> 115 First, fix the python plugin: 116 </para> 117 118 <screen><userinput remap="pre">sed -i "s/(python_opt/& + '-embed'/" plugins/python/meson.build</userinput></screen> 119 120 <para> 112 121 Install <application>HexChat</application> by running the following 113 122 commands: … … 117 126 cd build && 118 127 119 meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua= lua.. &&128 meson --prefix=/usr -Dwith-libproxy=false -Dwith-lua=false .. && 120 129 ninja</userinput></screen> 121 130 … … 135 144 <title>Command Explanations</title> 136 145 146 <!-- 137 147 <para> 138 148 <parameter>-Dwith-lua=lua</parameter>: By default, this package 139 149 will look for luajit. Use the normal lua instead. 150 </para> 151 --> 152 153 <para> 154 <parameter>-Dwith-lua=false</parameter>: By default, this package will 155 look for luajit. However, the Lua plugin support is currently broken 156 and will cause the application to crash on startup. 140 157 </para> 141 158
Note:
See TracChangeset
for help on using the changeset viewer.