Hi,

 
On Tuesday, July 8, 2014 20:02 CEST, Oliver Eichler <[email protected]> 
wrote: 
 
> Hi,
> 
> time to clean sweep the repository. All in all just little fixes. And a bit 
> of updated translation. 
> 
> There are two new features: 
> 
> 1) Area overlays. This stuff seems to be usefull in search and rescue.
> 
> 2) There is a new tag in the XML files to define TMS servers. It's 
> <RawHeader>. You can use it to insert 
> what ever you think the html header of the request should contain e.g. the 
> infamous User-Agent string.
> 
> like this:
> 
> <RawHeader>
>   <Value name="User-Agent">Agents suck!</Value>
> </RawHeader>
>  
> For the rest see the changelog.
> 
> Have fun with the release.

I was looking into upgrading the OpenBSD port from 1.7.5 to 1.7.6 and now you 
released
the 1.7.7. Great, but I got one problem when building 1.7.7 now, it doesn't 
find the GL/gl.h 
file anymore. A bit of comparison, I came  up with the following patch to fix 
it:

$OpenBSD$

fix includes for OpenGL

--- src/CMakeLists.txt.orig     Wed Aug 27 23:36:56 2014
+++ src/CMakeLists.txt  Wed Aug 27 23:37:10 2014
@@ -672,7 +672,7 @@ endif(UNIX)
 set(qlandkarte_include_dirs
   ${CMAKE_BINARY_DIR}
   ${CMAKE_CURRENT_BINARY_DIR}
-  ${OPENGL_INCLUDE_DIRS}
+  ${OPENGL_INCLUDE_DIR}
   ${GDAL_INCLUDE_DIRS}
   ${PROJ_INCLUDE_DIRS}
   ${QT_QTXML_INCLUDE_DIR}




> 
> Oliver
> 
> 
> 
> --- 2014.07.08 ---
> LiveLog: Add large data fields
> 
> LiveLog: save state of live log lock
> 
> GPX: Import track color when importing tracks via GPSBabel
> 
> Fix bad proxy port due to translation
> 
> Garmin Maps: Add elevation to peak labels
> 
> Qt5 support
> 
> Add area overlay
> 
> Diary: fix waypoint names
> 
> TMS: Add <RawHeader> tag to xml.
> 
> 
> 
 
 
 
 


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to