yasr 0.6.9-3ubuntu1 source package in Ubuntu

Changelog

yasr (0.6.9-3ubuntu1) trusty; urgency=low

  * Use autotools-dev helper for newer arches, resolving FTBFS.
 -- Daniel T Chen <email address hidden>   Mon, 17 Mar 2014 13:31:29 -0400

Upload details

Uploaded by:
Daniel T Chen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe admin

Downloads

File Size SHA-256 Checksum
yasr_0.6.9.orig.tar.gz 230.2 KiB 41f17cfab8e88824a8dc1476602a0944b9030a8f8da2538a7a6549e3534e3bdf
yasr_0.6.9-3ubuntu1.diff.gz 3.7 KiB df6ddd7fda3187a24b6be492d761b609c495306373357c5f7fcc3e2b518d7bda
yasr_0.6.9-3ubuntu1.dsc 1.7 KiB 9a7a504864402b59f64f16ba643afc8fdb22be1fdff65a4d1593c1bd8c199cea

View changes file

Binary packages built by this source

yasr: General-purpose console screen reader

 Yasr is a general-purpose console screen reader for GNU/Linux and
 other Unix-like operating systems. The name "yasr" is an acronym that
 can stand for either "Yet Another Screen Reader" or "Your All-purpose
 Screen Reader".
 .
 Currently, yasr attempts to support the Speak-out, DEC-talk, BNS, Apollo,
 and DoubleTalk synthesizers. It is also able to communicate with
 Emacspeak servers and can thus be used with synthesizers not directly
 supported, such as Festival Lite (via eflite) or FreeTTS.
 .
 Yasr is written in C and works by opening a pseudo-terminal and running a
 shell, intercepting all input and output. It looks at the escape
 sequences being sent and maintains a virtual "window" containing what
 it believes to be on the screen. It thus does not use any features
 specific to Linux and can be ported to other Unix-like operating
 systems without too much trouble.