Changeset 6323b10d for gnome/platform
- Timestamp:
- 08/08/2019 01:14:22 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 0711dc9
- Parents:
- 0129b143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gnome-video-effects.xml
r0129b143 r6323b10d 6 6 7 7 <!ENTITY gnome-video-effects-download-http 8 "&gnome-download-http;/gnome-video-effects/0. 4/gnome-video-effects-&gnome-video-effects-version;.tar.xz">8 "&gnome-download-http;/gnome-video-effects/0.5/gnome-video-effects-&gnome-video-effects-version;.tar.xz"> 9 9 <!ENTITY gnome-video-effects-download-ftp 10 "&gnome-download-ftp;/gnome-video-effects/0. 4/gnome-video-effects-&gnome-video-effects-version;.tar.xz">11 <!ENTITY gnome-video-effects-md5sum " decfd1264c00deb5b7ac12b483d21cda">12 <!ENTITY gnome-video-effects-size " 140KB">13 <!ENTITY gnome-video-effects-buildsize " 2.2MB">10 "&gnome-download-ftp;/gnome-video-effects/0.5/gnome-video-effects-&gnome-video-effects-version;.tar.xz"> 11 <!ENTITY gnome-video-effects-md5sum "0c81bfafa7fc5c88cb0834d0026ad001"> 12 <!ENTITY gnome-video-effects-size "84 KB"> 13 <!ENTITY gnome-video-effects-buildsize "1.5 MB"> 14 14 <!ENTITY gnome-video-effects-time "less than 0.1 SBU"> 15 15 ]> … … 86 86 </para> 87 87 88 <screen><userinput>./configure --prefix=/usr && 89 make</userinput></screen> 88 <screen><userinput>mkdir build && 89 cd build && 90 91 meson --prefix=/usr .. && 92 ninja</userinput></screen> 90 93 91 94 <para> … … 97 100 </para> 98 101 99 <screen role="root"><userinput> makeinstall</userinput></screen>102 <screen role="root"><userinput>ninja install</userinput></screen> 100 103 101 104 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.