Versions
v9999 :: 0 :: gentoo
- Modified
- License
- GPL-2
- USE flags
- doc
v1.9.0-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~arm64
- USE flags
- doc gui
v1.9.0 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 ~arm64
- USE flags
- doc qt6
USE flags
General
Dependencies
dev-libs / expat : Stream-oriented XML parser library
dev-qt / qt5compat : Qt module containing the unsupported Qt 5 APIs
dev-qt / qtbase : Cross-platform application development framework
dev-qt / qtcore : Cross-platform application development framework
dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework
dev-qt / qtnetwork : Network abstraction library for the Qt5 framework
dev-qt / qtserialport : Serial port abstraction library for the Qt6 framework
dev-qt / qtwebchannel : Qt WebChannel
dev-qt / qtwebengine : Library for rendering dynamic web content in Qt6 C++ and QML applications
dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework
dev-qt / qtxml : Implementation of SAX and DOM for the Qt5 framework
sci-libs / shapelib : Library for manipulating ESRI Shapefiles
Runtime Dependencies
dev-libs / expat : Stream-oriented XML parser library
dev-qt / qt5compat : Qt module containing the unsupported Qt 5 APIs
dev-qt / qtbase : Cross-platform application development framework
dev-qt / qtcore : Cross-platform application development framework
dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework
dev-qt / qtnetwork : Network abstraction library for the Qt5 framework
dev-qt / qtserialport : Serial port abstraction library for the Qt6 framework
dev-qt / qtwebchannel : Qt WebChannel
dev-qt / qtwebengine : Library for rendering dynamic web content in Qt6 C++ and QML applications
dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework
dev-qt / qtxml : Implementation of SAX and DOM for the Qt5 framework
sci-libs / shapelib : Library for manipulating ESRI Shapefiles
Depending packages
sci-geosciences / qgis : User friendly Geographic Information System
sci-geosciences / viking : GPS data editor and analyzer
Bugs
- 833329
- sci-geosciences/gpsbabel-1.7.0-r1 fails tests
- 926994
- sci-geosciences/gpsbabel-1.9.0 fails to compile: Relax-NG parser error : xmlRelaxNGParse: could not load docbook.rng
- 927535
- sci-geosciences/gpsbabel-1.9.0: rcc: Unknown option 'no-zstd'
- 935700
- sci-geosciences/qgis: is mandatory dep on sci-geosciences/gpsbabel bogus?
- 945696
- sci-geosciences/gpsbabel-1.9.0-r1 fails to compile: Could NOT find Qt6SerialPort (missing: Qt6SerialPort_DIR)
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Chris Mayo · gentoo
sci-geosciences/gpsbabel: Make GUI optional
Closes: https://bugs.gentoo.org/940440 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38806 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: De-keyword ~x86
Depends on dev-qt/qtwebengine, so has no business having it. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Drop IUSE qt6, ~x86 from 9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: drop 1.7.0-r1, 1.8.0-r1
Bug: https://bugs.gentoo.org/938841 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Sam James · gentoo
sci-geosciences/gpsbabel: Stabilize 1.9.0 amd64, #938841
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: drop ~arm
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
sci-geosciences/gpsbabel: mark as LTO-unsafe
Only in older versions. It is fixed starting 1.9.0 Closes: https://bugs.gentoo.org/862576 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
sci-geosciences/gpsbabel: add 1.9.0
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
sci-geosciences/gpsbabel: update live for file deletions in 1.9.0
Some trivial DOCS files no longer exist (or were deprecated). Yay for docs files no one reads causing the build to fail. ;) Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
sci-geosciences/gpsbabel: sync live ebuild
Last "synced" in commit 26a3ddf088c3363bbe4d9ffaec95c25f70bb7024 but unfortunately at the time it somehow set S= twice, resulting in: * Checking out https://github.com/gpsbabel/gpsbabel.git to /var/tmp/portage/sci-geosciences/gpsbabel-9999/work/gpsbabel-9999 ... * ERROR: sci-geosciences/gpsbabel-9999::gentoo failed (prepare phase): * The source directory '/var/tmp/portage/sci-geosciences/gpsbabel-9999/work/gpsbabel-gpsbabel_9999' doesn't exist ??? It's also really old and still uses EAPI 7 and qmake while the stable releases have followed upstream over to cmake. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-geosciences/gpsbabel: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-geosciences/gpsbabel: drop use gui, add use qt6
Though the build system provides separate targets for the gui and cli tools, the cmake configure files do not reflect this and they will search for qt unconditionally. Patching is non-trivial because the source files for the gui and for the cli are not completely separated. The package does support qt6 but the upstream cmake files do not provide a means of selecting which to use and will choose a version automagically. A simple patch is enough to fix this. Closes: https://bugs.gentoo.org/852836 Closes: https://bugs.gentoo.org/892559 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-geosciences/gpsbabel: bump to 1.8.0
Co-authored-by: Bjørn Kagelmacher <DL7RAY@t-online.de> Signed-off-by: Bjørn Kagelmacher <DL7RAY@t-online.de> Closes: https://github.com/gentoo/gentoo/pull/28324 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-geosciences/gpsbabel: drop 1.5.4-r1
Bug: https://bugs.gentoo.org/820080 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sci-geosciences/gpsbabel: Stabilize 1.7.0-r1 x86, #820080
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-geosciences/gpsbabel: Stabilize 1.7.0-r1 amd64, #820080
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-geosciences/gpsbabel: use libusb:1, drop old expat dependency
- Upstream are no longer using libexpat - Now uses libusb 1.0, not 0.x Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-geosciences/gpsbabel: sync live ebuild
Bug: https://bugs.gentoo.org/689586 Signed-off-by: Sam James <sam@gentoo.org> - Chris Mayo · gentoo
sci-geosciences/gpsbabel: 1.7.0 version bump, EAPI 7
GUI support is dropped because of multiple issues with resource paths. Closes: https://bugs.gentoo.org/689586 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14242 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Sync 9999 with 1.5.4-r1 changes
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: EAPI-7 bump, use desktop.eclass
Drop superfluous ${S} Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Huettel · gentoo
sci-geosciences/gpsbabel: Start preparing for 1.6.0
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Huettel · gentoo
sci-geosciences/gpsbabel: Add live ebuild, tested with git master
See https://github.com/akhuettel/gpsbabel/tree/gentoo for the Gentoo patchset. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-geosciences: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Fix build with Qt-5.9 again
Tested-by: Markus <M4rkusXXL@web.de> Gentoo-bug: 629560 Package-Manager: Portage-2.3.10, Repoman-2.3.3 - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Fix build with Qt-5.9
Reported-by: Markus <M4rkusXXL@web.de> Gentoo-bug: 629560 Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Fix missing dev-qt/linguist-tools:5 DEPEND
Reported-by: ad PC <adpc@riseup.net> Gentoo-bug: 628946 Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Jan Kundrát · gentoo
sci-geosciences/gpsbabel: Fix Qt5's lrelease
My `lrelease` in the default $PATH is a wrapper provided by qtchooser. It fails when invoked directly. The ebuild was already half-correct because it used a full path to Qt5's lrelease when configuring the build :). Closes: https://github.com/gentoo/gentoo/pull/5043 - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Drop old
Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Fix icon/.desktop install
Stable revbump to add missing eutils.eclass. Thanks-to: Siuchung Cheung (Clement) <clement.cc@gmail.com> Gentoo-bug: 621814 Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Michael Weber · gentoo
sci-geosciences/gpsbabel: Add ~ppc keyword (bug 611050).
Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4099 - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Re-add USE=qt5 (as USE=gui)
This reverts commit 4253275cb926d196b7a3566ff28a8cf756ae8138 and takes USE flag suggestion from bug #610996. Qt5Core is always required. metadata.xml: Add upstream info, cleanup indentation. Tested-by: Luis Ressel <aranea@aixah.de> Gentoo-bug: 610996 - Agostino Sarubbo · gentoo
sci-geosciences/gpsbabel: x86 stable wrt bug #610432
Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sci-geosciences/gpsbabel: amd64 stable wrt bug #610432
Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Drop USE=qt5
Gentoo-bug: 606952 The buildsystem does not properly support that case. Package-Manager: portage-2.3.0 - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: Restrict tests
Gentoo-bug: 421699 Package-Manager: portage-2.3.0 - Mike Frysinger · gentoo
fix quoting to a lot of patch calls - Andreas Sturmlechner · gentoo
sci-geosciences/gpsbabel: 1.5.4 version bump, EAPI 6 and Qt5
Gentoo-bug: 421699, 518392 Rebased all patches, unbundled zlib[minizip]. Restrict tests - some fail, some require network connection, wrong path... Package-Manager: portage-2.3.0 - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed