Package Details: golden-cheetah-git v3.6.r203.fd1eed4ed-1

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.007886
First Submitted: 2015-12-21 17:18 (UTC)
Last Updated: 2024-03-27 22:34 (UTC)

Dependencies (30)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

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.

$for i in $(LANG=C yay -Si golden-cheetah-git | awk '/Depends On|Make Deps/{$1=$2=$3="";print $0}'); do echo $(LANG=C yay -Qi $i | awk '/Name|Version/{print $0}');done
Name : qt5-base Version : 5.15.0-3
Name : qt5-svg Version : 5.15.0-1
Name : qt5-location Version : 5.15.0-1
Name : qt5-declarative Version : 5.15.0-1
Name : qt5-webchannel Version : 5.15.0-1
Name : qt5-sensors Version : 5.15.0-1
Name : qt5-serialport Version : 5.15.0-1
Name : qt5-webkit Version : 5.212.0alpha4-6
Name : qt5-multimedia Version : 5.15.0-1
Name : qt5-script Version : 5.15.0-1
Name : qt5-connectivity Version : 5.15.0-1
Name : qt5-charts Version : 5.15.0-1
Name : vlc Version : 3.0.10-4
Name : gsl Version : 2.6-2
Name : bison Version : 3.6.3-1
Name : flex Version : 2.6.4-3
Name : gcc Version : 10.1.0-2
Name : make Version : 4.3-3
Name : qt5-tools Version : 5.15.0-2
Name : sip Version : 4.19.23-1
Name : pkgconf Version : 1.7.3-1

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

main.cpp:(.text.startup+0x615) : référence indéfinie vers « gsl_set_error_handler_off »
collect2: erreur: ld a retourné le statut de sortie 1
make: *** [Makefile:2091 : GoldenCheetah] Erreur 1
==> ERREUR : Une erreur s’est produite dans build().
    Abandon…
erreur lors de la construction : %!s(func() string=0x73a700)

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:

# If you want support for using USB2 sticks in Train View on Linux or Windows
# then you need to install libusb (Linux) or libusb-win32 (Windows) version 
0.1.12

Compiling with 'libusb' breaks USB2 support in Train View.