Changeset 819213e


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rda114fe r819213e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 7th, &year;">
     9<!ENTITY releasedate  "January 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome.ent

    rda114fe r819213e  
    3030<!ENTITY gnome-online-accounts-version     "3.34.1">
    3131<!ENTITY gnome-video-effects-version       "0.5.0">
    32 <!ENTITY grilo-version                     "0.3.10">
     32<!ENTITY grilo-version                     "0.3.11">
    3333<!ENTITY libchamplain-version              "0.12.20">
    3434<!ENTITY libgdata-version                  "0.17.11">
  • 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>
  • introduction/welcome/changelog.xml

    rda114fe r819213e  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>January 8th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to grilo-0.3.11. Fixes
     49          <ulink url="&blfs-ticket-root;13001">#13001</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>January 7th, 2020</para>
Note: See TracChangeset for help on using the changeset viewer.