|
@@ -4,9 +4,9 @@
|
|
|
include $(ADK_TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:= p5-image-scale
|
|
|
-PKG_VERSION:= 0.08
|
|
|
+PKG_VERSION:= 0.13
|
|
|
PKG_RELEASE:= 1
|
|
|
-PKG_HASH:= e2dcc90b9954a43dafc7f61bc6dc472382eb719b1046247da5a93cfdd7c3b3e0
|
|
|
+PKG_HASH:= 5b2c92dc2dd635b488879461760cd251aa2b1feef41b64f17914a6e4bbe3e442
|
|
|
PKG_DESCR:= fast, high-quality fixed-point image resizing
|
|
|
PKG_SECTION:= dev/perl
|
|
|
PKG_DEPENDS:= perl libjpeg-turbo zlib libpng giflib
|
|
@@ -27,7 +27,9 @@ XAKE_FLAGS+= $(PERL_ENV)
|
|
|
CONFIGURE_ARGS+= --with-jpeg-includes=${STAGING_TARGET_DIR}/usr/include \
|
|
|
--with-jpeg-libs=${STAGING_TARGET_DIR}/usr/lib \
|
|
|
--with-png-includes=${STAGING_TARGET_DIR}/usr/include \
|
|
|
- --with-png-libs=${STAGING_TARGET_DIR}/usr/lib
|
|
|
+ --with-png-libs=${STAGING_TARGET_DIR}/usr/lib \
|
|
|
+ --with-gif-includes=${STAGING_TARGET_DIR}/usr/include \
|
|
|
+ --with-gif-libs=${STAGING_TARGET_DIR}/usr/lib
|
|
|
|
|
|
p5-image-scale-install:
|
|
|
$(INSTALL_DIR) $(IDIR_P5_IMAGE_SCALE)$(PERL_SITEDIR)
|