[packages] libgphoto2: update to 2.4.12, refresh patches
[openwrt/svn-archive/archive.git] / libs / libgphoto2 / Makefile
index 8ecea475bf7f94cf0674212c9b4cec5f2d9dc3d7..1eb335ccdf7e7ee462dc06e87dd81855a1c94f1a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libgphoto2
-PKG_VERSION:=2.4.9
-PKG_RELEASE:=2
+PKG_VERSION:=2.4.12
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/gphoto
-PKG_MD5SUM:=32b233189e3df7e5e67d2a81163682b8
+PKG_MD5SUM:=735c50ebb15cb8be61bac400ee4afb1e
 
 PKG_FIXUP:=libtool
 PKG_LIBTOOL_PATHS:=. libgphoto2_port
@@ -59,7 +59,7 @@ CONFIGURE_VARS += \
        LIBUSB_LIBS="$$$$LDFLAGS -lusb" \
        LIBS="-lltdl" \
 
-# If OpenWrt is using the iconv stub, we disable iconv support 
+# If OpenWrt is using the iconv stub, we disable iconv support
 # in libgphoto2 entirely since the stub lacks some essential
 # conversions like UCS-2 to UTF-8 which will let certain drivers
 # fail with "Failed to create iconv converter" .