Package Details: amiberry 7.1.1-1

Git Clone URL: https://aur.archlinux.org/amiberry.git (read-only, click to copy)
Package Base: amiberry
Description: Optimized Amiga emulator
Upstream URL: https://github.com/BlitterStudio/amiberry
Keywords: amiberry amiga emulator
Licenses: GPL3
Conflicts: amiberry-git, amiberry-lite
Provides: amiberry
Submitter: chandlerkc
Maintainer: chandlerkc (Solskogen)
Last Packager: chandlerkc
Votes: 3
Popularity: 0.004741
First Submitted: 2023-10-15 01:44 (UTC)
Last Updated: 2025-12-27 19:51 (UTC)

Latest Comments

1 2 3 Next › Last »

chandlerkc commented on 2025-09-11 11:51 (UTC)

but there is no shame here for improvements implementation. Send me a patch if you think the actual way is not enough. Thanks a lot for your suggstion

chandlerkc commented on 2025-09-11 11:49 (UTC)

It is a git repository cloning at an specific SHA hash, not a binary or a .zip downstream.

Git already verifies tree commits and check hashes when applying diffs, and this AUR uses https over git to download content.

starquake commented on 2025-09-10 17:43 (UTC)

Hi! Thanks for the fix!

Why are you skipping the checksum? Wouldn't it be better to add the checksums? It's really easy to update with updpkgsums

chandlerkc commented on 2025-09-09 19:06 (UTC)

Thank you for the clarification! Yes, there are actually two of them, I will fix it soon.

In earlier builds there wasn't an icon in build folder so copying from source was the solution, this is not necessary anymore.

starquake commented on 2025-08-04 17:07 (UTC) (edited on 2025-08-05 17:19 (UTC) by starquake)

Thanks for packaging! After install I have 2 icons because there are 2 files:

❯ pacman -Ql amiberry | grep desktop

amiberry /usr/share/applications/Amiberry.desktop

amiberry /usr/share/applications/amiberry.desktop

Is that on purpose or is that a mistake?

EDIT: You're doing both install -d "${pkgdir}/usr/share/applications/" and creating an amiberry.desktop so that explains the duplicate. I guess one of them can be removed.

chandlerkc commented on 2025-07-13 16:35 (UTC)

thanks to aperez, now libpcap is in the depends array

aperez commented on 2025-07-13 11:30 (UTC)

This is missing libpcap in the depends array.

Karrde commented on 2025-02-02 19:02 (UTC) (edited on 2025-02-03 16:19 (UTC) by Karrde)

Wanted to give this a try using yay on my Arch install but build failed at

[327/508] Building CXX object CMakeFiles/amiberry.dir/src/mame/tm34010/tms34010.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
with amiberry - exit status 4

(after a extreme amount of "ISO C++ forbids converting a string constant to 'char*'" warnings)

EDIT: The new, updated to 7.0.2-0, version worked, thanks!

chandlerkc commented on 2025-01-14 13:14 (UTC) (edited on 2025-01-14 13:14 (UTC) by chandlerkc)

cmake at 7.0.0.rc3-1 is not using ninja as default option, which is taking a longer time to build package