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

Arm64 Support/Package manager binaries #1374

Closed
micr0-dev opened this issue Jun 20, 2024 · 2 comments · Fixed by #1370
Closed

Arm64 Support/Package manager binaries #1374

micr0-dev opened this issue Jun 20, 2024 · 2 comments · Fixed by #1370
Assignees
Labels
priority 4: wishlist Default for feature requests type: feature request feature request

Comments

@micr0-dev
Copy link

micr0-dev commented Jun 20, 2024

Is your feature request related to a problem? Please describe.
Repository 'fedora-40-aarch64' does not exist in project 'derisis13/ani-cli'.

Describe the solution you'd like
i would like an arm64 package for fedora (and possibly other distros and package managers) in 'derisis13/ani-cli'

Describe alternatives you've considered
for the time being i will just use the source

Additional context
linux on arm is becoming more and more popular for laptops, from Asahi linux to the Windows on arm movement.

also great project i love it and use in on my desktop all the time :3

@micr0-dev micr0-dev added priority 4: wishlist Default for feature requests type: feature request feature request labels Jun 20, 2024
@micr0-dev
Copy link
Author

update: works great after installing all the dependencies (they all already exist as aarch64 packages)

sudo dnf install sed mpv curl yt-dlp fzf patch ffmpeg-free
git clone "https://github.com/pystardust/ani-cli.git"
sudo cp ani-cli/ani-cli /usr/local/bin
rm -rf ani-cli

all that is needed is to add the aarch64 variant to the derisis13/ani-cli repo and it will work

@Derisis13
Copy link
Collaborator

The package built in copr is noarch, but since there's no noarch chroot, I choose to build it only on x86.
It sucks that I need to enable other chroots explicitly, but if that's how it works I can only comply. Since I have to update copr anyway, next release will have arm repositories too

@port19x port19x linked a pull request Aug 20, 2024 that will close this issue
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority 4: wishlist Default for feature requests type: feature request feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants