Files
wxEDID/wxEDID.spec
Mia Herkt 9cfb153913 - Update to v0.0.33
Added:
  * wxEDID_Frame::ChkNumValidBlocks()
Fixed:
  * (BUG) SaveRep(), ExportHex(): writing extension block data if
    BED::num_ext is changed to zero.
  * (BUG) wxEDID_Frame::DTD_Ctor_set_DTD(): sct_hborder->data and
    sct_vborder->data must be set to zero for T7VTDB - otherwise
    the DTD_Ctor could draw border lines from previously selected
    DTD.
  * few typos in textual descriptions

OBS-URL: https://build.opensuse.org/package/show/hardware/wxEDID?expand=0&rev=30
2025-10-18 15:34:09 +00:00

55 lines
1.7 KiB
RPMSpec

#
# spec file for package wxEDID
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: wxEDID
Version: 0.0.33
Release: 0
Summary: Extended Display Identification Data editor
License: GPL-3.0-only
Group: Hardware/Other
URL: https://sourceforge.net/projects/wxedid/
Source0: https://sourceforge.net/projects/wxedid/files/wxedid-%{version}.tar.gz
BuildRequires: c++_compiler
BuildRequires: wxWidgets-devel
%description
wxEDID is a wxWidgets - based EDID (Extended Display Identification Data) editor.
This is an early stage of development, allowing to modify the base EDID v1.3+
structure and CEA-861 (as first extension block).
Besides normal editor functionality, the app has been equipped with a DTD
constructor, which aims to ease timings selection/editing. It's also possible to
export and import EDID data to/from text files (hex ASCII format) and also to
save the structures as a human-readable text.
%prep
%setup -q -n wxedid-%{version}
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc AUTHORS ChangeLog
%{_bindir}/wxedid
%changelog