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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
Last Week in AI
Last Week in AI
Stack Overflow Blog
Stack Overflow Blog
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
博客园 - Franky
D
DataBreaches.Net
B
Blog
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
人人都是产品经理
人人都是产品经理
WordPress大学
WordPress大学
P
Proofpoint News Feed
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Martin Fowler
Martin Fowler
月光博客
月光博客
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
阮一峰的网络日志
阮一峰的网络日志
F
Fortinet All Blogs
博客园 - 【当耐特】

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) - eden-git
2026-05-31 · via AUR Newest Packages

Thank you for reaching out! Yeah git can be very confusing

Sorry it was a complete mistake; while I was preparing the last change, I missed your change; when git notified me that i wasn't using the latest version, I handled it incorrectly. Please redo it and i'll make sure to pull the latest version.

Building in a clean chroot with extra-x86_64-build -c -- -I /home/hurricane/aur/eden-git/game-devices-udev/game-devices-udev-1.0-0.1-any.pkg.tar.zst -I /home/hurricane/aur/cubeb/cubeb-20260506-1-x86_64.pkg.tar.zst, I am able to fully build eden-git with all of the listed dependencies in my changes. This command creates a clean chroot and installs game-devices-udev and cubeb into it:

hurricane@TheCloutPC ~/aur/eden-git $ namcap eden-git-1\:0.2.0.r59.gbd2d344-2-x86_64.pkg.tar.zst
eden-git W: Unused shared library '/usr/lib/libbrotlienc.so.1' by file ('usr/bin/eden')
eden-git W: Unused shared library '/usr/lib/libboost_filesystem.so.1.91.0' by file ('usr/bin/eden-cli')
eden-git W: Unused shared library '/usr/lib/libbrotlienc.so.1' by file ('usr/bin/eden-cli')
eden-git W: Unused shared library '/usr/lib/libbrotlienc.so.1' by file ('usr/bin/eden-room')
eden-git W: Dependency included, but may not be needed ('game-devices-udev')

With my changes, namcap reports this:

hurricane@TheCloutPC ~/aur/eden-git $ namcap eden-git-1\:0.2.0.r59.gbd2d344-1-x86_64.pkg.tar.zst 
eden-git W: Unused shared library '/usr/lib/libboost_filesystem.so.1.91.0' by file ('usr/bin/eden-cli')
eden-git W: Dependency included, but may not be needed ('game-devices-udev')
hurricane@TheCloutPC ~/aur/eden-git $ 

@username227

Why did you revert my last commit? Maybe you didn't realize what I had changed and accidentally reverted it? I checked the depends() using namcap, which is a tool that will check what libraries any binaries inside of a package links to and tells you what's missing. Plus, I always build my packages in a clean chroot using extra-x86-64-build, so I can ensure everything is right. Building the latest commit of eden-git, in which you reverted my work, tells me the following:

hurricane@TheCloutPC ~/aur/eden-git $ namcap eden-git-1\:0.2.0.r59.gbd2d344-1-x86_64.pkg.tar.zst 
eden-git W: Unused shared library '/usr/lib/libboost_filesystem.so.1.91.0' by file ('usr/bin/eden-cli')
eden-git E: Dependency qt6-multimedia detected and not included (libraries ['usr/lib/libQt6Multimedia.so.6'] needed in files ['usr/bin/eden'])
eden-git E: Dependency fmt detected and not included (libraries ['usr/lib/libfmt.so.12'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git E: Dependency boost-libs detected and not included (libraries ['usr/lib/libboost_filesystem.so.1.91.0', 'usr/lib/libboost_context.so.1.91.0'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli'])
eden-git W: Dependency opus detected and implicitly satisfied (libraries ['usr/lib/libopus.so.0'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli'])
eden-git W: Dependency libdrm detected and implicitly satisfied (libraries ['usr/lib/libdrm.so.2'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli'])
eden-git W: Dependency zlib detected and implicitly satisfied (libraries ['usr/lib/libz.so.1'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency openssl detected and implicitly satisfied (libraries ['usr/lib/libcrypto.so.3', 'usr/lib/libssl.so.3'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency zstd detected and implicitly satisfied (libraries ['usr/lib/libzstd.so.1'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency libx11 detected and implicitly satisfied (libraries ['usr/lib/libX11.so.6'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli'])
eden-git W: Dependency libgcc detected and implicitly satisfied (libraries ['usr/lib/libgcc_s.so.1'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency glibc detected and implicitly satisfied (libraries ['usr/lib/libm.so.6', 'usr/lib/libc.so.6'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency libstdc++ detected and implicitly satisfied (libraries ['usr/lib/libstdc++.so.6'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli', 'usr/bin/eden-room'])
eden-git W: Dependency lz4 detected and implicitly satisfied (libraries ['usr/lib/liblz4.so.1'] needed in files ['usr/bin/eden', 'usr/bin/eden-cli'])
eden-git W: Dependency included, but may not be needed ('gcc-libs')
eden-git W: Dependency included, but may not be needed ('ffmpeg')
eden-git W: Dependency included, but may not be needed ('zydis')
eden-git W: Dependency included, but may not be needed ('zycore-c')
eden-git W: Dependency included, but may not be needed ('mbedtls')
eden-git W: Dependency included, but may not be needed ('game-devices-udev')

Also, cpp-jwt and cpp-httpplib are no longer needed as Eden now uses CPM to automatically pull those in. Plus, some of the makedepends actually belong in depends. If you read commit b4faf32ad0a4d6320c14d4ed132b5abdaf130b72 in this repo, you can see my reasoning:

    Add fmt, boost-libs, qt6-multimedia, libdrm, libstdc++, libgcc, libx11,
    glibc, opus, zstd, zlibu, lz4, and openssl. Removes cpp-httplib,
    boost-libs, wireless_tools, qt6-multimedia, and cpp-jwt from
    makedepends. Remove gcc-libs, ffmpeg, zydis, zycore-c, and mbedtls from
    depends. Re-enabled LTO. LTO was originally disabled due to switching
    over to Clang + ThinLTO. However, whenever the emulator was switched
    back to GCC, LTO was never re-enabled.

I am going to add back my work, as I know it's 100% right. I'm leaving this comment to you to explain why I did what I did and why it shouldn't be reversed.

@dandroboti, yes should be fixed already yesterday. clear your aur helper's cache and redownload the pkgbuild.

install: cannot stat '/home/dandroboti/.cache/yay/eden-git/src/eden/dist/72-yuzu-input.rules': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: eden-git-exit status 4

hmmm, I know I can fix this by adding that deleted file into the dist directory, but compiling time wasted if I don't do that. Any way to fix it permanently?. This is yay.

We switched to SDL3 today.

huh, I guess paru didn't pull the latest revision for some reason.. sorry about that