Search Criteria
Package Details: emacspeak 55.0-1
Package Actions
| 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: | GPL, LGPL, Apache |
| Submitter: | None |
| Maintainer: | alex19EP |
| Last Packager: | alex19EP |
| Votes: | 11 |
| Popularity: | 0.000014 |
| First Submitted: | 2009-09-16 13:01 (UTC) |
| Last Updated: | 2022-01-10 13:38 (UTC) |
Dependencies (6)
- emacs (guile-emacs-git, emacs25-git, emacs-24bit, emacs-gtk2, emacs27-git, emacs-xwidgets, emacs-native-comp-git, emacs-native-comp-git-enhanced, emacs-pgtk-native-comp-git, emacs-gcc-wayland-devel-bin, emacs-ng-git, emacs-git-aot, emacs-ng, emacs28-git, emacs29-pgtk-trampolines-git, emacs-pgtk-git, emacs-gtk3-native-comp-git-stable, emacs-git, emacs29-lucid-native-comp-git, emacs-git-noway-widgets, emacs-pretest, emacs29-git, emacs-lucid-git, emacs28, emacs28-nativecomp, emacs28-nox, emacs-lucid, emacs-nativecomp, emacs-nox, emacs-wayland)
- espeak-ng (espeak-ng-git)
- tcl (tcl85, tcl84, tcl-nothreading, tcl-fossil)
- tclx
- perl (perl-git) (optional)
- python (python36, python32, python310, python37, python39, python38, python312) (optional) – for Stream The World
Latest Comments
1 2 Next › Last »
alex19EP commented on 2021-07-12 18:44 (UTC)
I heavily reworked the package, if you notice any problems, please write.
alex19EP commented on 2020-11-28 09:56 (UTC)
@taittech package updated. thanks.
taittech commented on 2020-11-27 20:17 (UTC)
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
-j1tomake configfixed it;make -j1 configtaittech commented on 2020-11-27 19:30 (UTC)
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 (UTC) (edited on 2018-12-31 18:01 (UTC) by amerlyq)
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 (UTC)
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 (UTC)
Package is now six releases behind upstream, it would be good to update it.
izahn commented on 2016-05-03 20:36 (UTC)
sholmes88 commented on 2015-06-28 17:41 (UTC)
sholmes88 commented on 2015-05-07 13:15 (UTC)
1 2 Next › Last »