Search Criteria
Package Details: golden-cheetah-git v3.6.DEV2009.r113.e24d25ff4-1
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: | |
Conflicts: | |
Submitter: | maxammann |
Maintainer: | maxammann |
Last Packager: | maxammann |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-21 17:18 |
Last Updated: | 2020-12-11 11:41 |
Dependencies (29)
- gsl
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-charts (qt5-charts-git)
- 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-print, qt5-webkit-git)
- vlc (libvlc, vlc-decklink, vlc-git)
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- make (make3, make-git, make-without-guile) (make)
- pkgconf (pkgconf-git) (make)
- qt5-tools (qt5-tools-git) (make)
- sip (sip4-sip-provides) (make)
- libftd2xx (optional)
- libical (libical2, zarafa-libical) (optional)
- libkml (libkml-dev) (optional)
- libsamplerate (libsamplerate-git, libsamplerate-minimal-git) (optional)
- libusb-compat (libusb0) (optional)
- srmio (optional)
- vlc (libvlc, vlc-decklink, vlc-git) (optional)
Latest Comments
1 2 3 4 5 Next › Last »
maxammann commented on 2020-12-11 11:42
Done!
oxidative commented on 2020-12-09 01:51
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
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
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
@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
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
@micwoj92 these dependencies are in "makedepends" which means they can be removed after building and installing
micwoj92 commented on 2020-10-01 01:18
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
@pmorales done :)
pmorales commented on 2020-07-20 15:55
Hi! I was unable to compile until I manually install
qt5-webengine
. Please add it as a dependency. Thanks!