Search Criteria
Package Details: libstrangle-git 0.1.1.r135.0273e31-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libstrangle-git.git (read-only, click to copy) |
---|---|
Package Base: | libstrangle-git |
Description: | Simple FPS Limiter |
Upstream URL: | https://gitlab.com/torkel104/libstrangle |
Licenses: | GPL3 |
Conflicts: | libstrangle |
Provides: | libstrangle |
Submitter: | pyamsoft |
Maintainer: | qbvt |
Last Packager: | qbvt |
Votes: | 23 |
Popularity: | 1.11 |
First Submitted: | 2016-05-24 03:52 (UTC) |
Last Updated: | 2022-10-23 15:46 (UTC) |
Dependencies (7)
- lib32-gcc-libs (lib32-gccrs-libs-git, lib32-gcc-libs-git)
- lib32-glibc (glibc-force-mmap, lib32-glibc-force-mmap, lib32-glibc-minimal-git, lib32-glibc-linux4, lib32-glibc-git)
- libglvnd (libglvnd-git)
- libx11 (libx11-git, libx11-firefox-fix)
- linux-api-headers (linux-api-headers-git)
- xorgproto (xorgproto-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Required by (2)
- lutris-git (requires libstrangle) (optional)
- lutris-wine-git
Latest Comments
1 2 Next › Last »
FosRex commented on 2022-10-25 05:46 (UTC)
Sorry for the late reply qbvt. Yes, the update fixed my issue. Thank you.
Freso commented on 2022-10-24 08:44 (UTC)
Definitely an improvement. Thank you. :)
You might still want to consider using the
git describe
method overfprint
since that will automatically keep up with the latest upstream version without having to manually update the PKGBUILD every release, but you may just as well just make that change whenever 0.1.2 (or 0.2.0) is released and you’ll need to update the PKGBUILD anyway (because of how it’s currently set up).qbvt commented on 2022-10-23 15:48 (UTC) (edited on 2022-10-23 18:30 (UTC) by qbvt)
Hi,
Sorry for the delay. I updated the PKGBUILD. Unfortunately, I don't/won't have access to an arch machine for at least a few days more.
Let me know if this update fixes your issue. If not, I will rollback the package.
Battle420 commented on 2022-10-21 10:58 (UTC)
I have the same exact error as FosRex.
FosRex commented on 2022-10-19 05:43 (UTC) (edited on 2022-10-19 05:44 (UTC) by FosRex)
I am getting an error during the Cleaning up process due to the recursive functions:
Freso commented on 2022-10-19 03:02 (UTC) (edited on 2022-10-19 03:02 (UTC) by Freso)
Using
$pkgver
inpkgver()
makes the function recursive, meaning that you’ll grow the$pkgver
every time it’s run, eventually leading to "fun"$pkgver
strings like "0.1.1.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31.r135.0273e31".Using
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
(based on examples from the wiki) will right now result in "0.1.1.r22.g0273e31" on the current master, which seems like a better version string than the current situation. :)qbvt commented on 2022-10-16 16:12 (UTC)
Dependencies updated, thanks!
Tobiwan823 commented on 2022-10-01 16:09 (UTC) (edited on 2022-10-01 16:10 (UTC) by Tobiwan823)
You also need these dependencies: linux-api-headers libx11 xorgproto
jonathon commented on 2020-11-05 17:30 (UTC) (edited on 2020-11-05 17:34 (UTC) by jonathon)
Looks like this needs a few tweaks to build in a clean chroot:
Freso commented on 2020-02-09 14:18 (UTC)
Any chance you could
install
theREADME.md
locally too in the PKGBUILD? See https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=isrcsubmit-git for an example of additional documentation being installed from git repository.1 2 Next › Last »