mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Add libdisplay-info-0.1.1 in supoprt of plasma6.
This commit is contained in:
parent
4fa7705910
commit
c24a5da0db
@ -90,6 +90,7 @@
|
|||||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcroco.xml"/>-->
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcroco.xml"/>-->
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdbusmenuqt.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdbusmenuqt.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdaemon.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdaemon.xml"/>
|
||||||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdisplay-info.xml"/>
|
||||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdbusmenuqt.xml"/> -->
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdbusmenuqt.xml"/> -->
|
||||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libesmtp.xml"/> -->
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libesmtp.xml"/> -->
|
||||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>-->
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>-->
|
||||||
|
147
general/genlib/libdisplay-info.xml
Normal file
147
general/genlib/libdisplay-info.xml
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||||
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
|
%general-entities;
|
||||||
|
|
||||||
|
<!ENTITY libdisplay-info-download-http "https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/&libdisplay-info-version;/downloads//libdisplay-info-&libdisplay-info-version;.tar.xz">
|
||||||
|
<!ENTITY libdisplay-info-download-ftp " ">
|
||||||
|
<!ENTITY libdisplay-info-md5sum "56e8d2213d2aefd7defaaddfd9cb80e1">
|
||||||
|
<!ENTITY libdisplay-info-size "t6 KB">
|
||||||
|
<!ENTITY libdisplay-info-buildsize "2.4 MB">
|
||||||
|
<!ENTITY libdisplay-info-time "less than 0.1 SBU">
|
||||||
|
]>
|
||||||
|
|
||||||
|
<sect1 id="libdisplay-info" xreflabel="libdisplay-info-&libdisplay-info-version;">
|
||||||
|
<?dbhtml filename="libdisplay-info.html"?>
|
||||||
|
|
||||||
|
<title>libdisplay-info-&libdisplay-info-version;</title>
|
||||||
|
|
||||||
|
<indexterm zone="libdisplay-info">
|
||||||
|
<primary sortas="a-libdisplay-info">libdisplay-info</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<sect2 role="package">
|
||||||
|
<title>Introduction to libdisplay-info</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
The <application>libdisplay-info</application> package provides
|
||||||
|
a set of high-level and low-level functions to
|
||||||
|
access detailed Extended Display Identification Data (EDID) information.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
&lfs121_checked;
|
||||||
|
|
||||||
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
|
<itemizedlist spacing="compact">
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Download (HTTP): <ulink url="&libdisplay-info-download-http;"/>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Download (FTP): <ulink url="&libdisplay-info-download-ftp;"/>
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Download MD5 sum: &libdisplay-info-md5sum;
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Download size: &libdisplay-info-size;
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Estimated disk space required: &libdisplay-info-buildsize;
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Estimated build time: &libdisplay-info-time;
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect3">libdisplay-info Dependencies</bridgehead>
|
||||||
|
|
||||||
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
|
<para role="required">
|
||||||
|
<xref linkend="hwdata"/>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
<sect2 role="installation">
|
||||||
|
<title>Installation of libdisplay-info</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Install <application>libdisplay-info</application> by running the following
|
||||||
|
commands:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<screen><userinput>mkdir build &&
|
||||||
|
cd build &&
|
||||||
|
|
||||||
|
meson setup --prefix=/usr .. &&
|
||||||
|
ninja</userinput></screen>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This package requires special software to run tests.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Now, as the &root; user:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
<sect2 role="content">
|
||||||
|
<title>Contents</title>
|
||||||
|
|
||||||
|
<segmentedlist>
|
||||||
|
<segtitle>Installed Programs</segtitle>
|
||||||
|
<segtitle>Installed Library</segtitle>
|
||||||
|
<segtitle>Installed Directories</segtitle>
|
||||||
|
|
||||||
|
<seglistitem>
|
||||||
|
<seg>
|
||||||
|
None
|
||||||
|
</seg>
|
||||||
|
<seg>
|
||||||
|
libdisplay-info.so
|
||||||
|
</seg>
|
||||||
|
<seg>
|
||||||
|
/usr/include/libdisplay-info
|
||||||
|
</seg>
|
||||||
|
</seglistitem>
|
||||||
|
</segmentedlist>
|
||||||
|
<!--
|
||||||
|
<variablelist>
|
||||||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
|
<?dbfo list-presentation="list"?>
|
||||||
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
|
<varlistentry id="libdisplay-info-lib">
|
||||||
|
<term><filename class="libraryfile">libdisplay-info.so</filename></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
contains functions used to handle operations
|
||||||
|
relating to NVMe devices.
|
||||||
|
</para>
|
||||||
|
<indexterm zone="libdisplay-info libdisplay-info-lib">
|
||||||
|
<primary sortas="c-libdisplay-info">libdisplay-info.so</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
</variablelist>
|
||||||
|
-->
|
||||||
|
</sect2>
|
||||||
|
|
||||||
|
</sect1>
|
@ -40,18 +40,22 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>March 16th, 2024</para>
|
<para>March 17th, 2024</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Add hwdata-0.380 in supoprt of
|
<para>[bdubbs] - Add libdisplay-info-0.1.1 in supoprt of plasma6. Addresses
|
||||||
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
|
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Add kirigami-addons-1.0.1 in supoprt of
|
<para>[bdubbs] - Add hwdata-0.380 in supoprt of plasma6. Addresses
|
||||||
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
|
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Add qcoro-0.10.0 in supoprt of
|
<para>[bdubbs] - Add kirigami-addons-1.0.1 in supoprt of plasma6. Addresses
|
||||||
|
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Add qcoro-0.10.0 in supoprt of plasma6. Addresses
|
||||||
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
|
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -132,6 +132,7 @@
|
|||||||
<!ENTITY libbytesize-version "2.10">
|
<!ENTITY libbytesize-version "2.10">
|
||||||
<!ENTITY libcloudproviders-version "0.3.5">
|
<!ENTITY libcloudproviders-version "0.3.5">
|
||||||
<!ENTITY libdaemon-version "0.14">
|
<!ENTITY libdaemon-version "0.14">
|
||||||
|
<!ENTITY libdisplay-info-version "0.1.1">
|
||||||
<!ENTITY libgcrypt-version "1.10.3">
|
<!ENTITY libgcrypt-version "1.10.3">
|
||||||
<!ENTITY libgpg-error-version "1.48">
|
<!ENTITY libgpg-error-version "1.48">
|
||||||
<!ENTITY libgrss-version "0.7.0">
|
<!ENTITY libgrss-version "0.7.0">
|
||||||
|
Loading…
Reference in New Issue
Block a user