Package Details: strawberry-git 1.2.7.r82.g3dce84c73-2

Git Clone URL: https://aur.archlinux.org/strawberry-git.git (read-only, click to copy)
Package Base: strawberry-git
Description: A music player aimed at audio enthusiasts and music collectors
Upstream URL: https://www.strawberrymusicplayer.org/
Licenses: GPL-3.0-or-later
Conflicts: strawberry
Provides: strawberry
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 12
Popularity: 0.000000
First Submitted: 2018-08-10 09:19 (UTC)
Last Updated: 2025-04-05 11:39 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

swilde commented on 2021-04-08 15:00 (UTC)

Recently gmock became a dependency, but it is missing from the dependencies in the PKGBUILD file. Without gmock the following error occurs:

… CMake Error at /usr/lib64/cmake/GTest/GTestTargets.cmake:112 (message): The imported target "GTest::gmock" references the file

 "/usr/lib/libgmock.so.1.10.0"

but this file does not exist. Possible reasons include: …

Manually inistalling gmock solves this, it should be included in the dependencies.

jonaski commented on 2021-04-06 22:20 (UTC)

googletest and gmock is only required for building the unit tests. You don't need that for normal packaging and usage.

FabioLolix commented on 2021-04-06 21:47 (UTC)

I haven't encountered problems compiling this package without gmock in chroot, neither is listed in the project requirements

alive commented on 2021-03-28 16:29 (UTC)

This should list gmock as a dependency, as it is required to compile this package.