Search Criteria
Package Details: osu-lazer 2024.1208.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/osu-lazer.git (read-only, click to copy) |
---|---|
Package Base: | osu-lazer |
Description: | A free-to-win rhythm game. Rhythm is just a *click* away! |
Upstream URL: | https://osu.ppy.sh/ |
Keywords: | arcade game |
Licenses: | MIT AND CC-BY-NC-4.0 |
Submitter: | morguldir |
Maintainer: | Zentino |
Last Packager: | Zentino |
Votes: | 71 |
Popularity: | 1.62 |
First Submitted: | 2018-06-21 12:34 (UTC) |
Last Updated: | 2024-12-09 08:42 (UTC) |
Dependencies (5)
- dotnet-runtime-8.0 (dotnet-runtime-8.0-binAUR, dotnet-runtime)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- dotnet-sdk-8.0 (dotnet-sdk-8.0-binAUR, dotnet-sdk) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »
ZhangHua commented on 2022-01-07 11:33 (UTC)
I think you can set
dotnet-runtime=5.0.13
in depends anddotnet-sdk=5.0.13.sdk404
in makedepends. Both packages can be found on AUR and they should be the latest version of dotnet 5. After doing so, we can continue using newest game before ppy upgrade dotnet to 6.0.yoshi3 commented on 2021-12-18 18:18 (UTC) (edited on 2021-12-18 18:20 (UTC) by yoshi3)
"...framework 'Microsoft.NETCore.App', version '5.0.0' (x64) was not found..."
(Kernel 5.15.x, dotnet 6.0)
instead of "AUR":
git clone https://github.com/ppy/osu.git
cd osu
dotnet publish -c Release -r linux-x64 --self-contained osu.Desktop
The Folder osu/osu.Desktop/bin/Release/net5.0/linux-x64/ now contains "osu" to play
TayntedMemories commented on 2021-12-11 14:59 (UTC)
It was not possible to find any compatible framework version The framework 'Microsoft.NETCore.App', version '5.0.0' (x64) was not found. - The following frameworks were found: 6.0.0 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at: - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=x64&rid=endeavouros-x64 I keep getting this error. Shouldn't this framework version be a installed dependency from the first place?
ppy commented on 2021-11-16 11:18 (UTC)
We will not be updating to net60 until some months (we have some prerequisites that are not yet ready). Please continue targetting net50.
Dr_KittyKat commented on 2021-11-16 08:30 (UTC)
I'm having trouble launching this package with the default dependencies. The error I get when I run it is:
It looks like with the release of .NET 6.0, the package dotnet-runtime-bin no longer provides a valid version of .NET core. I'm still pretty new to bug reporting, but I couldn't find anything on github or in these comments. It looks like to fix it would require changing the pkgbuild to additionally limit dotnet-runtime<6.0.0, or for osu to be updated for .NET 6.0.0.
Anyway, for those experiencing the problem I have, you can try using dotnet-runtime-5.0-bin. This worked for me.
morguldir commented on 2021-10-17 15:11 (UTC)
@Hafizdkren no, i think you have spammed me too much for that to happen.
Besides, the package needs to be tested before I will push an update, it first has to build, and then i also have to test that the game works, since osu-lazer updates very frequently, this won't always happen instantly. If you want something that updates automatically, you can use osu-lazer-git.
Hafizdkren commented on 2021-10-17 06:14 (UTC)
@morguldir can I be a co-maintainer? Since your pkgbuild usually slower than github release. I think it will be ok if I just change the release number base on github release, so it keep UTD with github release and also equal with osu-lazer-bin release timestamp.
morguldir commented on 2021-10-09 00:21 (UTC)
Thanks for letting me know, localization files are now included.
ZhangHua commented on 2021-09-25 06:47 (UTC)
It seems that you forget to add language folder in
$output
to$pkgdir/usr/lib/$pkgname
, which results that we can't set language in the game. Please fix this so we can have a localized game experience, thank you.« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »