Ignore:
Timestamp:
08/23/2021 07:48:39 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
98c9ebc7
Parents:
f61c18e
Message:

Package update and a whole shedload of tags

Update to gsound-1.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gsound.xml

    rf61c18e r01705ddc  
    77  <!ENTITY gsound-download-http "&gnome-download-http;/gsound/1.0/gsound-&gsound-version;.tar.xz">
    88  <!ENTITY gsound-download-ftp  "&gnome-download-ftp;/gsound/1.0/gsound-&gsound-version;.tar.xz">
    9   <!ENTITY gsound-md5sum        "c26fd21c21b9ef6533a202a73fab21db">
    10   <!ENTITY gsound-size          "276 KB">
    11   <!ENTITY gsound-buildsize     "2.5 MB">
     9  <!ENTITY gsound-md5sum        "7338c295034432a6e782fd20b3d04b68">
     10  <!ENTITY gsound-size          "24 KB">
     11  <!ENTITY gsound-buildsize     "864 KB">
    1212  <!ENTITY gsound-time          "less than 0.1 SBU">
    1313]>
     
    3434    </para>
    3535
    36     &lfs101_checked;
     36    &lfs110_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7272    <bridgehead renderas="sect3">gsound Dependencies</bridgehead>
    7373
     74    <bridgehead renderas="sect4">Required</bridgehead>
     75    <para role="required">
     76      <xref linkend="libcanberra"/>
     77    </para>
     78
    7479    <bridgehead renderas="sect4">Recommended</bridgehead>
    7580    <para role="recommended">
     
    96101    </para>
    97102
    98 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    99 make</userinput></screen>
     103<screen><userinput>mkdir build &amp;&amp;
     104cd    build &amp;&amp;
     105
     106meson --prefix=/usr --buildtype=release .. &amp;&amp;
     107ninja</userinput></screen>
    100108
    101109    <para>
     
    107115    </para>
    108116
    109 <screen role="root"><userinput>make install</userinput></screen>
     117<screen role="root"><userinput>ninja install</userinput></screen>
    110118  </sect2>
    111119
     
    114122
    115123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    116       href="../../xincludes/static-libraries.xml"/>
    117 
    118     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    119     href="../../xincludes/gtk-doc-rebuild.xml"/>
     124      href="../../xincludes/meson-buildtype-release.xml"/>
    120125
    121126  </sect2>
Note: See TracChangeset for help on using the changeset viewer.