aboutsummaryrefslogtreecommitdiff
path: root/sound/svox
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* svox: Don't move files with QUILTIlya Lipnitskiy2021-02-03
| | | | | | | Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* svox: fix compilation with newer muslRosen Penev2020-03-19
| | | | | | Otherwise int8_t is undeclared. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* sound/svox: Fix typo (found by codespell)Stefan Weil2016-05-05
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* svox: Add build output to packageTed Hess2015-02-11
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* svox: add packageAlessandro Di Marco2015-01-22
Signed-off-by: Alessandro Di Marco <dmr@ethzero.com>