惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
G
Google Developers Blog
B
Blog RSS Feed
A
About on SuperTechFans
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 司徒正美
D
Docker
F
Fortinet All Blogs
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
H
Help Net Security
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
博客园 - Franky
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
L
LangChain Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - amiberry
2026-06-12 · via AUR Newest Packages

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