Changeset 819213e
- Timestamp:
- 01/08/2020 07:43:47 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e4ef9578
- Parents:
- da114fe
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rda114fe r819213e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 7"> <!-- Always 2 digits -->3 <!ENTITY day "08"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 7th, &year;">9 <!ENTITY releasedate "January 8th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome.ent
rda114fe r819213e 30 30 <!ENTITY gnome-online-accounts-version "3.34.1"> 31 31 <!ENTITY gnome-video-effects-version "0.5.0"> 32 <!ENTITY grilo-version "0.3.1 0">32 <!ENTITY grilo-version "0.3.11"> 33 33 <!ENTITY libchamplain-version "0.12.20"> 34 34 <!ENTITY libgdata-version "0.17.11"> -
gnome/platform/grilo.xml
rda114fe r819213e 7 7 <!ENTITY grilo-download-http "&gnome-download-http;/grilo/0.3/grilo-&grilo-version;.tar.xz"> 8 8 <!ENTITY grilo-download-ftp "&gnome-download-ftp;/grilo/0.3/grilo-&grilo-version;.tar.xz"> 9 <!ENTITY grilo-md5sum " f02bf585d1a48dc65be8b90ae3b08330">10 <!ENTITY grilo-size "2 28KB">11 <!ENTITY grilo-buildsize " 8.5MB">9 <!ENTITY grilo-md5sum "c18e02a95d086a6d84f45a5c1573ecc2"> 10 <!ENTITY grilo-size "232 KB"> 11 <!ENTITY grilo-buildsize "9.4 MB"> 12 12 <!ENTITY grilo-time "less than 0.1 SBU"> 13 13 ]> … … 90 90 <sect2 role="installation"> 91 91 <title>Installation of Grilo</title> 92 92 <!-- 93 93 <para>First, fix a build failure introduced by an API change in 94 94 <application>totem-pl-parser</application>:</para> 95 95 96 96 <screen><userinput remap="pre">sed -i 's/TOTEM_IS_PL_PARSER/TOTEM_PL_IS_PARSER/' libs/pls/grl-pls.c</userinput></screen> 97 97 --> 98 98 <para>Install <application>Grilo</application> by running the 99 99 following commands:</para> … … 103 103 104 104 meson --prefix=/usr \ 105 --libexecdir=/usr/lib \106 105 -Denable-gtk-doc=false .. && 107 106 ninja</userinput></screen> 108 107 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> 111 109 112 110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -
introduction/welcome/changelog.xml
rda114fe r819213e 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>January 7th, 2020</para>
Note:
See TracChangeset
for help on using the changeset viewer.