Search Criteria
Package Details: emacspeak 53.0-1
Git Clone URL: | https://aur.archlinux.org/emacspeak.git (read-only, click to copy) |
---|---|
Package Base: | emacspeak |
Description: | Emacs extension that provides spoken output |
Upstream URL: | http://emacspeak.sf.net/ |
Licenses: | |
Submitter: | None |
Maintainer: | alex19EP |
Last Packager: | alex19EP |
Votes: | 9 |
Popularity: | 0.145931 |
First Submitted: | 2009-09-16 13:01 |
Last Updated: | 2020-11-28 09:54 |
Dependencies (6)
- emacs (emacs-git-gtk2, guile-emacs-git, emacs-nox-24bit, emacs25-git, emacs-git-shallow, emacs-24bit, emacs26-git, emacs-lucid-git, emacs-gtk2, emacs-pretest, emacs-lucid, emacs27-git, emacs-xwidgets, emacs-git, emacs-native-comp-git, emacs-pgtk-native-comp-git, emacs-native-comp-git-enhanced, emacs-gcc-wayland-devel-bin, emacs-nox)
- espeak (espeak-test, espeak-ng-extended-git)
- tclx
- tcl>=8.6 (tcl85, tcl-nothreading)
- openmotif (optional)
- python (python-dbg) (optional) – Google client, and wrapper for Emacspeak speech servers.
Latest Comments
1 2 Next › Last »
alex19EP commented on 2020-11-28 09:56
@taittech package updated. thanks.
taittech commented on 2020-11-27 20:17
Should bump package to 53.0
One note though, I was unable to compile 53.0 without expicitly setting -j1 as a make option on
make config
. Without it, there were problems with files overwriting eachother:Adding
-j1
tomake config
fixed it;make -j1 config
taittech commented on 2020-11-27 19:30
Compiled successfully on aarch64 with no modifications to source code or compilation options.
tclx just added aarch64 support.
If this is added, emacspeak will be compileable on raspi 4/400s with no fuss.
amerlyq commented on 2018-12-30 01:33
Fast and dirty fix, which is somewhat correct according to current ./etc/install.org is to install whole directory. I.e. edit your PKGBUILD:
remove obsolete "lesstif" from depends() and add "openmotif" to optdepends()
remove "install=" entry, it's completely obsolete
"make install" doesn't work anymore -- use fast and dirty fix to install whole dir:
package() {
local d=$pkgdir/usr/share/emacs/site-lisp/emacspeak
install -d -- "$d"
cp -a "$srcdir/$pkgname-$pkgver/." "$d"
find "$d" ( -type d -or ( -type f -executable ) ) -execdir chmod 755 {} +
find "$d" -type f -not -executable -execdir chmod 644 {} +
# Add convenient wrapper to keep your configs unmodified
local s=$pkgdir/usr/bin/emacspeak
install -d -- "${s%/*}"
printf '#!/bin/sh\nemacs -l '"'%s'"' "$@"\n' "${d#$pkgdir}/lisp/emacspeak-setup.el" >"$s"
chmod 755 "$s"
}
alex19EP commented on 2018-12-26 19:25
hello. i adopted package but updating it requires mor nolij witch i haven't for now. i want to update it when i lern how to done it properly. if you can help me with it, pleas, contact me. sorry for not working package
izahn commented on 2018-05-07 17:29
Package is now six releases behind upstream, it would be good to update it.
izahn commented on 2016-05-03 20:36
This package is now two versions behind. I don't think it will take much to update; I have a working PKGBUILD at https://gist.github.com/izahn/ebe20f8968fe829a420d0384babdd322. There are lots of good things in version 44, including better helm support.
sholmes88 commented on 2015-06-28 17:41
Package moved to new AUR.
sholmes88 commented on 2015-05-07 13:15
Updated to support version 42.0.
sholmes88 commented on 2015-03-11 02:10
Updated to version 41.0. I plan to stay on top of this more closely in the future.