1
0

9 Commits

Author SHA256 Message Date
8f72aaaba2 Accepting request 1299166 from X11:Wayland
- Update to release 0.3.0

OBS-URL: https://build.opensuse.org/request/show/1299166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdisplay-info?expand=0&rev=6
2025-08-14 09:36:07 +00:00
OBS User unknown
012277d972 [info=2b5161b610594012772f924cafbd5e88114c43166577626a7dea3065b8309149]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libdisplay-info?expand=0&rev=13
2025-08-13 00:32:17 +00:00
5099bbb675 Accepting request 1254778 from X11:Wayland
- Add BuildRequires: python3-base; building for Leap 15.6 fails
  otherwise.

OBS-URL: https://build.opensuse.org/request/show/1254778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdisplay-info?expand=0&rev=5
2025-03-21 19:21:39 +00:00
OBS User unknown
59aa9bb3fd [info=7b56381757449e829f5ac88a9de592d6d2c26045c4064ae200b645b5e1435f79]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libdisplay-info?expand=0&rev=12
2025-03-20 15:47:25 +00:00
03bf173dbc Accepting request 1249418 from X11:Wayland
- Create package libdisplay-info-tools for di-edid-decode
- Remode BuildRequires cmake in favour of c_compiler

OBS-URL: https://build.opensuse.org/request/show/1249418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdisplay-info?expand=0&rev=4
2025-03-02 11:17:22 +00:00
OBS User unknown
d64a99a041 [info=637e72703f5d4f0c48b74d55580e7a4d54ebda227943002e583a798c229ea227]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libdisplay-info?expand=0&rev=11
2025-02-27 09:07:41 +00:00
e0afc25f09 [info=da08daf0679ea69b92af4ec6c0d18afb9dea950c068b5b42b3026d5af37e1360]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libdisplay-info?expand=0&rev=10
2024-09-04 09:22:31 +00:00
a06068cb2e Accepting request 1182012 from X11:Wayland
- Update to release 0.2

OBS-URL: https://build.opensuse.org/request/show/1182012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdisplay-info?expand=0&rev=3
2024-06-21 14:03:06 +00:00
f8a47b8702 Accepting request 1067126 from X11:Wayland
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1067126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdisplay-info?expand=0&rev=2
2023-02-22 14:21:49 +00:00
8 changed files with 62 additions and 9 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1755045121
commit: 2b5161b610594012772f924cafbd5e88114c43166577626a7dea3065b8309149
url: https://src.opensuse.org/jengelh/libdisplay-info
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f6582243d82ae810366862530ffd3fada8ede99e2583c38df12e3bc7f406194
size 256

BIN
libdisplay-info-0.2.0.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
libdisplay-info-0.3.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Aug 13 00:29:12 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.3.0
* This new release adds support for the following new blocks:
* CTA Vendor Specific Video Block
* CTA HDR10+ Vendor Specific Video Block
* CTA Dolby Vision Vendor Specific Video Block
* CTA HDMI Vendor Specific Data Block
* CTA HDMI Forum vendor-specific data block
* CTA HDMI Forum Sink Capability Data Block
* Basic DisplayID version 2 structure
* Low-level API has had some function name/signature changes
-------------------------------------------------------------------
Thu Mar 20 14:42:25 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
- Add BuildRequires: python3-base; building for Leap 15.6 fails
otherwise.
-------------------------------------------------------------------
Thu Feb 27 08:12:11 UTC 2025 - Enrico Belleri <kilgore.trout@idesmi.eu>
- Create package libdisplay-info-tools for di-edid-decode
- Remode BuildRequires cmake in favour of c_compiler
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 20 18:05:25 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Thu Jun 20 18:05:25 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package libdisplay-info # spec file for package libdisplay-info
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
Name: libdisplay-info Name: libdisplay-info
%define lname libdisplay-info2 %define lname libdisplay-info3
Version: 0.2.0 Version: 0.3.0
Release: 0 Release: 0
Summary: EDID and DisplayID library Summary: EDID and DisplayID library
License: MIT License: MIT
@@ -27,8 +27,9 @@ URL: https://gitlab.freedesktop.org/emersion/libdisplay-info
Source: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/%version/downloads/libdisplay-info-%version.tar.xz Source: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/%version/downloads/libdisplay-info-%version.tar.xz
Source2: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/%version/downloads/libdisplay-info-%version.tar.xz.sig Source2: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/%version/downloads/libdisplay-info-%version.tar.xz.sig
Source3: %name.keyring Source3: %name.keyring
BuildRequires: cmake BuildRequires: c_compiler
BuildRequires: meson BuildRequires: meson >= 0.57.0
BuildRequires: python3-base
BuildRequires: pkgconfig(hwdata) BuildRequires: pkgconfig(hwdata)
%description %description
@@ -47,6 +48,19 @@ low-level API exposing all of the details of these formats, plus a
high-level API (of opinionated functions) which abstracts these high-level API (of opinionated functions) which abstracts these
details for common operations. details for common operations.
%package tools
Summary: Command-line tools for %name
Requires: %lname = %version
Provides: %name-devel:%_bindir/di-edid-decode
%description tools
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.
This package contains a tool to parse EDID.
%package devel %package devel
Summary: Header files for libdisplay-info, an EDID library Summary: Header files for libdisplay-info, an EDID library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@@ -62,6 +76,7 @@ This package contains headers for the library.
%autosetup -p1 %autosetup -p1
%build %build
# includedir intentional, cf. bugzilla.opensuse.org/795968
%meson --includedir="%_includedir/%name" %meson --includedir="%_includedir/%name"
%meson_build %meson_build
@@ -70,11 +85,16 @@ This package contains headers for the library.
%ldconfig_scriptlets -n %lname %ldconfig_scriptlets -n %lname
%check
%meson_test
%files -n %lname %files -n %lname
%_libdir/lib*.so.[0-9]* %_libdir/lib*.so.[0-9]*
%files devel %files tools
%_bindir/di-edid-decode %_bindir/di-edid-decode
%files devel
%_includedir/%name/ %_includedir/%name/
%_libdir/pkgconfig/*.pc %_libdir/pkgconfig/*.pc
%_libdir/*.so %_libdir/*.so