It's updated thx for the patch
Search Criteria
Package Details: aquamarine-git 0.4.1_r220.gb82fdaf-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aquamarine-git.git (read-only, click to copy) |
---|---|
Package Base: | aquamarine-git |
Description: | a very light linux rendering backend library |
Upstream URL: | https://github.com/hyprwm/aquamarine |
Licenses: | BSD-3-Clause |
Conflicts: | aquamarine |
Provides: | aquamarine |
Submitter: | DawfukFR |
Maintainer: | DawfukFR |
Last Packager: | DawfukFR |
Votes: | 7 |
Popularity: | 0.64 |
First Submitted: | 2024-07-11 00:11 (UTC) |
Last Updated: | 2024-10-07 00:08 (UTC) |
Dependencies (19)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- hyprutils-gitAUR
- hyprwayland-scanner-gitAUR
- libdisplay-info (libdisplay-info-gitAUR)
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libinput (libinput-multiplierAUR, libinput-noaccumAUR, libinput-three-finger-dragAUR, libinput-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber)
- opengl-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-vulkan-utilsAUR, mesa-minimal-gitAUR, mesa-wsl2-gitAUR, nvidia-535xx-utilsAUR, mesa-amd-bc250AUR, nvidia-utils-teslaAUR, nvidia-525xx-utilsAUR, amdonly-gaming-mesa-gitAUR, nvidia-550xx-utilsAUR, nvidia-510xx-utilsAUR, mesa-gitAUR, nvidia-390xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, mesa, mesa-amber, nvidia-utils)
- pixman (pixman-gitAUR)
- pugixml (pugixml-gitAUR)
- seatd (seatd-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (3)
- hyprland-git
- hyprland-hidpi-xprop-git
- hyprland-nox (requires aquamarine)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
DawfukFR commented on 2024-07-21 14:33 (UTC)
Virt commented on 2024-07-21 14:17 (UTC)
You can build in a clean chroot to see exactly which dependencies are required by a package, as the chroot doesn't have anything already installed. This is important because certain users, or most unofficial user repositories typically build packages in such a chroot.
In this case, many of the dependencies for aq to build were still missing (like for example the opengl driver, as the error message below says). Here's a patch for the PKGBUILD, with the dependencies to build for me in a clean chroot:
diff --git a/PKGBUILD b/PKGBUILD
index e43c5a2..9309d0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Aquamarine is a very light linux rendering backend library "
arch=(any)
url="https://github.com/hyprwm/aquamarine"
license=('BSD-3-Clause')
-depends=('pugixml')
+depends=('pugixml' 'seatd' 'wayland-protocols' 'pixman' 'libdisplay-info' 'opengl-driver' 'hyprutils-git' 'libinput')
makedepends=('git' 'cmake' 'gcc' 'hyprwayland-scanner-git')
source=("${_pkgname}::git+https://github.com/hyprwm/aquamarine.git")
provides=("aquamarine")
DawfukFR commented on 2024-07-21 13:50 (UTC)
@Virt what did you have do? I just found some issue with dependancy like hyprwayland-scanner-git but nothing like you
Virt commented on 2024-07-21 12:17 (UTC)
doesn't build in a clean chroot, currently fails with
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find OpenGL (missing: OPENGL_gles2_LIBRARY OPENGL_INCLUDE_DIR
GLES2)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindOpenGL.cmake:579 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:22 (find_package)
Pinned Comments
DawfukFR commented on 2025-01-10 13:05 (UTC)
Please stop making the package out of date, it's a git version i don't have to update the SRCINFO and pkgbuild. The package build fine for now, if it don't work it's because you don't have hyprland-git.
GabeDM commented on 2024-09-07 13:46 (UTC) (edited on 2024-09-08 11:55 (UTC) by GabeDM)
If anyone else is having trouble launching hyprland and getting
libaquamarine.so.2 No such file or directory or similar
, just launch a TTY and rebuild first aquamarine-git, then hyprland-git, and then reboot as normal:after that it should work normally
nktnet commented on 2024-07-22 13:07 (UTC) (edited on 2024-07-25 09:23 (UTC) by nktnet)
Update 25/07/2024
This improved patch has now been merged
Original Comment
If DisplayLink/Evdi isn't working out of the box for multi-monitors, and you are using a single integrated GPU (e.g. intel), see this issue here:
Before applying the workaround patch/hack mentioned in the issue, make sure to properly read the caveat.