Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
c4f4b9e
scripts(free-space.sh): remove more stuff from runner
thunder-coding Feb 25, 2026
7fa8ab4
ci: also clean docker compressed archives
thunder-coding Feb 25, 2026
bf8d7d2
ci(packages): do all builds in docker
thunder-coding Feb 25, 2026
f1cba27
scripts: allow more flexible configuration of docker container
thunder-coding Feb 26, 2026
07815b5
ci(packages): do not prune docker
thunder-coding Feb 26, 2026
9d70f15
ci(packages): split docker image building to separate step
thunder-coding Feb 26, 2026
d6f2fd1
ci: move clean compressed docker images to free-space.sh
thunder-coding Feb 26, 2026
1244081
scripts(run-docker.sh): add short option to mount /data and
thunder-coding Feb 27, 2026
1597725
chore,ci(packages): Allow forcing free space
thunder-coding Mar 1, 2026
6055b64
fix,scripts(run-docker.sh): improved command line argument parsing
thunder-coding Mar 1, 2026
51e6a83
chore,scripts(run-docker.sh): limit line width to 80 for usage and get
thunder-coding Mar 1, 2026
f109436
fixup! fix,scripts(run-docker.sh): improved command line argument par…
thunder-coding Mar 1, 2026
81b7a8c
fix,scripts(run-docker.sh): do not bail out on first flag
thunder-coding Mar 1, 2026
9ffd54f
fixup! scripts: allow more flexible configuration of docker container
thunder-coding Mar 1, 2026
7f6c357
fixup! scripts(free-space.sh): remove more stuff from runner
thunder-coding Mar 1, 2026
ce58061
ci: use fuse-overlayfs to reduce runtime storage used by builder
thunder-coding Feb 23, 2026
59acf32
chore(CODEOWNERS): assign for docker security profiles
thunder-coding Feb 23, 2026
f01340b
chore,ci: make apparmor optional
thunder-coding Feb 24, 2026
2e02fc5
scripts(run-docker.sh): always use sudo with APPARMOR_PARSER
thunder-coding Feb 24, 2026
37bebda
scripts: more apparmor hardening
thunder-coding Feb 25, 2026
4f27ace
fix,scripts(run-docker.sh): Properly handle the case when apparmor is
thunder-coding Feb 28, 2026
d64d636
fix,scripts(run-docker.sh): only show AppArmor log when using apparmor
thunder-coding Mar 1, 2026
cfbc905
rebuild(main/python-brotli): with python 3.13
thunder-coding Jan 22, 2026
9ce15e3
rebuild(main/python-greenlet): with python 3.13
thunder-coding Jan 19, 2026
844fdc8
rebuild(main/python-msgpack): with python 3.13
thunder-coding Jan 12, 2026
6d4fa69
rebuild(main/python-numpy): with python 3.13
thunder-coding Jan 12, 2026
84fbd6e
rebuild(main/python-onnxruntime): with python 3.13
thunder-coding Jan 12, 2026
72aa384
rebuild(main/python-pillow): with python 3.13
thunder-coding Jan 19, 2026
355c100
rebuild(main/python-pycryptodomex): with python 3.13
thunder-coding Jan 22, 2026
1648e60
rebuild(main/python-pynvim): with python 3.13
thunder-coding Jan 23, 2026
715f319
rebuild(main/python-tflite-runtime): with python 3.13
thunder-coding Jan 23, 2026
92f0bcc
rebuild(main/python-yt-dlp): with python 3.13
thunder-coding Jan 23, 2026
16c9eeb
bump(main/python): 3.13.11
thunder-coding Dec 25, 2025
265e88d
fix(main/python): unexpanded autotools variable in pkgconfig
thunder-coding Jan 9, 2026
c1d7694
fix(main/python): build without -Wl,--as-needed
thunder-coding Jan 12, 2026
2ea71f8
chore(main/python): build with parallelism [[TESTING REQUIRED]]
thunder-coding Dec 25, 2025
b75b126
scripts(termux_setup_build_python): build-python for cross compilation
thunder-coding Dec 26, 2025
a89d75b
chore(main/python): take up maintainership
thunder-coding Dec 28, 2025
6c5fb50
fix(main/python): ctypes.util.find_library on android
thunder-coding Jan 10, 2026
19802b4
fix(main/python): module linking to libpython3.so
thunder-coding Jan 19, 2026
1709350
fix(main/python): hardcode android api level than detecting at runtime
thunder-coding Jan 25, 2026
639ee0e
bump(main/python): 3.13.12
thunder-coding Feb 13, 2026
4794e98
chore(main/python): allow on-device builds
thunder-coding Feb 13, 2026
09807c1
chore(main/python): only disable getlogin_r for API level < 28
thunder-coding Mar 1, 2026
6cc94bb
rebuild(main/python-pip): with python3.13
thunder-coding Dec 26, 2025
a40821a
rebuild(main/xcb-proto): with python3.13
thunder-coding Dec 26, 2025
97e04b6
Python 3.13 rebuild 5
thunder-coding Mar 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/package_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,15 @@ jobs:
size: 16G
priority: 100
device_name: /dev/zram0
- name: Load Docker image
run: |
./scripts/run-docker.sh echo ""
- name: Free additional disk space
run: CLEAN_DOCKER_IMAGES=false ./scripts/free-space.sh
run: ./scripts/free-space.sh
- name: Process package updates
env:
GITHUB_TOKEN: ${{ secrets.TERMUXBOT2_TOKEN }}
BUILD_PACKAGES: "true"
TERMUX_DOCKER__CONTAINER_EXEC_COMMAND__PRE_CHECK_IF_WILL_BUILD_PACKAGES: "true"
CREATE_ISSUE: "true"
GIT_COMMIT_PACKAGES: "true"
GIT_PUSH_PACKAGES: "true"
Expand Down
66 changes: 34 additions & 32 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
packages:
description: "A space-separated names of packages selected for rebuilding"
required: true
free-space:
description: "Free space even if not building large package (useful when building a large number of packages)"
type: boolean
default: false

permissions: {} # none

Expand Down Expand Up @@ -98,7 +102,6 @@ jobs:
# Forces CI to cancel current build with status 'passed'
if grep -qiP '^\s*%ci:no-build\s*$' <(git log --format="%B" -n 1 --no-merges "HEAD"); then
tar cf artifacts/debs-${{ matrix.target_arch }}.tar debs
echo "docker-build=true" >> $GITHUB_OUTPUT
echo "[!] Force exiting as tag '%ci:no-build' was applied to HEAD commit message."
exit 0
fi
Expand Down Expand Up @@ -186,31 +189,33 @@ jobs:

echo "packages: ${packages[*]}"

docker='true'
free_space='false'
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
free_space=${{ github.event.inputs.free-space }}
else
if grep -qiP '^\s*%ci:free-disk\s*$' <(git log --format="%B" -n 1 --no-merges "HEAD"); then
free_space=true
fi
fi
if [[ "${#packages[@]}" -gt 0 ]]; then
for pkg in "${packages[@]}"; do
if grep -qFx "$pkg" ./scripts/big-pkgs.list; then
docker='false'
free_space='true'
break
fi
done
fi
echo "free-space=$free_space" >> $GITHUB_OUTPUT

echo "docker-build=$docker" >> $GITHUB_OUTPUT
needs_docker_build=false
if [ "${{ github.event_name }}" != "workflow_dispatch" ]; then
# Build local Docker image if setup scripts were changed.
# Useful for pull requests submitting changes for both build environment and packages.
if grep -qP '^scripts/(Dockerfile|properties\.sh|setup-android-sdk\.sh|setup-ubuntu\.sh)$' <<< "$CHANGED_FILES"; then
echo "Detected changes for environment setup scripts. Building custom Docker image now."
if [ $docker == 'false' ]; then
echo "Skipping due to building large packages."
exit 0
fi
cd ./scripts
docker build -t ghcr.io/termux/package-builder:latest .
cd ..
needs_docker_build=true
fi
fi
echo "needs-docker-build=$needs_docker_build" >> $GITHUB_OUTPUT

- name: Lint packages
run: |
Expand All @@ -235,22 +240,24 @@ jobs:
priority: 100
device_name: /dev/zram0

- name: Build docker image
if: ${{ steps.build-info.outputs.needs-docker-build == 'true' }}
run: |
docker build -t ghcr.io/termux/package-builder:latest scripts/
docker buildx prune -af

- name: Load Docker image
if: ${{ steps.build-info.outputs.free-space == 'true' && steps.build-info.outputs.skip-building != 'true' }}
run: |
./scripts/run-docker.sh echo ""

- name: Free additional disk space (if needed)
if: ${{ steps.build-info.outputs.docker-build == 'false' && steps.build-info.outputs.skip-building != 'true' }}
if: ${{ steps.build-info.outputs.free-space == 'true' && steps.build-info.outputs.skip-building != 'true' }}
run: |
./scripts/setup-ubuntu.sh
# need to unset these for setup-android-sdk.sh.
unset NDK ANDROID_HOME
./scripts/setup-android-sdk.sh
rm -f ${HOME}/lib/ndk-*.zip ${HOME}/lib/sdk-*.zip
sudo apt install ninja-build
./scripts/free-space.sh

- name: Build packages
if: ${{ steps.build-info.outputs.skip-building != 'true' }}
env:
DOCKER_BUILD: ${{ steps.build-info.outputs.docker-build }}
TERMUX_DOCKER__CONTAINER_EXEC_COMMAND__PRE_CHECK_IF_WILL_BUILD_PACKAGES: "true"
run: |
declare -a packages=()
for repo_path in $(jq --raw-output 'del(.pkg_format) | keys | .[]' repo.json); do
Expand All @@ -263,16 +270,7 @@ jobs:
echo "packages: ${packages[*]}"

if [[ "${#packages[@]}" -gt 0 ]]; then
if [ "$DOCKER_BUILD" == 'false' ]; then
# these need to be unset a second time again for ./build-package.sh
# when it is run outside of Docker, because GitHub Actions does not
# support permanently unsetting variables at time of writing.
# https://github.com/actions/runner/issues/1126
unset NDK ANDROID_HOME
./build-package.sh -I -C -a "${{ matrix.target_arch }}" "${packages[@]}"
else
./scripts/run-docker.sh ./build-package.sh -I -C -a "${{ matrix.target_arch }}" "${packages[@]}"
fi
./scripts/run-docker.sh -d ./build-package.sh -I -C -a "${{ matrix.target_arch }}" "${packages[@]}"
fi

- name: Generate build artifacts
Expand Down Expand Up @@ -317,6 +315,10 @@ jobs:
with:
name: debs-${{ matrix.target_arch }}-${{ github.sha }}
path: ./artifacts
- name: AppArmor Logs
if: always()
run: |
sudo dmesg | grep apparmor

test-buildorder-random:
permissions:
Expand Down
4 changes: 4 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
/scripts/ @Grimler91 @thunder-coding
/repo.json @Grimler91 @thunder-coding

# Docker security profiles
/scripts/profile.json @thunder-coding @licy183
/scripts/*.apparmor @thunder-coding

# Build script linter
/scripts/lint-packages.sh @TomJo2000

Expand Down
4 changes: 4 additions & 0 deletions build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ source "$TERMUX_SCRIPTDIR/scripts/build/setup/termux_setup_ldc.sh"
# shellcheck source=scripts/build/setup/termux_setup_no_integrated_as.sh
source "$TERMUX_SCRIPTDIR/scripts/build/setup/termux_setup_no_integrated_as.sh"

# Utility function for setting up build-python for cross-compilation of Python and crossenv
# shellcheck source=scripts/build/setup/termux_setup_build_python.sh
source "$TERMUX_SCRIPTDIR/scripts/build/setup/termux_setup_build_python.sh"

# Utility function for python packages to setup a python.
# shellcheck source=scripts/build/setup/termux_setup_python_pip.sh
source "$TERMUX_SCRIPTDIR/scripts/build/setup/termux_setup_python_pip.sh"
Expand Down
13 changes: 12 additions & 1 deletion clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,16 @@ fi
rm -Rf "/data/data/.built-packages"
fi

rm -Rf "$TERMUX_TOPDIR"
# unmount overlayfs before we remove the parent directory
[ -d "$TERMUX_TOPDIR" ] && for dir in $(find "$TERMUX_TOPDIR" -type d); do
if mountpoint -q "$dir"; then
umount "$dir"
fi
done

# We can't use rm -Rf "$TERMUX_TOPDIR" in case the "$TERMUX_TOPDIR" is mounted as a Docker volume
if [ -d "$TERMUX_TOPDIR" ]; then
find "$TERMUX_TOPDIR" -type f,l -delete
find "$TERMUX_TOPDIR" -type d ! -path "$TERMUX_TOPDIR" -delete
fi
} 5< "$TERMUX_BUILD_LOCK_FILE"
5 changes: 3 additions & 2 deletions packages/onnxruntime/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Cross-platform, high performance ML inferencing and trai
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.24.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=git+https://github.com/microsoft/onnxruntime
TERMUX_PKG_DEPENDS="abseil-cpp, libc++, protobuf, libre2"
TERMUX_PKG_BUILD_IN_SRC=true
Expand Down Expand Up @@ -63,6 +64,6 @@ termux_step_make_install() {
ln -sf libonnxruntime.pc "$TERMUX_PREFIX/lib/pkgconfig/onnxruntime.pc"

local _pyver="${TERMUX_PYTHON_VERSION//./}"
local _wheel="onnxruntime-${TERMUX_PKG_VERSION}-cp${_pyver}-cp${_pyver}-linux_${TERMUX_ARCH}.whl"
pip install --force-reinstall --no-deps --prefix="$TERMUX_PREFIX" "$TERMUX_PKG_SRCDIR/dist/${_wheel}"
local _wheel="onnxruntime-${TERMUX_PKG_VERSION}-cp${_pyver}-cp${_pyver}-android_${TERMUX_ARCH}.whl"
pip install --no-deps --prefix="$TERMUX_PREFIX" "$TERMUX_PKG_SRCDIR/dist/${_wheel}"
}
1 change: 1 addition & 0 deletions packages/python-brotli/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="lossless compression algorithm and format (Python bindin
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.2.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/google/brotli/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=816c96e8e8f193b40151dad7e8ff37b1221d019dbcb9c35cd3fadbfe6477dfec
TERMUX_PKG_DEPENDS="python, python-pip"
Expand Down
1 change: 1 addition & 0 deletions packages/python-greenlet/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE_FILE="LICENSE, LICENSE.PSF"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.3.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/python-greenlet/greenlet/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=8fef0771bcf3bb4edb19fb6e997e127caa1ed4691b242080f1756ab1d1337d59
TERMUX_PKG_AUTO_UPDATE=true
Expand Down
6 changes: 3 additions & 3 deletions packages/python-msgpack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="MessagePack serializer implementation for Python"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.1.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
# _cmsgpack.c is absent in https://github.com/msgpack/msgpack-python/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SRCURL=https://pypi.org/packages/source/m/msgpack/msgpack-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e
Expand All @@ -17,6 +17,6 @@ termux_step_make() {

termux_step_make_install() {
local _pyver="${TERMUX_PYTHON_VERSION//./}"
local _wheel="msgpack-${TERMUX_PKG_VERSION}-cp${_pyver}-cp${_pyver}-linux_${TERMUX_ARCH}.whl"
pip install --force-reinstal --no-deps --prefix="$TERMUX_PREFIX" "$TERMUX_PKG_SRCDIR/dist/${_wheel}"
local _wheel="msgpack-${TERMUX_PKG_VERSION}-cp${_pyver}-cp${_pyver}-android_${TERMUX_ARCH}.whl"
pip install --no-deps --prefix="$TERMUX_PREFIX" "$TERMUX_PKG_SRCDIR/dist/${_wheel}"
}
4 changes: 2 additions & 2 deletions packages/python-numpy/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
# Revbump revdeps after updating
TERMUX_PKG_VERSION="2.2.5"
TERMUX_PKG_REVISION=3
TERMUX_PKG_REVISION=4
TERMUX_PKG_SRCURL=git+https://github.com/numpy/numpy
TERMUX_PKG_DEPENDS="libc++, libopenblas, python"
TERMUX_PKG_AUTO_UPDATE=false
Expand Down Expand Up @@ -73,6 +73,6 @@ termux_step_make() {

termux_step_make_install() {
local _pyv="${TERMUX_PYTHON_VERSION/./}"
local _whl="numpy-$TERMUX_PKG_VERSION-cp$_pyv-cp$_pyv-linux_$TERMUX_ARCH.whl"
local _whl="numpy-$TERMUX_PKG_VERSION-cp$_pyv-cp$_pyv-android_$TERMUX_ARCH.whl"
pip install --no-deps --prefix=$TERMUX_PREFIX --force-reinstall $TERMUX_PKG_SRCDIR/dist/$_whl
}
1 change: 1 addition & 0 deletions packages/python-pillow/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Python Imaging Library"
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="12.1.1"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/python-pillow/Pillow/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d29fefc0ba637833b59cafc7649e1237186741c31b210178b0a4e9cd9e01ffdf
TERMUX_PKG_AUTO_UPDATE=true
Expand Down
14 changes: 14 additions & 0 deletions packages/python-pip/android-api-abi.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Allow installing without specifying abi version. Needed for crossenv specifically.
May not be needed for on-device, but let's just keep it just in case in case there is some psycho who is doing this already
diff --git a/src/pip/_vendor/packaging/tags.py b/src/pip/_vendor/packaging/tags.py
index 8522f59c4..ef55342fb 100644
--- a/src/pip/_vendor/packaging/tags.py
+++ b/src/pip/_vendor/packaging/tags.py
@@ -563,6 +563,7 @@ def android_platforms(
# without major patching. Yield every API level from the maximum down to the
# minimum, inclusive.
min_api_level = 16
+ yield f"android_{abi}"
for ver in range(api_level, min_api_level - 1, -1):
yield f"android_{ver}_{abi}"

2 changes: 1 addition & 1 deletion packages/python-pycryptodomex/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="BSD 2-Clause, Public Domain"
TERMUX_PKG_LICENSE_FILE="LICENSE.rst"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.23.0"
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL="https://github.com/Legrandin/pycryptodome/archive/refs/tags/v${TERMUX_PKG_VERSION}x.tar.gz"
TERMUX_PKG_SHA256=d3e12d349f62a8c3bd2e7056e2eea925abcfcdd9e2b07bff091bcc05837ac869
TERMUX_PKG_DEPENDS="python, python-pip"
Expand Down
2 changes: 1 addition & 1 deletion packages/python-pynvim/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Python client for Neovim"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.6.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/neovim/pynvim/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=6649d630ce4a94007fe69a8debb010c7b185057f36d61576d2542c90f3c8db99
TERMUX_PKG_AUTO_UPDATE=true
Expand Down
4 changes: 2 additions & 2 deletions packages/python-tflite-runtime/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="TensorFlow Lite Python bindings"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.20.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=git+https://github.com/tensorflow/tensorflow
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="python, python-numpy, python-pip"
Expand Down Expand Up @@ -81,6 +81,6 @@ termux_step_make() {

termux_step_make_install() {
local _pyver="${TERMUX_PYTHON_VERSION//./}"
local _wheel="tflite_runtime-${TERMUX_PKG_VERSION}-cp${_pyver}-cp${_pyver}-linux_${TERMUX_ARCH}.whl"
local _wheel="tflite_runtime-${TERMUX_PKG_VERSION}-cp${_pyver}-cp${_pyver}-android_${TERMUX_ARCH}.whl"
pip install --force-reinstall --no-deps --prefix="$TERMUX_PREFIX" "$TFLITE_BUILD_DIR/dist/${_wheel}"
}
1 change: 1 addition & 0 deletions packages/python-yt-dlp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A youtube-dl fork with additional features and fixes"
TERMUX_PKG_LICENSE="Unlicense"
TERMUX_PKG_MAINTAINER="Joshua Kahn <tom@termux.dev>"
TERMUX_PKG_VERSION="2026.02.21"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/yt-dlp/yt-dlp/archive/refs/tags/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=ecbb3d617049f0d44ecbb94a6fdca601dc6abb97ea19e4cba2a8bcd635ceceda
TERMUX_PKG_DEPENDS="libc++, libexpat, openssl, python, python-brotli, python-pip, python-pycryptodomex"
Expand Down
23 changes: 0 additions & 23 deletions packages/python/0001-fix-hardcoded-paths.patch
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
--- a/Lib/aifc.py
+++ b/Lib/aifc.py
@@ -920,7 +920,7 @@
if __name__ == '__main__':
import sys
if not sys.argv[1:]:
- sys.argv.append('/usr/demos/data/audio/bach.aiff')
+ sys.argv.append('@TERMUX_PREFIX@/demos/data/audio/bach.aiff')
fn = sys.argv[1]
with open(fn, 'r') as f:
print("Reading", fn)
--- a/Lib/mailcap.py
+++ b/Lib/mailcap.py
@@ -55,7 +55,8 @@
# Don't bother with getpwuid()
home = '.' # Last resort
mailcaps = [home + '/.mailcap', '/etc/mailcap',
- '/usr/etc/mailcap', '/usr/local/etc/mailcap']
+ '/usr/etc/mailcap', '/usr/local/etc/mailcap',
+ '@TERMUX_PREFIX@/etc/mailcap']
return mailcaps


--- a/Lib/mimetypes.py
+++ b/Lib/mimetypes.py
@@ -49,6 +49,7 @@
Expand Down
12 changes: 0 additions & 12 deletions packages/python/0005-impl-multiprocessing.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@
_dir_candidates = []


--- a/Modules/_multiprocessing/multiprocessing.c
+++ b/Modules/_multiprocessing/multiprocessing.c
@@ -172,7 +172,7 @@
_MULTIPROCESSING_RECV_METHODDEF
_MULTIPROCESSING_SEND_METHODDEF
#endif
-#if !defined(POSIX_SEMAPHORES_NOT_ENABLED) && !defined(__ANDROID__)
+#if !defined(POSIX_SEMAPHORES_NOT_ENABLED)
_MULTIPROCESSING_SEM_UNLINK_METHODDEF
#endif
{NULL}

--- a/Modules/_multiprocessing/posixshmem.c
+++ b/Modules/_multiprocessing/posixshmem.c
@@ -11,6 +11,72 @@
Expand Down
12 changes: 12 additions & 0 deletions packages/python/0006-disable-multiarch.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/configure.ac b/configure.ac
index 597a44b331a..fa78e09c192 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1134,6 +1134,7 @@ dnl architecture. PLATFORM_TRIPLET will be a pair or single value for these
dnl platforms.
AC_MSG_CHECKING([for multiarch])
AS_CASE([$ac_sys_system],
+ [Linux-android], [MULTIARCH=""],
[Darwin*], [MULTIARCH=""],
[iOS], [MULTIARCH=""],
[FreeBSD*], [MULTIARCH=""],
13 changes: 0 additions & 13 deletions packages/python/0006-do-not-use-xattr.patch

This file was deleted.

Loading
Loading