#
-# Copyright (C) 2010 OpenWrt.org
+# Copyright (C) 2010-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
PKG_NAME:=vips
PKG_VERSION:=7.26.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.vips.ecs.soton.ac.uk/supported/7.26/
PKG_INSTALL=1
-define Package/vips/Default
- TITLE:=vips
- URL:=http://www.vips.ecs.soton.ac.uk/
-endef
-
define Package/vips
$(call Package/vips/Default)
SECTION:=multimedia
CATEGORY:=Multimedia
- DEPENDS:=+libjpeg +glib2 +libxml2 $(INTL_DEPENDS)
-endef
-
-define Package/vips/description
- An image manipulation library.
+ TITLE:=An image manipulation library
+ URL:=http://www.vips.ecs.soton.ac.uk/
+ DEPENDS:=+glib2 +libexif +libjpeg +libpng +libxml2 $(INTL_DEPENDS)
endef
TARGET_LDFLAGS+= \
CONFIGURE_ARGS += \
--disable-cxx \
--disable-threads \
- --without-liboil \
- --without-magick
+ --without-cfitsio \
+ --without-fftw3 \
+ --without-lcms \
+ --without-magick \
+ --without-matio \
+ --without-OpenEXR \
+ --without-orc \
+ --without-pangoft2 \
+ --without-python \
+ --without-tiff \
+ --without-v4l \
+ --without-x \
+ --without-zip \
+ --with-jpeg \
+ --with-libexif \
+ --with-png \
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/vips