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.039637
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 8 .. 13 Next › Last »

huupoke12 commented on 2020-01-08 10:57 (UTC) (edited on 2020-08-09 03:24 (UTC) by huupoke12)

I have rewritten this package, please report any problems which are not upstream issues. Just rebuild this package when you want to upgrade to a new version. And if you can improve this package, please post them or email me.

By the way, if you want to import beatmaps from osu!stable, try making a symbolic link to the osu!stable folder as mentioned at this GitHub comment

emmieaur commented on 2020-01-01 20:16 (UTC) (edited on 2020-01-01 20:17 (UTC) by emmieaur)

I've updated the PKGBUILD for dotnet 3.1, and changed the dependency to dotnet-sdk.

I've also removed myself as the primary maintainer. If somebody with more time would like to adopt it, you may do so.

sfner commented on 2019-12-25 00:54 (UTC) (edited on 2019-12-25 00:54 (UTC) by sfner)

As dotnet-sdk-bin has upgraded from 3.0 to 3.1, the following change is needed:

From: cd "$srcdir/osu/osu.Desktop/bin/Release/netcoreapp3.0"

To: cd "$srcdir/osu/osu.Desktop/bin/Release/netcoreapp3.1"

JJK commented on 2019-12-20 14:30 (UTC) (edited on 2019-12-20 14:31 (UTC) by JJK)

osu-lazer has updated to Net3.1 and has broke the PKGBUILD. 3.0 should be changed to 3.1 in the PKGBUILD. Maybe a glob could be used to make it version independent.

huupoke12 commented on 2019-11-23 10:04 (UTC) (edited on 2019-12-20 13:29 (UTC) by huupoke12)

I think this should not directly requires the dependency dotnet-sdk-bin. Instead, use the version-based dependency is better: dotnet-sdk>=3.1 (Example: https://aur.archlinux.org/packages/dotnet-sdk-bin/) so users can choose whatever package they want to use to satisfy that dependency.

ppy commented on 2019-11-15 00:59 (UTC)

You should be compiling targeting osu.Desktop specifically, or alternatively using the .slnf if the build tools you're using supports that.

fred2104 commented on 2019-11-15 00:52 (UTC)

compilation fails due to missing xamarin android there is a dirty workaround if you remove all android projects from osu.sln it compiles.

Jannis3005 commented on 2019-11-09 09:17 (UTC)

I couldn't install this package. There seems to be an ERROR in PKGBUILD. I had to change "for file in .dll .json .pdb x86_64/.so; do", because directory "x86_x64" doesnt exists. At least for me, the directory that is correct is "runtimes/linux-x64/native/*.so

emmieaur commented on 2019-10-23 00:54 (UTC)

What a terrible oversight. The patch has been applied.