Author: dj
Date: Sun Oct 22 21:59:36 2017
New Revision: 19366
Log:
Really update to totem-pl-parser-3.26.0.
Modified:
trunk/BOOK/gnome/platform/totem-pl-parser.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/gnome/platform/totem-pl-parser.xml
==============================================================================
--- trunk/BOOK/gnome/platform/totem-pl-parser.xml Sun Oct 22 21:34:37
2017 (r19365)
+++ trunk/BOOK/gnome/platform/totem-pl-parser.xml Sun Oct 22 21:59:36
2017 (r19366)
@@ -5,11 +5,11 @@
%general-entities;
<!ENTITY totem-pl-parser-download-http
-
"&gnome-download-http;/totem-pl-parser/3.10/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
+
"&gnome-download-http;/totem-pl-parser/&gnome-minor-26;/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
<!ENTITY totem-pl-parser-download-ftp
-
"&gnome-download-ftp;/totem-pl-parser/3.10/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
- <!ENTITY totem-pl-parser-md5sum "2c2fb44c3124dd98ec827bcfcd040049">
- <!ENTITY totem-pl-parser-size "1.5 MB">
+
"&gnome-download-ftp;/totem-pl-parser/&gnome-minor-26;/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
+ <!ENTITY totem-pl-parser-md5sum "f609b4a758055bca5045c83604638723">
+ <!ENTITY totem-pl-parser-size "1.3 MB">
<!ENTITY totem-pl-parser-buildsize "9.5 MB (with tests)">
<!ENTITY totem-pl-parser-time "0.1 SBU (with tests)">
]>
@@ -91,7 +91,7 @@
<para role="optional">
<xref linkend="gtk-doc"/>,
<ulink url="http://ltp.sourceforge.net/coverage/lcov.php"> LCOV</ulink>,
and
- <ulink url="http://sourceforge.net/projects/quvi">libquvi (version 0.9)
and libquvi-scripts</ulink>
+ <ulink url="http://sourceforge.net/projects/quvi">libquvi >= 0.9.1
and libquvi-scripts</ulink>
- if they are installed, then
<ulink url="https://github.com/diegonehab/luasocket">lua-socket
(git)</ulink>
is necessary for the tests
@@ -110,8 +110,10 @@
the following commands:
</para>
-<screen><userinput>./configure --prefix=/usr --disable-static &&
-make</userinput></screen>
+<screen><userinput>mkdir build &&
+cd build &&
+meson --prefix /usr --default-library shared .. &&
+ninja</userinput></screen>
<!-- This is not needed anymore as of at least 3.10.7.
<para>
@@ -125,34 +127,14 @@
-->
<para>
- To test the results, issue: <command>make check</command>. You will
- need an active internet connection in order to successfully complete all
- tests.
+ To test the results, issue: <command>ninja test</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
-<screen role="root"><userinput>make install</userinput></screen>
-
- </sect2>
-
- <sect2 role="commands">
- <title>Command Explanations</title>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../../xincludes/static-libraries.xml"/>
-
- <para>
- <option>--disable-quvi</option>: This switch disables
- <application>libquvi</application> support
- (<application>libquvi</application> is broken with
- <application>Lua-5.3</application>).
- </para>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../../xincludes/gtk-doc-rebuild.xml"/>
+<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Oct 22 21:34:37
2017 (r19365)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Oct 22 21:59:36
2017 (r19366)
@@ -46,6 +46,9 @@
<para>October 23rd, 2017</para>
<itemizedlist>
<listitem>
+ <para>[dj] - Update to totem-pl-parser-3.26.0.</para>
+ </listitem>
+ <listitem>
<para>[dj] - Add gmime-3.0.2.</para>
</listitem>
<listitem>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page