Commit Graph

12 Commits

Author SHA1 Message Date
Tee KOBAYASHI 4ec928145e *: Add missing libc++ dependency
%ci:no-build
2022-11-08 22:28:02 +09:00
Tee KOBAYASHI 2e33d375ac boost: Revbump revdeps to rebuild
excluding openfoam, as always.
2022-11-06 07:10:29 +00:00
Tee KOBAYASHI 60bc352f00 tizonia: Rebuild due to libflac ABI change 2022-09-26 06:22:10 +09:00
Tom Yan 187e7fa1cb bump revisions of most pulseaudio dependants in main repo
qemu (headless) will be bumped with a separate commit
2022-08-04 12:49:34 +08:00
Tom Yan 1de1ae6193 bump revisions after updating pulseaudio 2022-08-02 19:27:39 +00:00
agnostic-apollo f743005751 fix(build-package.sh): Localize and do not use variables defined in `termux_step_host_build` in other functions
The `termux_step_host_build` runs only the first time package is built for its specific version, based on `TERMUX_HOSTBUILD_MARKER` in `termux_step_handle_hostbuild`. If `build-package.sh` is run twice, then second time, variables defined in `termux_step_host_build` won't be set in later functions since its not called, like `_PREFIX_FOR_BUILD` in `aapt/build.sh` would be unset inside `termux_step_pre_configure`, resulting in unbound variable error.

Even `termux_step_pre_configure` may not always run, depending on `$TERMUX_CONTINUE_BUILD`, so build scripts should not share variables between functions and redefine them again where necessary.

Also `_PREFIX_FOR_BUILD` should use a standard path `$TERMUX_PKG_HOSTBUILD_DIR/prefix` and not others like `$TERMUX_PKG_HOSTBUILD_DIR/_prefix`. Some build scripts use `$TERMUX_PKG_HOSTBUILD_DIR/src` for other stuff, so best use `prefix` sub directory.
2022-07-28 15:27:20 +05:00
Aditya Alok 658ee09fbc
chore(tizonia): bump revision after `SOVERSION` change of libvpx
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-19 21:20:09 +05:30
Tee KOBAYASHI 97c99e55fc taglib: Depend on `libc++`
and also stop leaking compiler-rt builtins out of shared libraries.

Rebuild tizonia to get rid of reliance on leaked builtins.
2022-03-20 07:33:46 +05:30
Tee KOBAYASHI ea97ab2e7d boost: Make revdeps build-depend on boost-headers
%ci:no-build
2022-03-02 07:09:32 +09:00
Tee KOBAYASHI c51922fa98 boost: Revbump revdeps
excluding:

* openfoam (taking too much time to build)

* osm2pgsql (having build issue; actually just a revbdep)
2022-02-09 09:10:06 +09:00
xtkoba 47583c015d
tizonia: Override `PTHREAD_STACK_MIN` (#8438) 2022-01-03 21:40:58 +05:30
Tee KOBAYASHI e6b22271eb new package: tizonia 2021-12-23 15:49:28 +02:00