Changeset 29057
- Timestamp:
- 2011-11-13T23:15:41+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/libs/vips/Makefile
r28533 r29057 1 1 # 2 # Copyright (C) 2010 OpenWrt.org2 # Copyright (C) 2010-2011 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 10 10 PKG_NAME:=vips 11 11 PKG_VERSION:=7.26.3 12 PKG_RELEASE:= 112 PKG_RELEASE:=2 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz … … 22 22 PKG_INSTALL=1 23 23 24 define Package/vips/Default25 TITLE:=vips26 URL:=http://www.vips.ecs.soton.ac.uk/27 endef28 29 24 define Package/vips 30 25 $(call Package/vips/Default) 31 26 SECTION:=multimedia 32 27 CATEGORY:=Multimedia 33 DEPENDS:=+libjpeg +glib2 +libxml2 $(INTL_DEPENDS) 34 endef 35 36 define Package/vips/description 37 An image manipulation library. 28 TITLE:=An image manipulation library 29 URL:=http://www.vips.ecs.soton.ac.uk/ 30 DEPENDS:=+glib2 +libexif +libjpeg +libpng +libxml2 $(INTL_DEPENDS) 38 31 endef 39 32 … … 44 37 --disable-cxx \ 45 38 --disable-threads \ 46 --without-liboil \ 47 --without-magick 39 --without-cfitsio \ 40 --without-fftw3 \ 41 --without-lcms \ 42 --without-magick \ 43 --without-matio \ 44 --without-OpenEXR \ 45 --without-orc \ 46 --without-pangoft2 \ 47 --without-python \ 48 --without-tiff \ 49 --without-v4l \ 50 --without-x \ 51 --without-zip \ 52 --with-jpeg \ 53 --with-libexif \ 54 --with-png \ 48 55 49 56 define Build/InstallDev
Note: See TracChangeset
for help on using the changeset viewer.