Changeset f95e1c8d
- Timestamp:
- 01/27/2019 04:41:48 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
- fccc8d97
- Parents:
- 4f8ca94
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/poppler.xml
r4f8ca94 rf95e1c8d 133 133 <xref linkend="libjpeg"/>, 134 134 <xref linkend="libpng"/>, 135 <xref linkend="nss"/>, 136 <xref linkend="openjpeg2"/>, and 137 <xref linkend="python2"/> 135 <xref linkend="nss"/>, and 136 <xref linkend="openjpeg2"/> 138 137 </para> 139 138 … … 147 146 <xref linkend="gtk3"/>, 148 147 <xref linkend="libtiff"/>, 148 <xref linkend="python2"/>, and 149 149 <xref linkend="qt5"/> 150 150 (required for PDF support in <xref role="nodep" linkend="okular5"/>) … … 244 244 </para> 245 245 <!-- This was broken for me - Bruce 246 Still broken with 0.69.0 - Doug 247 Seems to work with 0.73.0 - Pierre --> 246 248 <para> 247 249 <option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if 248 250 GTK-Doc is installed and you wish to rebuild and install 249 the API documentation. 250 </para> 251 Still broken with 0.69.0 - Doug 252 --> 251 the API documentation. If Python 2 is not installed, one script 252 needs to be changed: run <command>sed -i '1s/python/&3/' 253 make-glib-api-docs</command> first. 254 </para> 255 253 256 <para> 254 257 <command>LC_ALL=en_US.UTF-8 make test</command>: Run the test suite. -
introduction/welcome/changelog.xml
r4f8ca94 rf95e1c8d 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[pierre] - Poppler needs Python only for generating 50 the API documentation. Make dependency on Python 2 optional, 51 and document how to use Python 3.</para> 52 </listitem> 53 <listitem> 49 54 <para>[pierre] - Git barely needs Python, and 50 55 can use Python 3 in the rare cases it is needed.</para> … … 57 62 58 63 <listitem> 59 <para>January 2 4th, 2019</para>64 <para>January 26th, 2019</para> 60 65 <itemizedlist> 61 66 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.