Search Criteria
Package Details: brewtarget 5.0.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/brewtarget.git (read-only, click to copy) |
|---|---|
| Package Base: | brewtarget |
| Description: | Beer calculator compatible with BeerSmith. Generates instructions from the recipe and interactive mash designer. |
| Upstream URL: | https://www.brewtarget.beer/ |
| Licenses: | GPL-3.0-or-later AND WTFPL AND (CC-BY-SA-3.0 OR LGPL-3.0-or-later) AND LGPL-2.1-only |
| Submitter: | phillid |
| Maintainer: | phillid (Scimmia) |
| Last Packager: | Scimmia |
| Votes: | 12 |
| Popularity: | 0.145707 |
| First Submitted: | 2016-02-10 12:53 (UTC) |
| Last Updated: | 2026-04-01 23:40 (UTC) |
Dependencies (16)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-multimedia
- qt6-svg
- xalan-c
- xerces-c
- boost (boost-gitAUR) (make)
- boost-libs (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- pandoc (pandoc-static-gitAUR, pandoc-sile-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- qt6-declarative (qt6-declarative-gitAUR) (make)
- qt6-tools (make)
Latest Comments
1 2 3 Next › Last »
bcb commented on 2026-04-05 16:31 (UTC)
@Scimmia -- whoops! I am the maintainer of brewtarget-git, when I first ran into the issue brewtarget hadn't been updated. When I had more time to go through it and figure it out I posted that message without checking if it had been updated in the meantime...
Scimmia commented on 2026-04-02 11:21 (UTC)
bcb, this is brewtarget, not brewtarget-git, you posted this 9 hours after boost-libs was added to makedepends here.
bcb commented on 2026-04-02 09:04 (UTC)
A heads-up: as of 1.9.0, the Arch
boostpackage no longer depends onboost-libs- https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/da6a96ad895cf1949b0831e3d18dadb040f39539To get the
brewtarget-gitpackage to build, I had to addboost-libstomakedependsas otherwise meson fails to successfully find boost. It's not needed independs(I tested running it on a machine withoutboost-libs, and also checked withldd). I guess this is due to patching outbacktraceandstacktrace_backtracefrom the build which would require it at runtime. There may be a better way to tell meson to only look for the headers; I admittedly didn't look too hard as I am not too worried about the extra make dependency.m4tx commented on 2024-11-18 12:30 (UTC)
Seems like 4.0.10 is out and it fixes some segfaults at startup (see https://github.com/Brewtarget/brewtarget/issues/809 - says macOS, but seems to be affecting Linux as well) — worth upgrading.
MarosK commented on 2024-09-29 12:13 (UTC)
Hello, brewtarget became unusable after update. At first startup asks me if I want to add new ingredients. When I select yes, program ends with ERROR : ASSERT: "false" in file../brewtarget/src/utils/TypeLookup.cpp, line 89 [utils/TypeLookup.cpp:89] There are more previous errors there,I can provide them later if needed, but seem to be related to the same file. If I select no, program starts, but it crashes with Segmentation fault after I do som action, for example go to another recipe.
Scimmia commented on 2024-08-28 15:28 (UTC)
If you have already updated to 4.0 prior to 4.0.3, please read the release notes for 4.0.3! https://github.com/Brewtarget/brewtarget/releases/tag/v4.0.3
Scimmia commented on 2023-07-31 19:56 (UTC)
There is no 3.0.10. Once it's released, of course the patch wouldn't be needed, as it's a backport. AFAIK, -DNO_MESSING_WITH_FLAGS=ON makes the release build option moot, but we need to switch to meson anyway. Patching around their Debian-specific requirements isn't as simple with meson, though.
danson commented on 2023-07-31 18:39 (UTC) (edited on 2023-07-31 18:40 (UTC) by danson)
A few comments: The patch is no longer required for 3.0.10. Commenting out line 706 in ObjectStore.ccp doesn't fix the problem, but does let the program run. Probably should add -DDO_RELEASE_BUILD=ON in the cmake command in PKGBUILD.
Scimmia commented on 2023-05-01 23:47 (UTC)
I haven't updated this to 3.0.8 yet because I can't get it to run successfully, it's aborting in ObjectStore.cpp at runtime. If someone else tracks it down, let me know, otherwise it'll be on hold until I can figure out why.
Scimmia commented on 2022-11-20 13:24 (UTC) (edited on 2022-11-20 16:01 (UTC) by Scimmia)
Upstream bug. They almost completely rewrote CMakeLists.txt, the desktop and the icon are now being installed to <prefix>/share/${CMAKE_PROJECT_NAME}. Of course, nothing looks at /usr/share/brewtarget/ for a desktop file and icon. I'll open a ticket upstream when I get some time to put it together unless someone beats me to it.
Edit: https://github.com/Brewtarget/brewtarget/issues/683
1 2 3 Next › Last »