Search Criteria
Package Details: r2modman-bin 3.1.55-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/r2modman-bin.git (read-only, click to copy) |
---|---|
Package Base: | r2modman-bin |
Description: | A simple and easy to use mod manager for several games using Thunderstore. |
Upstream URL: | https://github.com/ebkr/r2modmanPlus |
Licenses: | MIT |
Conflicts: | r2modman |
Provides: | r2modman |
Submitter: | oynyo |
Maintainer: | oynyo |
Last Packager: | oynyo |
Votes: | 16 |
Popularity: | 2.80 |
First Submitted: | 2023-03-25 21:55 (UTC) |
Last Updated: | 2024-12-11 06:42 (UTC) |
Dependencies (14)
- c-ares (c-ares-gitAUR)
- 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)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- http-parser (http-parser-gitAUR)
- libappindicator-gtk3
- libevent (libevent-gitAUR)
- libnotify (libnotify-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libxslt (libxslt-gitAUR)
- libxss
- minizip (minizip-gitAUR)
- nss (nss-hgAUR)
- re2 (re2-gitAUR)
- snappy (snappy-gitAUR)
Latest Comments
1 2 Next › Last »
oynyo commented on 2024-07-26 06:37 (UTC)
@seanfire99 This seems to be an on-going problem upstream with NVIDIA GPUs: https://github.com/ebkr/r2modmanPlus/issues/1395 https://github.com/ebkr/r2modmanPlus/issues/1383. Hopefully it gets resolved within the next release.
seanfire99 commented on 2024-07-26 06:05 (UTC) (edited on 2024-07-26 06:31 (UTC) by seanfire99)
r2modman starting server on /tmp/app.r2mm starting TLS server false starting server as Unix || Windows Socket [364406:0725/230120.935634:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye. Trace/breakpoint trap (core dumped)
running r2modman --no-sandbox fixes the problem launches fine now but i am curios as to why it started doing this when it never did this before
oynyo commented on 2024-01-21 19:58 (UTC)
@nova8x Are these issues new with the latest version? Given that two installations are experiencing the same problem, it would likely be worth it to raise an issue on the upstream and not here.
nova8x commented on 2024-01-20 19:28 (UTC) (edited on 2024-01-20 19:28 (UTC) by nova8x)
I seem to be experiencing some flickering in both this and the appimage officially distributed whilst in the app. The UI lags behind and goes black occasionally. Tried with both --no-sanbox and --in-process-gpu. Plasma-Wayland and nvidia proprietary drivers
luluco250 commented on 2024-01-03 21:12 (UTC) (edited on 2024-01-03 21:12 (UTC) by luluco250)
mv
would cause redundant writes due to causing the package to no longer be up to date when extracting the source files every time you attempted to build, no?I get the argument for optimizing out the writes though. I'd use
rsync
personally but it's unreasonable to have it as a build dependency for such a small optimization.oynyo commented on 2024-01-03 14:22 (UTC)
I don't follow why
cp --reflink=auto -r
ormv
would reduce the packaging time or writes. I searched for an example of this in other PKGBUILDs. However, I only found uses ofcp -a
(likely better thancp -r
), but this does not make the requested changes. If you could give an example or show that this does reduce packaging time, then I will change it.oynyo commented on 2023-12-19 13:44 (UTC)
@luluco250 Thanks for the input. I agree that is much simpler, but it also looks like you were missing
ln -sf "/opt/${_name}/${_name}" "${pkgdir}/usr/bin/${_name}"
. I've added this in as well so thatr2modman
can be run from the command line.1 2 Next › Last »