]> git.pld-linux.org Git - packages/read-edid.git/blame - read-edid.spec
- up to 2.0.0
[packages/read-edid.git] / read-edid.spec
CommitLineData
d069c712 1Summary: Gets various useful informations from a conforming PnP monitor
edd96688 2Summary(pl.UTF-8): Pobieranie różnych przydatnych informacji z monitora zgodnego z PnP
d069c712 3Name: read-edid
55fc9594 4Version: 2.0.0
5Release: 1
d069c712 6License: GPL v2
7Group: Applications/System
55fc9594 8Source0: http://polypux.org/projects/read-edid/%{name}-%{version}.tar.gz
9# Source0-md5: 586e7fa1167773b27f4e505edc93274b
10URL: http://polypux.org/projects/read-edid/
11BuildRequires: libx86-devel
d069c712 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Hardware information-gathering tool for VESA PnP monitors read-edid
16consists of two tools:
17
18get-edid uses a VESA VBE 2 interrupt service routine request to read a
19128 byte EDID version 1 structure from your graphics card, which
20retrieves this information from the monitor via the Data Display
21Channel (DDC).
22
23parse-edid parses this data structure and outputs data suitable for
24inclusion into the XFree86 or X.org configuration file.
25
26get-edid uses architecture-specific methods for querying the video
27hardware (real-mode x86 instructions on i386, Open Firmware device
28tree parsing on PowerMac) and is therefore only available for i386 and
29powerpc architectures.
30
6f3ffb58
JR
31%description -l pl.UTF-8
32read-edid to narzędzie do zbierania informacji dotyczących sprzętu dla
33monitorów VESA PnP, składające się z dwóch programów:
f072b988 34
6f3ffb58
JR
35get-edid używa żądania funkcji przerwania VESA VBE 2 do odczytu
36128-bajtowej struktury EDID w wersji 1 od karty graficznej, która
f072b988
JB
37pobiera te informacje z monitora poprzez DDC (Data Display Channel).
38
6f3ffb58 39parse-edid analizuje tę strukturę danych i wypisuje dane nadające się
f072b988
JB
40do wstawienia do pliku konfiguracyjnego XFree86 lub X.org.
41
6f3ffb58 42get-edit używa specyficznych dla architektury metod odpytywania karty
f072b988 43graficznej (instrukcji w trybie rzeczywistym x86 na i386, analizy
6f3ffb58 44drzewa urządzeń OpenFirmware na PowerMacu), więc jest dostępne tylko
f072b988
JB
45dla architektur i386 i powerpc.
46
d069c712 47%prep
48%setup -q
49
50%build
d069c712 51%configure
55fc9594 52%{__make}
d069c712 53
54%install
55rm -rf $RPM_BUILD_ROOT
d069c712 56
55fc9594 57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
d069c712 59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
f072b988 65%doc AUTHORS ChangeLog NEWS README
55fc9594 66%attr(755,root,root) %{_sbindir}/parse-edid
67%attr(755,root,root) %{_sbindir}/get-edid
d069c712 68%{_mandir}/man1/*-edid.1*
This page took 0.082493 seconds and 4 git commands to generate.