- Timestamp:
- 01/08/2020 07:43:47 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- e4ef9578
- Parents:
- da114fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note:
See TracChangeset
for help on using the changeset viewer.