summaryrefslogtreecommitdiff
path: root/package/exiv2
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-11-13 09:35:27 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-11-13 13:46:02 +0100
commit8645710da335c1afeea3cdb7754f07d016ae9432 (patch)
treead8fc90a888f9471460650bb65cb57045860cf06 /package/exiv2
parent1ce38192f0cfdf2900f3d8d08e2f7fe58492b1bb (diff)
exiv2: bump to version 0.25
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/exiv2')
-rw-r--r--package/exiv2/0001-remove-useless-header.patch19
-rw-r--r--package/exiv2/Config.in6
-rw-r--r--package/exiv2/exiv2.hash4
-rw-r--r--package/exiv2/exiv2.mk2
4 files changed, 7 insertions, 24 deletions
diff --git a/package/exiv2/0001-remove-useless-header.patch b/package/exiv2/0001-remove-useless-header.patch
deleted file mode 100644
index 96a37348b..000000000
--- a/package/exiv2/0001-remove-useless-header.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-version.cpp: remove useless header inclusion
-
-The inclusion of link.h header is not required and can create build
-error with some toolchains.
-The patch is pushed on the upstream for the next release.
-http://dev.exiv2.org/issues/1007
-
-Signed-off-by: Nicolas Serafini <nicolas.serafini@sensefly.com>
-
---- exiv2-0.24.orig/src/version.cpp 2013-12-01 13:13:42.000000000 +0100
-+++ exiv2-0.24/src/version.cpp 2014-12-04 09:30:39.667234130 +0100
-@@ -116,7 +116,6 @@ typedef string_v::iterator string_i;
- #elif defined(__linux__)
- # include <unistd.h>
- // http://syprog.blogspot.com/2011/12/listing-loaded-shared-objects-in-linux.html
--# include "link.h"
- # include <dlfcn.h>
- struct something
- {
diff --git a/package/exiv2/Config.in b/package/exiv2/Config.in
index 9a7cf4467..8ca95ebca 100644
--- a/package/exiv2/Config.in
+++ b/package/exiv2/Config.in
@@ -1,10 +1,12 @@
-comment "exiv2 needs a toolchain w/ C++, dynamic library"
- depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP
+comment "exiv2 needs a toolchain w/ C++, wchar, dynamic library"
+ depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
+ || !BR2_USE_WCHAR
config BR2_PACKAGE_EXIV2
bool "exiv2"
depends on !BR2_STATIC_LIBS
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_USE_WCHAR
help
Exiv2 is a C++ library and a command line utility to manage
image metadata. It provides fast and easy read and write
diff --git a/package/exiv2/exiv2.hash b/package/exiv2/exiv2.hash
index d4f8c6076..b1e78d2c9 100644
--- a/package/exiv2/exiv2.hash
+++ b/package/exiv2/exiv2.hash
@@ -1,4 +1,4 @@
# From http://www.exiv2.org/download.html
-md5 b8a23dc56a98ede85c00718a97a8d6fc exiv2-0.24.tar.gz
+md5 258d4831b30f75a01e0234065c6c2806 exiv2-0.25.tar.gz
# Locally calculated
-sha256 f4a443e6c7fb9d9f5e787732f76969a64c72c4c04af69b10ed57f949c2dfef8e exiv2-0.24.tar.gz
+sha256 c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4 exiv2-0.25.tar.gz
diff --git a/package/exiv2/exiv2.mk b/package/exiv2/exiv2.mk
index 93e36f725..45f928919 100644
--- a/package/exiv2/exiv2.mk
+++ b/package/exiv2/exiv2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-EXIV2_VERSION = 0.24
+EXIV2_VERSION = 0.25
EXIV2_SITE = http://www.exiv2.org
EXIV2_INSTALL_STAGING = YES