TomIO
TomIO
Is this PR ready to be merged or does it require further work?
> This package will be ready and I will force-push it once #20352 and #20374 are merged. The sound effects should work with sdl2 package. jack-dummy is more for runtime...
In that case I'm gonna go ahead and merge movit.
LGTM. Gonna wait for the CI to run through before merging. fixes #20021
Guess that's what I get for only testing against AArch64 locally. We're having symbol issues with 32Bit again. ```st ld.lld: error: undefined symbol: Mlt::Producer::set_creation_time(long long) >>> referenced by mltcontroller.cpp >>>...
Should be easy enough. I'll do it in a bit.
`util-linux` has an example of a bit-ness depedent configure argument. https://github.com/termux/termux-packages/blob/31e2ed440717d5f67d4e27bbea1a6617c2ba6a89/packages/util-linux/build.sh#L61-L63 We can use the same approach and just apply a `*.diff` patch instead.
> Breaks for opencv. Probably that build.sh need to be rewritten. Yep, at least the srcurl and sha256.
Looks like we have a couple more of these. A cursory `rg -Hni '\+=\(' {x11-,root-,}packages` points out: - `x11-packages/opencv` already handled - `x11-packages/virglrenderer-android` already handled - `packages/unar` - `packages/libmusicbrainz` -...
Wait a minute, do we not care about this for `TERMUX_PKG_VERSION`? I think if we're "fixing" it for `TERMUX_PKG_SRCURL` and `TERMUX_PKG_SHA256` we should phase out `+=(` for `TERMUX_PKG_VERSION` as well.