mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to totem-pl-parser-3.26.2
Add a note to Evince about building in DESTDIR - it needs the same treatment as GTK+3 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20986 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
51a8ab3b48
commit
ae9228b5df
@ -19,7 +19,7 @@
|
|||||||
<!ENTITY gsettings-desktop-schemas-version "3.28.1">
|
<!ENTITY gsettings-desktop-schemas-version "3.28.1">
|
||||||
<!ENTITY libsecret-version "0.18.7">
|
<!ENTITY libsecret-version "0.18.7">
|
||||||
<!ENTITY rest-version "0.8.1">
|
<!ENTITY rest-version "0.8.1">
|
||||||
<!ENTITY totem-pl-parser-version "3.26.1">
|
<!ENTITY totem-pl-parser-version "3.26.2">
|
||||||
<!ENTITY vte-version "0.54.3">
|
<!ENTITY vte-version "0.54.3">
|
||||||
<!ENTITY yelp-xsl-version "3.30.1">
|
<!ENTITY yelp-xsl-version "3.30.1">
|
||||||
<!ENTITY GConf-version "3.2.6">
|
<!ENTITY GConf-version "3.2.6">
|
||||||
|
@ -143,6 +143,16 @@ make</userinput></screen>
|
|||||||
|
|
||||||
<screen role="root"><userinput>make install</userinput></screen>
|
<screen role="root"><userinput>make install</userinput></screen>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>If you installed the package to your system using a "DESTDIR"
|
||||||
|
method,
|
||||||
|
<filename>/usr/share/glib-2.0/schemas/gschemas.compiled</filename>
|
||||||
|
was not updated/created. Create (or update) the file using the following
|
||||||
|
command as the <systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
|
<screen role="root"><userinput>glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen></note>
|
||||||
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
"&gnome-download-http;/totem-pl-parser/&gnome-minor-26;/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
|
<!ENTITY totem-pl-parser-download-ftp
|
||||||
"&gnome-download-ftp;/totem-pl-parser/&gnome-minor-26;/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
|
"&gnome-download-ftp;/totem-pl-parser/&gnome-minor-26;/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
|
||||||
<!ENTITY totem-pl-parser-md5sum "28005570260a06b1e1579a255c5afa5e">
|
<!ENTITY totem-pl-parser-md5sum "841689d9dbf4a36148507f5ba21c8253">
|
||||||
<!ENTITY totem-pl-parser-size "1.3 MB">
|
<!ENTITY totem-pl-parser-size "1.3 MB">
|
||||||
<!ENTITY totem-pl-parser-buildsize "12 MB (with tests)">
|
<!ENTITY totem-pl-parser-buildsize "10 MB (with tests)">
|
||||||
<!ENTITY totem-pl-parser-time "0.1 SBU (with tests)">
|
<!ENTITY totem-pl-parser-time "0.1 SBU (with tests)">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
@ -76,7 +76,6 @@
|
|||||||
|
|
||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para role="required">
|
<para role="required">
|
||||||
<xref linkend="gmime3"/> or <xref linkend="gmime"/>, and
|
|
||||||
<xref linkend="libsoup"/>
|
<xref linkend="libsoup"/>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -89,6 +88,7 @@
|
|||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para role="optional">
|
<para role="optional">
|
||||||
|
<xref linkend="cmake"/> (for CMake Bindings),
|
||||||
<xref linkend="gtk-doc"/>,
|
<xref linkend="gtk-doc"/>,
|
||||||
<ulink url="http://ltp.sourceforge.net/coverage/lcov.php"> LCOV</ulink>, and
|
<ulink url="http://ltp.sourceforge.net/coverage/lcov.php"> LCOV</ulink>, and
|
||||||
<ulink url="http://sourceforge.net/projects/quvi">libquvi >= 0.9.1 and libquvi-scripts</ulink>
|
<ulink url="http://sourceforge.net/projects/quvi">libquvi >= 0.9.1 and libquvi-scripts</ulink>
|
||||||
@ -116,10 +116,7 @@ meson --prefix /usr --default-library shared .. &&
|
|||||||
ninja</userinput></screen>
|
ninja</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To test the results, issue: <command>ninja test</command>. <!-- One test,
|
To test the results, issue: <command>ninja test</command>.
|
||||||
/parser/parsing/podcast_medium, is known to fail in a LFS environment.
|
|
||||||
With 3.26.1 and SVN-20190101, this is no longer true. Check back at 8.4/9.0
|
|
||||||
release time.-->
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -44,6 +44,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>January 16th, 2019</para>
|
<para>January 16th, 2019</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - Update to totem-pl-parser-3.26.2. Fixes
|
||||||
|
<ulink url="&blfs-ticket-root;11551">#11551</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[renodr] - Update to talloc-2.1.15. Fixes
|
<para>[renodr] - Update to talloc-2.1.15. Fixes
|
||||||
<ulink url="&blfs-ticket-root;11550">#11550</ulink>.</para>
|
<ulink url="&blfs-ticket-root;11550">#11550</ulink>.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user