Changeset 819213e for gnome


Ignore:
Timestamp:
01/08/2020 07:43:47 PM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e4ef9578
Parents:
da114fe
Message:

grilo: update to grilo-0.3.11 (#13001)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/grilo.xml

    rda114fe r819213e  
    77  <!ENTITY grilo-download-http "&gnome-download-http;/grilo/0.3/grilo-&grilo-version;.tar.xz">
    88  <!ENTITY grilo-download-ftp  "&gnome-download-ftp;/grilo/0.3/grilo-&grilo-version;.tar.xz">
    9   <!ENTITY grilo-md5sum        "f02bf585d1a48dc65be8b90ae3b08330">
    10   <!ENTITY grilo-size          "228 KB">
    11   <!ENTITY grilo-buildsize     "8.5 MB">
     9  <!ENTITY grilo-md5sum        "c18e02a95d086a6d84f45a5c1573ecc2">
     10  <!ENTITY grilo-size          "232 KB">
     11  <!ENTITY grilo-buildsize     "9.4 MB">
    1212  <!ENTITY grilo-time          "less than 0.1 SBU">
    1313]>
     
    9090  <sect2 role="installation">
    9191    <title>Installation of Grilo</title>
    92 
     92<!--
    9393    <para>First, fix a build failure introduced by an API change in
    9494    <application>totem-pl-parser</application>:</para>
    9595
    9696<screen><userinput remap="pre">sed -i 's/TOTEM_IS_PL_PARSER/TOTEM_PL_IS_PARSER/' libs/pls/grl-pls.c</userinput></screen>
    97 
     97-->
    9898    <para>Install <application>Grilo</application> by running the
    9999    following commands:</para>
     
    103103
    104104meson --prefix=/usr \
    105       --libexecdir=/usr/lib \
    106105      -Denable-gtk-doc=false .. &amp;&amp;
    107106ninja</userinput></screen>
    108107
    109     <!-- testsuite exists, but does nothing -->
    110     <para>This package does not come with a testsuite.</para>
     108        <para>To test the results, issue: <command>ninja test</command>.</para>
    111109
    112110    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.