Changeset 94e4290
- Timestamp:
- 10/23/2017 04:59:36 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- 1865898
- Parents:
- cd7a2cd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/totem-pl-parser.xml
rcd7a2cd r94e4290 6 6 7 7 <!ENTITY totem-pl-parser-download-http 8 "&gnome-download-http;/totem-pl-parser/ 3.10/totem-pl-parser-&totem-pl-parser-version;.tar.xz">8 "&gnome-download-http;/totem-pl-parser/&gnome-minor-26;/totem-pl-parser-&totem-pl-parser-version;.tar.xz"> 9 9 <!ENTITY totem-pl-parser-download-ftp 10 "&gnome-download-ftp;/totem-pl-parser/ 3.10/totem-pl-parser-&totem-pl-parser-version;.tar.xz">11 <!ENTITY totem-pl-parser-md5sum " 2c2fb44c3124dd98ec827bcfcd040049">12 <!ENTITY totem-pl-parser-size "1. 5MB">10 "&gnome-download-ftp;/totem-pl-parser/&gnome-minor-26;/totem-pl-parser-&totem-pl-parser-version;.tar.xz"> 11 <!ENTITY totem-pl-parser-md5sum "f609b4a758055bca5045c83604638723"> 12 <!ENTITY totem-pl-parser-size "1.3 MB"> 13 13 <!ENTITY totem-pl-parser-buildsize "9.5 MB (with tests)"> 14 14 <!ENTITY totem-pl-parser-time "0.1 SBU (with tests)"> … … 92 92 <xref linkend="gtk-doc"/>, 93 93 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php"> LCOV</ulink>, and 94 <ulink url="http://sourceforge.net/projects/quvi">libquvi (version 0.9)and libquvi-scripts</ulink>94 <ulink url="http://sourceforge.net/projects/quvi">libquvi >= 0.9.1 and libquvi-scripts</ulink> 95 95 - if they are installed, then 96 96 <ulink url="https://github.com/diegonehab/luasocket">lua-socket (git)</ulink> … … 111 111 </para> 112 112 113 <screen><userinput>./configure --prefix=/usr --disable-static && 114 make</userinput></screen> 113 <screen><userinput>mkdir build && 114 cd build && 115 meson --prefix /usr --default-library shared .. && 116 ninja</userinput></screen> 115 117 116 118 <!-- This is not needed anymore as of at least 3.10.7. … … 126 128 127 129 <para> 128 To test the results, issue: <command>make check</command>. You will 129 need an active internet connection in order to successfully complete all 130 tests. 130 To test the results, issue: <command>ninja test</command>. 131 131 </para> 132 132 … … 135 135 </para> 136 136 137 <screen role="root"><userinput>make install</userinput></screen> 138 139 </sect2> 140 141 <sect2 role="commands"> 142 <title>Command Explanations</title> 143 144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 145 href="../../xincludes/static-libraries.xml"/> 146 147 <para> 148 <option>--disable-quvi</option>: This switch disables 149 <application>libquvi</application> support 150 (<application>libquvi</application> is broken with 151 <application>Lua-5.3</application>). 152 </para> 153 154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 155 href="../../xincludes/gtk-doc-rebuild.xml"/> 137 <screen role="root"><userinput>ninja install</userinput></screen> 156 138 157 139 </sect2> -
introduction/welcome/changelog.xml
rcd7a2cd r94e4290 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[dj] - Update to totem-pl-parser-3.26.0.</para> 50 </listitem> 51 <listitem> 49 52 <para>[dj] - Add gmime-3.0.2.</para> 50 53 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.