Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37046071
en ru br
Репозитории ALT
S:0.6.7-alt7.qa1
5.1: 0.6.7-alt5
4.1: 0.6.7-alt3.M41.1
www.altlinux.org/Changes

Группа :: Доступность
Пакет: yasr

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: yasr
Version: 0.6.7
Release: alt5
Packager: Michael Pozhidaev <msp at altlinux.ru>

Summary: %name - yet another screen reader
License: %gpl2only
Group: Accessibility
Url: http://yasr.sourceforge.net
Requires: voiceman
BuildRequires: rpm-build-licenses

Source: %name-%version.tar.gz
Patch0: %name-%version-alt-config.patch
Patch1: %name-%version-alt-voiceman.patch
Patch2: %name-%version-alt-pty.patch

%description
YASR ("Yet Another Screen Reader") is the attempt at a lightweight,
portable screen reader. It works by opening a shell in a pty and
intercepting all user input/output, maintaining a window of what
should be on the screen by looking at the codes and text sent to the
screen. It thus uses no Linuxisms such as /dev/vcsa0 and does not
necessarily need to be setuid root (the only requirement being that
the user be able to access the tts device).

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1

%build
%configure
make

%install
install -pD -m775 ./yasr/yasr %buildroot%_bindir/yasr
install -pD -m664 ./yasr.conf %buildroot%_sysconfdir/yasr.conf
install -pD -m664 ./yasr/yasr.1 %buildroot%_man1dir/yasr.1

%files
%_bindir/*
%_sysconfdir/*
%_man1dir/*
%doc ChangeLog BUGS CREDITS NEWS README TODO

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin