Commit Graph

26 Commits

Author SHA1 Message Date
Tee KOBAYASHI 11138a723f some packages: Re-enable clang16-porting
%ci:no-build
2023-04-04 08:40:37 +09:00
Tee KOBAYASHI 10ada7e4d3 *: Disable clang16-porting for auto-updating packages
%ci:no-build
2023-03-28 16:27:35 +09:00
Henrik Grimler 986babfda7 tree-wide: remove pthread/rt patches and workarounds
Commit af18f1dac0 ("scripts: start_build: create libpthread and
librt as well") added helper libs so that packages that try to find
these libs can do so.

%ci:no-build
2023-02-13 05:56:37 +00:00
Tee KOBAYASHI e1d0690703 espeak: Add libgcc hack 2022-12-29 20:10:30 +00:00
Tee KOBAYASHI 03c84a22a1 espeak: Add SOVERSION guard 2022-12-29 20:10:30 +00:00
Tee KOBAYASHI 4ec928145e *: Add missing libc++ dependency
%ci:no-build
2022-11-08 22:28:02 +09:00
Aditya Alok b2014918b9
fix(espeak): switch to new src url and update to 1.51
- enable async too: `pthread_cancel` was removed

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-04 23:46:37 +05:30
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Henrik Grimler 7c74bf9726 Rename termux_step_post_extract_package->termux_step_post_get_source 2020-07-21 10:14:19 +02:00
Leonid Pliushch 632aada40d espeak: build with pcaudiolib
Add package 'pcaudiolib' and use it as dependency for espeak.

Issue: https://github.com/termux/termux-packages/issues/5213.
2020-04-27 21:40:36 +03:00
Fredrik Fornwall 45ca2c63a3 espeak: Update from 1.49.2 to 1.50 2019-12-05 23:23:48 +01:00
Leonid Pliushch 641be57ef7 espeak: build with -Os optimization level
See https://github.com/termux/termux-packages/issues/1680.
2019-09-22 20:15:05 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch c81d4c8698 add stubs to prevent on-device building packages with dangerous operations in build.sh
%ci:no-build
2019-08-08 16:58:34 +03:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch 361d8c519f [incomplete] set licenses for packages 2019-01-20 22:41:50 +01:00
Fredrik Fornwall a3faa27d68 espeak: Avoid aclocal-1.15 dependency
In prepration for updating build environment from ubuntu 18.04 to
18.10.
2018-11-27 00:25:40 +01:00
Fredrik Fornwall 119307fb2c Use -Os instead of -Oz for 32-bit arm 2017-12-21 05:25:19 +01:00
Henrik Grimler f3fcbe40b2 espeak: fix floating point exception on arm (#1925)
* espeak: fix issue on arm (#1680)

* ruby: move exception rule, build-package.sh -> build.sh
2017-12-14 12:59:05 +01:00
Fredrik Fornwall ebcd1a9347 espeak: Avoid packaging -test- libs 2017-10-15 02:06:55 +02:00
Fredrik Fornwall 53f1414542 espeak: Update from 1.49.1 to 1.49.2 2017-10-15 01:02:39 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall 30aebdacf1 espeak: Switch to espeak-ng 2017-02-01 22:45:30 +01:00
Fredrik Fornwall 4c5495a443 espeak: Update to 1.48.04 and improve build script 2015-08-19 15:26:04 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00