Search Criteria
Package Details: osu-lazer-git latest-1
Package Actions
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/ |
Keywords: | arcade game |
Licenses: | MIT AND CC-BY-NC-4.0 |
Conflicts: | osu-lazer |
Provides: | osu-lazer |
Submitter: | emmieaur |
Maintainer: | None |
Last Packager: | neeshy |
Votes: | 40 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-25 04:24 (UTC) |
Last Updated: | 2024-04-15 19:08 (UTC) |
Dependencies (6)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-5.0-binAUR, dotnet-runtime-7.0-binAUR, dotnet-runtime-6.0-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-8.0-binAUR, dotnet-runtime-binAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-8.0-binAUR, dotnet-sdk-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- llin-git (requires osu-lazer)
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.
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »