Commit Graph

7 Commits

Author SHA1 Message Date
Twaik Yont 633218eecc
chore(main/libmusicbrainz): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
Auto updater script does not work with packages containing multiple SRCURL and SHA256.
2023-10-11 10:26:10 +03:00
Tee KOBAYASHI 43de184b3e *: Remove version specifier for libxml2 in dependency
Effectively reverts commit 0120a4048a.

%ci:no-build
2023-07-02 18:23:39 +09:00
Tee KOBAYASHI 2b2647e770 libmusicbrainz: Revbump to rebuild
due to SONAME change in libxml2.
2023-07-02 11:48:11 +09:00
Tee KOBAYASHI 0120a4048a *: Add version specifier for libxml2 in dependency
Will be reverted afterwards.

%ci:no-build
2023-07-02 09:00:23 +09:00
Henrik Grimler b281bc2145
rebuild(deps:libc++): bump termux-main packages that depend on libc++
All except libllvm, rust, rustc-nightly, openfoam and libdispatch,
those packages will be handled separately.
2022-08-13 12:21:20 +02: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
Tee KOBAYASHI 8b5a1cda58 new package: libmusicbrainz 2022-01-05 17:17:04 +02:00