Changeset 94e4290


Ignore:
Timestamp:
10/23/2017 04:59:36 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1865898
Parents:
cd7a2cd
Message:

Really update to totem-pl-parser-3.26.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19366 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/totem-pl-parser.xml

    rcd7a2cd r94e4290  
    66
    77  <!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">
    99  <!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.5 MB">
     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">
    1313  <!ENTITY totem-pl-parser-buildsize     "9.5 MB (with tests)">
    1414  <!ENTITY totem-pl-parser-time          "0.1 SBU (with tests)">
     
    9292      <xref linkend="gtk-doc"/>,
    9393      <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 &gt;= 0.9.1 and libquvi-scripts</ulink>
    9595      - if they are installed, then
    9696      <ulink url="https://github.com/diegonehab/luasocket">lua-socket (git)</ulink>
     
    111111    </para>
    112112
    113 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    114 make</userinput></screen>
     113<screen><userinput>mkdir build &amp;&amp;
     114cd build &amp;&amp;
     115meson --prefix /usr --default-library shared .. &amp;&amp;
     116ninja</userinput></screen>
    115117
    116118<!-- This is not needed anymore as of at least 3.10.7.
     
    126128
    127129    <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>.
    131131    </para>
    132132
     
    135135    </para>
    136136
    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>
    156138
    157139  </sect2>
  • introduction/welcome/changelog.xml

    rcd7a2cd r94e4290  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[dj] - Update to totem-pl-parser-3.26.0.</para>
     50        </listitem>
     51        <listitem>
    4952          <para>[dj] - Add gmime-3.0.2.</para>
    5053        </listitem>
Note: See TracChangeset for help on using the changeset viewer.