Package Details: osu-lazer-git latest-1

Git Clone URL: https://aur.archlinux.org/osu-lazer-git.git (read-only, click to copy)
Package Base: osu-lazer-git
Description: A free-to-win rhythm game. Rhythm is just a *click* away!
Upstream URL: https://osu.ppy.sh/
Licenses: MIT AND CC-BY-NC-4.0
Conflicts: osu-lazer
Provides: osu-lazer
Submitter: emmieaur
Maintainer: neeshy
Last Packager: neeshy
Votes: 41
Popularity: 0.053748
First Submitted: 2017-03-25 04:24 (UTC)
Last Updated: 2024-04-15 19:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »

prokoprandacek commented on 2021-03-26 12:30 (UTC)

I'm getting errors about self signed certificate in certificate chain and expired signature validity period.

log

ppy commented on 2021-01-29 11:02 (UTC)

It will fail to build unless you install the .NET 5.0 SDK. The error you see is .NET trying to target ".NET Framework 5.0" instead of ".NET 5.0" because it is unaware the second exists.

xiretza commented on 2021-01-29 08:48 (UTC)

Package fails to build with a bunch of errors like this:

/build/osu-lazer-git/src/osu-lazer-git/osu.Desktop/osu.Desktop.csproj : error NU1201: Project ppy.osu.Game is not compatible with net50 (.NETFramework,Version=v5.0). Project ppy.osu.Game supports: netstandard2.1 (.NETStandard,Version=v2.1)

huupoke12 commented on 2020-08-09 03:20 (UTC) (edited on 2020-10-15 13:56 (UTC) by huupoke12)

Please aware that this package is not supported by the osu! development team and may lose some online functionalities because of the binaries differences with the official builds (see this GitHub issue for more details). Please use the official builds if you want those functionalities.

yrlf commented on 2020-06-12 15:47 (UTC)

@ppy: thanks!

ppy commented on 2020-06-12 04:01 (UTC)

This issue will be fixed next release (later today) https://github.com/ppy/osu/pull/9260

yrlf commented on 2020-06-11 15:37 (UTC)

Currently does not build with the official dotnet-sdk package from community.

This is the error I get: https://gist.github.com/Ferdi265/aff4d8b40ebe5025c029406669910fbf

huupoke12 commented on 2020-01-14 16:57 (UTC)

Yeah, but the current official dotnet is broken so I can't build anything with that now to see if lazer can be built with it or not. I have a friend who is using dotnet preview which is 3.1.0 but he couldn't built it so I have to see the source which requiring 3.1.100 so I set the sdk version to 3.1.100. So I will wait until there are a new patched official dotnet version and see if it can be built or not and adjust the makedepends array if it can be built.

xiretza commented on 2020-01-14 16:46 (UTC)

The official dotnet-sdk package has switched to a new versioning scheme (3.1.0.sdk100 instead of 3.1.100), breaking the versioned depends=(). The easiest solution might just be to use dotnet-sdk>=3.1, the exact SDK version shouldn't matter much.

Lucki commented on 2020-01-08 23:36 (UTC) (edited on 2020-01-09 11:43 (UTC) by Lucki)

Please consider setting the DOTNET_CLI_TELEMETRY_OPTOUT variable.

Sources should be unique for a shared srcdir.

There was a really long download in the build step, can you let makepkg manage downloads?

The resulting package doesn't run:

Error:
  An assembly specified in the application dependencies manifest (osu!.deps.json) was not found:
    package: 'SQLitePCLRaw.lib.e_sqlite3.linux', version: '1.1.12'
    path: 'runtimes/linux-x64/native/libe_sqlite3.so'