From b7020b4439ca80472827ca7bef0ecbe81dd7cd17 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 15 Jan 2017 19:26:53 -0200 Subject: gpsd 3.16 --- mobile/gpsd/BUILD | 3 +-- mobile/gpsd/DEPENDS | 22 ++++++++++++++++------ mobile/gpsd/DETAILS | 11 +++++------ mobile/gpsd/HISTORY | 5 +++++ mobile/gpsd/INSTALL | 1 + 5 files changed, 28 insertions(+), 14 deletions(-) create mode 100755 mobile/gpsd/INSTALL (limited to 'mobile') diff --git a/mobile/gpsd/BUILD b/mobile/gpsd/BUILD index cdcac942a9..1272c8d2d7 100755 --- a/mobile/gpsd/BUILD +++ b/mobile/gpsd/BUILD @@ -1,2 +1 @@ -OPTS="$OPTS --disable-libQgpsmm" && -default_build +scons -j$MAKE_NJOBS prefix="$INSTALL_ROOT"/usr $OPTS diff --git a/mobile/gpsd/DEPENDS b/mobile/gpsd/DEPENDS index cac4c029df..e89978da3a 100755 --- a/mobile/gpsd/DEPENDS +++ b/mobile/gpsd/DEPENDS @@ -1,7 +1,17 @@ -optional_depends dbus \ - '--enable-dbus' '--disable-dbus' \ - "Enable dbus support" && +depends scons && + +optional_depends ncurses \ + ncurses={True,False} \ + 'ncurses UI' && + +optional_depends QT \ + qt={True,False} \ + 'QT UI' && -optional_depends xorg-server \ - '--with-x' '--without-x' \ - "Enable X11 support" +optional_depends systemd \ + systemd={True,False} \ + 'systemd socket activation' && + +optional_depends dbus \ + dbus_export={True,False} \ + "Enable dbus support" diff --git a/mobile/gpsd/DETAILS b/mobile/gpsd/DETAILS index 8c4d053d70..62d5205235 100755 --- a/mobile/gpsd/DETAILS +++ b/mobile/gpsd/DETAILS @@ -1,11 +1,10 @@ SPELL=gpsd - VERSION=2.95 - SOURCE_HASH=sha512:f48dd0a2942e39de0b1d38a8979e123edbd39de05e2786419433826dfbf9de579fcb9b2c179385bc84313817a4266fd76560253b4e67e2daf419618699abbf98 - SOURCE=$SPELL-${VERSION}.tar.gz + VERSION=3.16 + SOURCE_HASH=sha512:a8ad85a1f17d3ea550a4b99c262e47a834ed8fd16b00e10574f7cf5f34b6c506142aa77a870a61f8827c0d0c88fe7f65f6e916089d64e84c5667d4a2ca89c543 + SOURCE=$SPELL-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION - SOURCE_URL[0]=http://download.berlios.de/gpsd/$SOURCE - - WEB_SITE=http://gpsd.berlios.de/ + SOURCE_URL[0]=http://download-mirror.savannah.gnu.org/releases/$SPELL/$SOURCE + WEB_SITE=http://catb.org/gpsd/ ENTERED=20040217 LICENSE=GPL KEYWORDS="mobile" diff --git a/mobile/gpsd/HISTORY b/mobile/gpsd/HISTORY index b26ddbc2c9..86f6fb397f 100644 --- a/mobile/gpsd/HISTORY +++ b/mobile/gpsd/HISTORY @@ -1,3 +1,8 @@ +2017-01-15 Ismael Luceno + * DETAILS: Fixed SOURCE_URL[0], WEB_SITE, + updated spell to 3.16 + * BUILD, DEPENDS, INSTALL: 3.16 uses scons + 2011-07-17 Florian Franzmann * BUILD: disabled qt bindings to fix build diff --git a/mobile/gpsd/INSTALL b/mobile/gpsd/INSTALL new file mode 100755 index 0000000000..9f0c0eb126 --- /dev/null +++ b/mobile/gpsd/INSTALL @@ -0,0 +1 @@ +scons install -- cgit v1.2.3