1
0
Jan Engelhardt 2023-02-13 16:46:08 +00:00 committed by Git OBS Bridge
parent 72ff4b19c1
commit 76cb0f86bc
2 changed files with 12 additions and 7 deletions

View File

@ -2,7 +2,8 @@
Mon Feb 13 16:38:18 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.1.0
* First release; no changelog
* The library includes full support for EDID, partial support
for CTA-861-H, and very basic support for DisplayID 1.3.
-------------------------------------------------------------------
Mon Mar 28 08:00:27 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -31,16 +31,20 @@ BuildRequires: meson
BuildRequires: pkgconfig(hwdata)
%description
The library provides a set of high-level opinionated functions as
well as low-level functions to access detailed EDID information.
libdisplay-info is an EDID and DisplayID library. It provides a
low-level API exposing all of the details of these formats, plus a
high-level API (of opinionated functions) which abstracts these
details for common operations.
%package -n %lname
Summary: EDID and DisplayID library
Group: System/Libraries
%description -n %lname
The library provides a set of high-level opinionated functions as
well as low-level functions to access detailed EDID information.
libdisplay-info is an EDID and DisplayID library. It provides a
low-level API exposing all of the details of these formats, plus a
high-level API (of opinionated functions) which abstracts these
details for common operations.
%package devel
Summary: Header files for libdisplay-info, an EDID library
@ -48,8 +52,8 @@ Group: Development/Libraries/C and C++
Requires: %lname = %version
%description devel
The library provides a set of high-level opinionated functions as
well as low-level functions to access detailed EDID information.
The library provides a set of low- and high-level functions
for EDID and DisplayID.
This package contains headers for the library.