update package lensfun

This commit is contained in:
Niels Kristian Bech Jensen 2013-11-09 14:18:10 +11:00 committed by Tony Theodore
parent b09613805a
commit 190d2368b8
2 changed files with 3 additions and 17 deletions

View File

@ -1,14 +0,0 @@
This file is part of MXE.
See index.html for further information.
diff -ur lensfun-0.2.7.orig/libs/auxfun/image.cpp lensfun-0.2.7/libs/auxfun/image.cpp
--- lensfun-0.2.7.orig/libs/auxfun/image.cpp 2013-03-24 05:01:02.000000000 +1100
+++ lensfun-0.2.7/libs/auxfun/image.cpp 2013-03-24 05:01:27.000000000 +1100
@@ -7,6 +7,7 @@
#include <zlib.h>
#include <png.h>
#include <stdlib.h>
+#include <string.h>
#ifdef _MSC_VER
#define _USE_MATH_DEFINES 1
#include <math.h>

View File

@ -3,11 +3,11 @@
PKG := lensfun
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.2.7
$(PKG)_CHECKSUM := f26121093dfee85d6371c2c79dae22e6d1b8d0d6
$(PKG)_VERSION := 0.2.8
$(PKG)_CHECKSUM := 0e85eb7692620668d27e2303687492ad68c90eb4
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/lensfun.berlios/$($(PKG)_FILE)
$(PKG)_URL := http://download.berlios.de/lensfun/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libpng glib libgnurx
define $(PKG)_UPDATE