Search Criteria
Package Details: golden-cheetah-git v3.6.RC1.r58.a5d64686d-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/golden-cheetah-git.git (read-only, click to copy) |
---|---|
Package Base: | golden-cheetah-git |
Description: | Cycling Power Analysis Software. We believe that cyclists and triathletes should be able to download their power data to the computer of their choice, analyze it in whatever way they see fit, and share their methods of analysis with others. |
Upstream URL: | http://www.goldencheetah.org/ |
Keywords: | bike cheetah cycling gc golden |
Licenses: | GPL |
Conflicts: | golden-cheetah, golden-cheetah-dev, golden-cheetah-rc |
Submitter: | maxammann |
Maintainer: | oxidative |
Last Packager: | oxidative |
Votes: | 13 |
Popularity: | 0.009713 |
First Submitted: | 2015-12-21 17:18 (UTC) |
Last Updated: | 2022-05-25 00:57 (UTC) |
Dependencies (30)
- gsl (gsl-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- qt5-charts (qt5-charts-git, qt5-charts-ubuntu-ver)
- qt5-connectivity (qt5-connectivity-git)
- qt5-declarative (qt5-declarative-git)
- qt5-location (qt5-location-git)
- qt5-multimedia (qt5-multimedia-git)
- qt5-script (qt5-script-git)
- qt5-sensors (qt5-sensors-git)
- qt5-serialport (qt5-serialport-git)
- qt5-svg (qt5-svg-git)
- qt5-webchannel (qt5-webchannel-git)
- qt5-webengine
- qt5-webkit (qt5-webkit-git)
- vlc (libvlc, vlc-decklink, vlc-git, vlc-luajit)
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
- gcc (fastgcc, gccrs-git, gcc-git) (make)
- make (make-git) (make)
- pkgconf (pkgconf-git) (make)
- Show 10 more dependencies...
Latest Comments
leepesjee commented on 2022-08-10 21:36 (UTC)
Works fine now. Thanks.
oxidative commented on 2022-08-07 20:53 (UTC)
Issue has been fixed upstream. Should be working again just fine now.
oxidative commented on 2022-08-07 12:20 (UTC)
Reported upstream here: https://github.com/GoldenCheetah/GoldenCheetah/issues/4254
oxidative commented on 2022-08-07 11:53 (UTC)
I can confirm the issue, must be an upstream issue. Looking into it...
leepesjee commented on 2022-08-07 11:42 (UTC) (edited on 2022-08-07 11:50 (UTC) by leepesjee)
I got an error building this:
oxidative commented on 2022-05-25 00:58 (UTC)
I've added R as optional dependency
jlaunay commented on 2022-05-25 00:10 (UTC)
Maybe there is a better way to enable R (for charts) but for the moment I have to add each time the following in prepare() to modify gcconfig.pri. Could you add it please ?
oxidative commented on 2022-05-23 20:27 (UTC)
I've never maintained an AUR package, but I'd be willing to give it a try.
maxammann commented on 2022-05-23 08:48 (UTC)
A potential maintainer should also take over https://aur.archlinux.org/packages/srmio
maxammann commented on 2022-05-23 08:44 (UTC)
Hi, I have not used golden-cheetah in about 5 years and would be happy if somebody else could take over :)
zetxx commented on 2022-05-22 08:55 (UTC)
Hi there, once again 3628.patch was updated upstream :)
oxidative commented on 2022-03-13 00:38 (UTC)
The pull request 3628.patch was updated upstream, see https://github.com/GoldenCheetah/GoldenCheetah/pull/3628#issuecomment-1003687180
The PKGBUILD just needs an updated checksum:
CraigD commented on 2022-03-13 00:14 (UTC)
I receive the following error. ==> Validating source files with sha256sums... golden-cheetah ... Skipped GoldenCheetah.desktop ... Passed gc.png ... Passed gcconfig.pri ... Passed 3628.patch ... FAILED ==> ERROR: One or more files did not pass the validity check!
Not sure how to proceed.
jlaunay commented on 2021-07-22 23:16 (UTC) (edited on 2021-07-23 01:16 (UTC) by jlaunay)
Have to add the following in prepare() to enable R (for charts)
"Download chart" is missing in "view" menu, I have to add this to enable CloudDB but I get a 404 error
maxammann commented on 2021-06-06 19:03 (UTC)
Removed it, thanks :)
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
micwoj92 commented on 2020-10-01 01:18 (UTC)
Hello, could you remove bison, flex, gcc, make and pkgconf from depends? These are in base-devel.
maxammann commented on 2020-08-07 15:19 (UTC)
@pmorales done :)
pmorales commented on 2020-07-20 15:55 (UTC) (edited on 2020-07-20 17:31 (UTC) by pmorales)
Hi! I was unable to compile until I manually install
qt5-webengine
. Please add it as a dependency. Thanks!maxammann commented on 2020-06-16 20:44 (UTC)
@jlaunay thanks for the hint! done.
jlaunay commented on 2020-06-16 19:13 (UTC)
@maxammann Thanks a lot, I can confirm it now build and run perfectly with the following versions for Deps and Make Deps packages.
I would only suggest adding aur/golden-cheetah as a conflicting package.
maxammann commented on 2020-06-16 18:09 (UTC)
Alright, actually I had to do even more adjustments. I rebased the config of the dependencies with the upstream version.
New dependencies are SIP, GSL and Python 3
maxammann commented on 2020-06-16 17:07 (UTC)
@jlaunay Thanks for pointing this out! I added gsl as it was missing.
jlaunay commented on 2020-06-16 11:11 (UTC) (edited on 2020-06-16 11:11 (UTC) by jlaunay)
Hi, it won't build with the following error
maxammann commented on 2019-01-05 10:02 (UTC)
@aiM0a Thank you very much for the notice and explanation! Updated the package!
aiM0a commented on 2018-12-31 23:59 (UTC) (edited on 2019-01-01 00:01 (UTC) by aiM0a)
@maxammann, optdepends should contain 'libusb-compat' and not 'libusb'. libusb-compat has libusb 0.1, whereas libusb is 1.0. This requirement is stated in the gcconfig.pri file:
Compiling with 'libusb' breaks USB2 support in Train View.
maxammann commented on 2018-06-29 12:27 (UTC)
@pi03k, thanks, will try :)
pi03k commented on 2018-06-29 11:46 (UTC) (edited on 2018-06-29 11:50 (UTC) by pi03k)
Hi, kqoauth got deprecated. This PKGBUILD should work: https://gist.github.com/Pi03k/a184c2fbbcb1cad50f607b0ead418bfa
pmatos commented on 2018-06-12 11:01 (UTC) (edited on 2018-06-12 11:01 (UTC) by pmatos)
I am getting:
aiM0a commented on 2017-07-07 23:42 (UTC)
dwrz commented on 2017-07-05 12:52 (UTC)
maxammann commented on 2017-07-04 11:02 (UTC)
maxammann commented on 2017-07-03 20:16 (UTC)
dwrz commented on 2017-07-02 20:57 (UTC)
clb99978 commented on 2017-05-21 22:08 (UTC)
keks commented on 2017-03-29 21:56 (UTC)
maxammann commented on 2017-02-16 10:07 (UTC)
commented on 2017-02-11 15:31 (UTC)
maxammann commented on 2016-05-28 12:00 (UTC)
climbone commented on 2016-05-27 20:13 (UTC)
AlexeyC commented on 2016-04-26 22:32 (UTC)
maxammann commented on 2016-04-25 17:27 (UTC)
maxammann commented on 2016-04-19 21:27 (UTC)
AlexeyC commented on 2016-04-18 17:43 (UTC)
maxammann commented on 2016-02-14 21:36 (UTC)
MSCII commented on 2016-02-14 09:58 (UTC)
maxammann commented on 2016-01-18 16:16 (UTC)
maxammann commented on 2015-12-24 11:21 (UTC)
dm007 commented on 2015-12-24 09:42 (UTC)
PetrVod commented on 2015-12-24 05:52 (UTC)