Package Details: mytourbook_bin 24.1.0-1

Git Clone URL: https://aur.archlinux.org/mytourbook_bin.git (read-only, click to copy)
Package Base: mytourbook_bin
Description: A tool to visualize and analyze tours recorded by a GPS device, ergometer, bike- or exercise computer.
Upstream URL: http://mytourbook.sourceforge.net
Licenses: GPL
Submitter: jose1711
Maintainer: notizblock
Last Packager: notizblock
Votes: 25
Popularity: 0.000015
First Submitted: 2009-05-13 08:20 (UTC)
Last Updated: 2024-03-19 18:43 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

1 2 3 4 5 Next › Last »

conn-fused commented on 2025-12-07 10:18 (UTC)

The following will install version 25.11

[code] pkgname=mytourbook_bin pkgver=25.11.0 pkgrel=1 pkgdesc="A tool to visualize and analyze tours recorded by a GPS device, ergometer, bike- or exercise computer." arch=('x86_64') url="http://mytourbook.sourceforge.net" license=("GPL") depends=('java-runtime>=11' 'fontconfig' 'libxrender') install="mytourbook.install" source=("mytourbook.desktop" "https://github.com/mytourbook/mytourbook/releases/download/25.11.0_2025-11-09_0609/mytourbook-25.11.0-linux.x86.tar.gz") options=(!strip) sha256sums=('84607b0ae8313aaf4e466ff41a8c6d7d32d5fb4b1609463d99084b0c13d3036a' '1ef70931f276dfb818b70932c085a3623eab2e610b1824a75ef967554807ed44')

package() { mkdir -p ${pkgdir}/usr/{bin,share/mytourbook} cd ${srcdir}/mytourbook tar cf - --exclude=.PKGINFO * | ( cd ${pkgdir}/usr/share/mytourbook; tar xfp -) find ${pkgdir}/usr/share/mytourbook -type f -print0 | xargs -0 chmod 644 chmod 755 ${pkgdir}/usr/share/mytourbook/mytourbook ln -s /usr/share/mytourbook/mytourbook ${pkgdir}/usr/bin/mytourbook

install -D -m644 icon.xpm $pkgdir/usr/share/pixmaps/mytourbook.xpm install -D -m644 $srcdir/mytourbook.desktop $pkgdir/usr/share/applications/mytourbook.desktop }[/code]

wcasanova commented on 2024-11-25 12:49 (UTC)

MyTourbook program files can be downloaded now ONLY from the new download site > https://github.com/mytourbook/mytourbook/releases

akvneqgmpfxnj7ig commented on 2024-05-19 18:05 (UTC)

Dear notizblock, it would be great if you can also provide the new aarm64 version since 24.5.0. If there's some testing necessary, I am happy to help :)

yeKcim commented on 2021-02-08 15:26 (UTC) (edited on 2021-02-08 18:15 (UTC) by yeKcim)

https://mytourbook.sourceforge.io/mytourbook/index.php : February 2021, 20.12 version has a bug when updating the tour database from version 19.7 or earlier → Download is removed

wcasanova commented on 2020-12-24 01:26 (UTC) (edited on 2020-12-24 01:33 (UTC) by wcasanova)

20.12 requires Java >=11 depends=("java-environment>=11"

dreieck commented on 2020-07-08 13:50 (UTC)

It should be named mytourbook-bin, not mytourbook_bin (i.e. with - instead of _).

Thanks for maintaining, by the way!

notizblock commented on 2020-01-19 14:39 (UTC)

Thanks for the hint, updated.

wcasanova commented on 2020-01-17 13:21 (UTC) (edited on 2020-01-17 13:22 (UTC) by wcasanova)

http://mytourbook.sourceforge.net/mytourbook/index.php/download-install Java 8 is supported until end of 2020 and until then, MyTourbook must be moved to Eclipse 4.x. This is a lot of work but you will see almost no changes in the UI which was also the reason to say with Eclipse 3.x.

Update: Java 9+ is also supported beginning with version 18.9 of MyTourbook,

Dependencies java-runtime>=8

notizblock commented on 2019-03-06 19:53 (UTC)

Support for 32bit was dropped by upstream.

notizblock commented on 2017-11-07 07:48 (UTC)

Uh, I totally missed this one. Updated.