Search Criteria
Package Details: bloom-git r1964.7aff716d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bloom-git.git (read-only, click to copy) |
---|---|
Package Base: | bloom-git |
Description: | Bloom AVR debugger - A debug interface for embedded systems development on Linux. |
Upstream URL: | https://github.com/navnavnav/Bloom |
Licenses: | LGPL |
Submitter: | maximevince |
Maintainer: | Gekjan |
Last Packager: | Gekjan |
Votes: | 2 |
Popularity: | 0.51 |
First Submitted: | 2022-04-12 08:52 (UTC) |
Last Updated: | 2025-06-02 19:16 (UTC) |
Dependencies (12)
- hidapi (hidapi-gitAUR)
- icu (icu-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libprocps
- libusb (libusb-gitAUR)
- libxcb (libxcb-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- yaml-cpp
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- php (make)
- qt6-tools (make)
Latest Comments
maximevince commented on 2025-06-05 09:28 (UTC)
No, @Gekjan, don't worry about it! I am happy if you want to maintain it. Cheers!
Gekjan commented on 2025-06-03 17:37 (UTC)
@maximevince, Yes, sorry for not communicating better. I assumed you were no longer active on the AUR. Would you like the package back?
maximevince commented on 2025-06-03 09:35 (UTC)
@Gekjan, you are the maintainer of this package now, right?
Gekjan commented on 2025-05-30 08:12 (UTC)
Is this package still maintained?
knapik commented on 2024-08-07 13:45 (UTC) (edited on 2024-08-07 13:45 (UTC) by knapik)
libprocps
is missing from the dependency list.I think the sources have moved around too, so the PKGBUILD is out of date. I got it to compile by changing the following lines:
Line 32
"${srcdir}/${pkgname}/release/bin/"
to"${srcdir}/${pkgname}/build/cmake-build-release/bin/"
Line 35
"${srcdir}/${pkgname}/release/resources/"
to"${srcdir}/${pkgname}/build/cmake-build-release/resources/"
Line 44
"${srcdir}/${pkgname}/resources/udevrules/99-bloom.rules"
to"${srcdir}/${pkgname}/build/distributed/udevrules/99-bloom.rules"
shuyuan-liu commented on 2022-11-07 16:47 (UTC)
I think
yaml-cpp
is missing from the dependencies - CMake won't continue if it's not installed.