mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Package update and a whole shedload of tags
Update to gsound-1.0.3
This commit is contained in:
parent
f61c18eaeb
commit
01705ddce3
@ -46,7 +46,7 @@
|
||||
<!ENTITY tracker3-version "3.1.2">
|
||||
<!--<!ENTITY tracker-miners-version "2.3.5">-->
|
||||
<!ENTITY tracker3-miners-version "3.1.2">
|
||||
<!ENTITY gsound-version "1.0.2">
|
||||
<!ENTITY gsound-version "1.0.3">
|
||||
|
||||
<!-- Runtime (sysv) and Desktop (systemd) -->
|
||||
<!--<!ENTITY caribou-version "0.4.21">-->
|
||||
|
@ -33,7 +33,7 @@
|
||||
photos and videos with fun graphical effects.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -53,7 +53,7 @@
|
||||
linkend="glib2"/> provides similar functionality on the commandline.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -39,7 +39,7 @@ xreflabel="evolution-data-server-&evolution-data-server-version;">
|
||||
other packages as well.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -36,7 +36,7 @@
|
||||
Facebook, etc.) to create metacontacts.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -33,7 +33,7 @@
|
||||
GObject wrapper for the Facebook Graph API.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -35,7 +35,7 @@
|
||||
framework used to access the user's online accounts.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -34,7 +34,7 @@
|
||||
developers.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY gsound-download-http "&gnome-download-http;/gsound/1.0/gsound-&gsound-version;.tar.xz">
|
||||
<!ENTITY gsound-download-ftp "&gnome-download-ftp;/gsound/1.0/gsound-&gsound-version;.tar.xz">
|
||||
<!ENTITY gsound-md5sum "c26fd21c21b9ef6533a202a73fab21db">
|
||||
<!ENTITY gsound-size "276 KB">
|
||||
<!ENTITY gsound-buildsize "2.5 MB">
|
||||
<!ENTITY gsound-md5sum "7338c295034432a6e782fd20b3d04b68">
|
||||
<!ENTITY gsound-size "24 KB">
|
||||
<!ENTITY gsound-buildsize "864 KB">
|
||||
<!ENTITY gsound-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
library for playing system sounds.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -71,6 +71,11 @@
|
||||
|
||||
<bridgehead renderas="sect3">gsound Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="libcanberra"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
@ -95,8 +100,11 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr --buildtype=release .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
@ -106,17 +114,14 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
href="../../xincludes/meson-buildtype-release.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
Clutter-based widget that is used to display rich and interactive maps.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -35,7 +35,7 @@
|
||||
services and has full asynchronous support.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -34,7 +34,7 @@
|
||||
structures.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -33,7 +33,7 @@
|
||||
<application>GNOME</application> top libraries.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -36,7 +36,7 @@
|
||||
locations.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -34,7 +34,7 @@
|
||||
to assume its own extensibility.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -33,7 +33,7 @@
|
||||
data extractors for Tracker.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>August 23rd, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to gsound-1.0.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;15425">#15425</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to NetworkManager-1.32.10. Fixes
|
||||
<ulink url="&blfs-ticket-root;15423">#15423</ulink>.</para>
|
||||
|
@ -35,7 +35,7 @@
|
||||
from the Berkeley Postgres database management system.
|
||||
</para>
|
||||
|
||||
&lfs101_checked;
|
||||
&lfs110_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
Loading…
Reference in New Issue
Block a user