Search Criteria
Package Details: golden-cheetah-git v3.6.r203.fd1eed4ed-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/golden-cheetah-git.git (read-only, click to copy) |
---|---|
Package Base: | golden-cheetah-git |
Description: | Performance Software for Cyclists, Runners, Triathletes and Coaches |
Upstream URL: | https://www.goldencheetah.org/ |
Keywords: | bike cheetah cycling gc golden |
Licenses: | GPL-2.0-or-later |
Conflicts: | golden-cheetah, golden-cheetah-dev, golden-cheetah-rc |
Provides: | golden-cheetah |
Submitter: | maxammann |
Maintainer: | oxidative |
Last Packager: | oxidative |
Votes: | 14 |
Popularity: | 0.007274 |
First Submitted: | 2015-12-21 17:18 (UTC) |
Last Updated: | 2024-03-27 22:34 (UTC) |
Dependencies (30)
- gsl (gsl-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-charts (qt5-charts-gitAUR)
- qt5-connectivity (qt5-connectivity-gitAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-location
- qt5-multimedia
- qt5-script (qt5-script-gitAUR)
- qt5-sensors
- qt5-serialport (qt5-serialport-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webchannel
- qt5-webengine
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- flex (flex-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- qt5-tools (make)
- sip4AUR (sip4AUR) (make)
- libftd2xxAUR (optional) – Powertap downloads via USB
- libical (optional) – diary window and CALDAV support (external calendar integration)
- libkmlAUR (libkml-gitAUR) (optional) – export to Google Earth
- libsamplerate (libsamplerate-gitAUR) (optional)
- libusb-compat (libusb0AUR) (optional) – for using USB2 sticks in Train View
- python (python37AUR, python311AUR, python310AUR) (optional) – Python charts, scripts and data processors
- r (r352AUR, r-mklAUR) (optional) – R charts
- srmioAUR (optional) – SRM powercontrol V downloads via serial
- vlc (vlc-luajitAUR, vlc-gitAUR) (optional) – video playback in training mode
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
oxidative commented on 2021-06-06 18:07 (UTC)
Btw the missing <limits> header patch is now in upstream, it's no longer needed (and actually makes the build fail now).
maxammann commented on 2021-06-04 08:56 (UTC)
Applied the patch! Thank you :)
People like you keep this alive!
oxidative commented on 2021-06-03 00:36 (UTC)
Had two new build issues with the current git version:
sip.h: no such file or directory
I fixed this by installing sip4 instead of sip as makedep.
Another error: Metrics/BlinnSolver.cpp:47:40: Fehler: »numeric_limits« ist kein Element von »std«
I've added a patch to include the missing <limits> header in BlinnSolver.cpp.
maxammann commented on 2020-12-11 11:42 (UTC)
Done!
oxidative commented on 2020-12-09 01:51 (UTC) (edited on 2020-12-09 01:52 (UTC) by oxidative)
This package started failing to build for me since bison was updated to 3.7 with the following error message:
DataFilter.tab.c:152:10: fatal error: DataFilter.tab.h: No such file or directory
There is an upstream pull request for this (https://github.com/GoldenCheetah/GoldenCheetah/pull/3628) however a dev has indicated that this is not going to be merged anytime soon since this does not affect their CI:
Thus I have integrated the pull request as patch into the package and it solves the build issue for me. Here are my modification to the PGKBUILD:
micwoj92 commented on 2020-10-09 12:27 (UTC)
Also following that logic it should also include binutils in makedepends for stripping package and maybe even more.
micwoj92 commented on 2020-10-09 12:24 (UTC)
Without these dependencies the PKGBUILD would be smaller, you will say that couple bytes is nothing, but if every of 60k+ packages would list those it would make noticeable difference.
maxammann commented on 2020-10-09 12:02 (UTC)
@micwoj92 oke I found the section in the wiki: https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started
But I still don't get it why that is a problem. If users don't have it installed for some weird reason then it will still work. This also makes clear that golden-cheetah requires flex and bison for example.
I think this discussion is more about taste than practical reasons, so I suggest to just leave it as it is. Are there practical reasons?
micwoj92 commented on 2020-10-09 11:53 (UTC)
This is not my point, my point is that you should not list packages that are in base-devel. Someone wants to use aur? Install base-devel first. end.
maxammann commented on 2020-10-09 11:44 (UTC)
@micwoj92 these dependencies are in "makedepends" which means they can be removed after building and installing
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »