X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Flibgphoto2%2FMakefile;h=b5af7f100835aa84f3be9dbcb65ab0b91a1db386;hb=52879d761c9ac8c306cecb4484f9241695d07736;hp=66bfbf7c87d5522053d5d44f4d5526e7ac53916b;hpb=59a103154243cb83ca41256d7f3dae3fefb06403;p=feed%2Fpackages.git diff --git a/libs/libgphoto2/Makefile b/libs/libgphoto2/Makefile index 66bfbf7c87..b5af7f1008 100644 --- a/libs/libgphoto2/Makefile +++ b/libs/libgphoto2/Makefile @@ -9,15 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgphoto2 -PKG_VERSION:=2.5.14 +PKG_VERSION:=2.5.16 PKG_RELEASE:=1 PORT_VERSION:=0.12.0 PKG_MAINTAINER:=Leonardo Medici PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/gphoto -PKG_MD5SUM:=65acb6cbd2b4f3f46829599f5dabd89c -PKG_HASH:=d3ce70686fb87d6791b9adcbb6e5693bfbe1cfef9661c23c75eb8a699ec4e274 +PKG_HASH:=e757416d1623e01a9d0d294b2e790162e434c0964f50d3b7ff1a3424b62a2906 PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:=COPYING @@ -436,16 +435,15 @@ CONFIGURE_ARGS += \ --enable-static \ --disable-rpath \ --with-camlibs="all" \ + --with-gdlib=no \ + --with-libexif=no \ + --with-libusb=no \ + --with-libusb-1.0=auto \ + --with-libxml-2.0=no \ --without-included-ltdl \ + --without-jpeg \ --without-libiconv-prefix \ --without-libintl-prefix \ - --without-gd \ - --without-jpeg \ - --with-libexif=no \ - --without-libxml2 \ - --with-libxml-2.0=no \ - --with-libusb-1.0=auto \ - --with-libusb=no CONFIGURE_VARS += \ CPPFLAGS="$$$$CPPFLAGS $(ICONV_CFLAGS)" \