foxtrotgps: upgrade to 1.1.0

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-02-21 13:55:16 +01:00
committed by Koen Kooi
parent 588c8ec166
commit cd2f6d54b4
2 changed files with 3 additions and 45 deletions
@@ -1,40 +0,0 @@
curl/types.h was removed in
https://github.com/bagder/curl/commit/2ef7a28a71f819343afefa721e5497119fb2cee0#include/curl
and is not available in curl-7.21.8 and newer
=== modified file 'foxtrotgps-1.0.1/src/friends.c'
--- foxtrotgps-1.0.1.orig/src/friends.c 2011-05-01 20:51:37 +0000
+++ foxtrotgps-1.0.1/src/friends.c 2011-07-21 15:34:03 +0000
@@ -17,7 +17,6 @@
#include <gtk/gtk.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
=== modified file 'foxtrotgps-1.0.1/src/tile_management.c'
--- foxtrotgps-1.0.1.orig/src/tile_management.c 2011-06-02 11:25:49 +0000
+++ foxtrotgps-1.0.1/src/tile_management.c 2011-07-21 15:34:06 +0000
@@ -8,7 +8,6 @@
#include <glib/gprintf.h>
#include <string.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <math.h>
#include "globals.h"
=== modified file 'foxtrotgps-1.0.1/src/util.h'
--- foxtrotgps-1.0.1.orig/src/util.h 2010-04-13 02:20:30 +0000
+++ foxtrotgps-1.0.1/src/util.h 2011-07-21 15:34:05 +0000
@@ -2,7 +2,6 @@
#include <gtk/gtk.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
int
sql_execute(char *db_name, char *sql, int (*cb_func)(void*,int,char**,char**));
@@ -5,12 +5,10 @@ SECTION = "x11/applications"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd"
PR = "r1"
SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz \
file://remove.unused.header.patch"
SRC_URI[md5sum] = "982d14cdb0439cc4d6aa6cefc232124d"
SRC_URI[sha256sum] = "059158fd8e61137e2e6d6e01685add7fb85cce8483faa99efb01187f2ba50841"
SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz"
SRC_URI[md5sum] = "1585d332ae546a0f84e8327ac21b27b9"
SRC_URI[sha256sum] = "2d0d66d3e6d3c6ca1c8e5d82129182a49691b9622067b7c5edf82d808ebf1a77"
inherit autotools pkgconfig perlnative