Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(main/tmux): 3.4 #19736

Merged
merged 1 commit into from Apr 21, 2024
Merged

bump(main/tmux): 3.4 #19736

merged 1 commit into from Apr 21, 2024

Conversation

TomJo2000
Copy link
Member

@TomJo2000 TomJo2000 commented Apr 10, 2024

Also enable building with --enable-sixel in anticipation of future Sixel support in the main app.

I'd much appreciate testing on this PR before merging.
Instructions below.

(This is a pre-written, saved reply.)
To test this PR please download the appropriate DEB package(s)
from the build artifacts of the associated PR's latest CI run.

After downloading the build artifact, make sure to unzip and un-tar it.

Detailed instuctions, if needed.

# finding out what architecture you need
# architecture is just below the TERMUX_VERSION
termux-info

# e.g.
# [...]
# TERMUX_MAIN_PACKAGE_FORMAT=debian
# TERMUX_VERSION=0.118.0
# TERMUX__USER_ID=0
# Packages CPU architecture:
# aarch64
# [...]

# =======================

# make sure `unzip` and `tar` are installed using
pkg install unzip tar

# unzip the artifact (if you have a different architecture this might be arm, i686 or x86_64 instead)
unzip debs-aarch64-*.zip

# untar the artifact
tar xf debs-aarch64-*.tar

# You should now have a debs/ directory in your current working directory
# Install the packages from the local source using
pkg install -- ./debs/*.deb

# to clean up, you can remove the debs/ directory, .tar file and .zip file
rm -rfi debs debs-aarch64-*.zip debs-aarch64-*.tar

@Biswa96
Copy link
Contributor

Biswa96 commented Apr 10, 2024

Also enable building with --enable-sixel in anticipation of future Sixel support in the main app.

Yeah, sixel does not work in termux-app. I have tried this new tmux after ssh-ing into termux from Linux desktop. Sixel in tmux works that way. In previous version of tmux, it did not work.

@TomJo2000
Copy link
Member Author

TomJo2000 commented Apr 10, 2024

Yeah, sixel does not work in termux-app. I have tried this new tmux after ssh-ing into termux from Linux desktop. Sixel in tmux works that way. In previous version of tmux, it did not work.

Enabled it in anticipation of:

Remote access is of course another method.

@ErrrorMaxx
Copy link

It works, thanks!

packages/tmux/build.sh Outdated Show resolved Hide resolved
Link against arpa/inet.h
Also enable building with `--enable-sixel`
in anticipation of future Sixel support in the main app.
@TomJo2000 TomJo2000 merged commit e0633aa into termux:master Apr 21, 2024
@TomJo2000 TomJo2000 deleted the tmux branch April 21, 2024 09:08
bigbio2002 pushed a commit to bigbio2002/termux-packages that referenced this pull request Apr 23, 2024
Link against arpa/inet.h (patch upstreamed, remove in next version)
Also enable building with `--enable-sixel`
in anticipation of future Sixel support in the main app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants