Changeset 6323b10d for gnome/platform


Ignore:
Timestamp:
08/08/2019 01:14:22 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 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:
0711dc9
Parents:
0129b143
Message:

Update to node-10.16.2.
Update to ffmpeg-4.2.
Update to iw-5.3.
Update to LibRaw-0.19.4.
Update to gnome-video-effects-0.5.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-video-effects.xml

    r0129b143 r6323b10d  
    66
    77  <!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">
    99  <!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          "140 KB">
    13   <!ENTITY gnome-video-effects-buildsize     "2.2 MB">
     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">
    1414  <!ENTITY gnome-video-effects-time          "less than 0.1 SBU">
    1515]>
     
    8686    </para>
    8787
    88 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    89 make</userinput></screen>
     88<screen><userinput>mkdir build &amp;&amp;
     89cd    build &amp;&amp;
     90
     91meson --prefix=/usr .. &amp;&amp;
     92ninja</userinput></screen>
    9093
    9194    <para>
     
    97100    </para>
    98101
    99 <screen role="root"><userinput>make install</userinput></screen>
     102<screen role="root"><userinput>ninja install</userinput></screen>
    100103
    101104  </sect2>
Note: See TracChangeset for help on using the changeset viewer.