From dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 25 Mar 2005 10:11:39 +0000 Subject: install vesa-cvt --- Makefile | 4 ++-- monitor-edid.spec | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a7e3578..64da639 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = monitor-edid -VERSION = 1.2 +VERSION = 1.3 FILES = $(shell ls | grep -v CVS | grep -vF .tar) ARCH := $(patsubst i%86,i386,$(shell uname -m)) @@ -22,7 +22,7 @@ ifeq (ppc64,$(ARCH)) HAS_OPEN_FIRMWARE = y endif -TARGETS = monitor-get-edid +TARGETS = monitor-get-edid cvt CFLAGS = -O -Wall -g OBJS = monitor-get-edid.c diff --git a/monitor-edid.spec b/monitor-edid.spec index a7b3c6c..0f24148 100644 --- a/monitor-edid.spec +++ b/monitor-edid.spec @@ -1,5 +1,5 @@ %define name monitor-edid -%define version 1.2 +%define version 1.3 %define release 1mdk Summary: Get monitor details @@ -28,6 +28,7 @@ install -d $RPM_BUILD_ROOT%_bindir install -d $RPM_BUILD_ROOT%_sbindir install monitor-edid monitor-get-edid monitor-probe monitor-probe-using-X $RPM_BUILD_ROOT%_sbindir install monitor-parse-edid $RPM_BUILD_ROOT%_bindir +install cvt $RPM_BUILD_ROOT%_bindir/vesa-cvt %clean rm -rf $RPM_BUILD_ROOT @@ -39,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %_sbindir/* %changelog +* Fri Mar 25 2005 Pixel 1.3-1mdk +- added vesa-cvt (allowing to compute reduced-blanking timings) + * Thu Mar 17 2005 Pixel 1.2-1mdk - new release (added monitor-probe and monitor-probe-using-X) -- cgit v1.2.1