vips: update to 8.14.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
cb7aa1e2da
commit
4a7822604a
2 changed files with 36 additions and 55 deletions
|
@ -6,24 +6,23 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=vips
|
PKG_NAME:=vips
|
||||||
PKG_VERSION:=8.13.3
|
PKG_VERSION:=8.14.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://github.com/libvips/libvips/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/libvips/libvips/releases/download/v$(PKG_VERSION)
|
||||||
PKG_HASH:=4eff5cdc8dbe1a05a926290a99014e20ba386f5dcca38d9774bef61413435d4c
|
PKG_HASH:=27dad021f0835a5ab14e541d02abd41e4c3bd012d2196438df5a9e754984f7ce
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_CPE_ID:=cpe:/a:vips:vips
|
PKG_CPE_ID:=cpe:/a:vips:vips
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_BUILD_DEPENDS:=glib2/host
|
||||||
PKG_BUILD_PARALLEL:=1
|
|
||||||
PKG_INSTALL:=1
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
include $(INCLUDE_DIR)/meson.mk
|
||||||
|
|
||||||
define Package/vips
|
define Package/vips
|
||||||
$(call Package/vips/Default)
|
$(call Package/vips/Default)
|
||||||
|
@ -31,41 +30,38 @@ define Package/vips
|
||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
TITLE:=An image manipulation library
|
TITLE:=An image manipulation library
|
||||||
URL:=https://libvips.github.io/libvips/
|
URL:=https://libvips.github.io/libvips/
|
||||||
DEPENDS:=+glib2 +libexif +libexpat +libjpeg +libpng +giflib +libxml2 +libstdcpp $(INTL_DEPENDS)
|
DEPENDS:=+glib2 +libexif +libexpat +libjpeg +libpng +giflib +libxml2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
MESON_ARGS += \
|
||||||
--disable-debug \
|
-Dgtk_doc=false \
|
||||||
--disable-gtk-doc-html \
|
-Dintrospection=false \
|
||||||
--disable-magickload \
|
-Danalyze=false \
|
||||||
--disable-magicksave \
|
-Dcfitsio=disabled \
|
||||||
--without-analyze \
|
-Dfftw=disabled \
|
||||||
--without-cfitsio \
|
-Dgsf=disabled \
|
||||||
--without-fftw \
|
-Dimagequant=disabled \
|
||||||
--without-gsf \
|
-Dlcms=disabled \
|
||||||
--without-imagequant \
|
-Dwebp=disabled \
|
||||||
--without-lcms \
|
-Dmagick=disabled \
|
||||||
--without-libwebp \
|
-Dmagick-package=disabled \
|
||||||
--without-magick \
|
-Dmatio=disabled \
|
||||||
--without-magickpackage \
|
-Dnifti=disabled \
|
||||||
--without-matio \
|
-Dopenexr=disabled \
|
||||||
--without-nifti \
|
-Dopenslide=disabled \
|
||||||
--without-OpenEXR \
|
-Dorc=disabled \
|
||||||
--without-openslide \
|
-Dpangocairo=disabled \
|
||||||
--without-orc \
|
-Dpdfium=disabled \
|
||||||
--without-pangoft2 \
|
-Dpoppler=disabled \
|
||||||
--without-pdfium \
|
-Dppm=false \
|
||||||
--without-poppler \
|
-Dradiance=false \
|
||||||
--without-ppm \
|
-Drsvg=disabled \
|
||||||
--without-radiance \
|
-Dtiff=disabled \
|
||||||
--without-rsvg \
|
-Dzlib=disabled \
|
||||||
--without-tiff \
|
-Dcgif=enabled \
|
||||||
--without-x \
|
-Djpeg=enabled \
|
||||||
--without-zlib \
|
-Dexif=enabled \
|
||||||
--with-giflib \
|
-Dpng=enabled \
|
||||||
--with-jpeg \
|
|
||||||
--with-libexif \
|
|
||||||
--with-png \
|
|
||||||
|
|
||||||
TARGET_CXXFLAGS += -fno-rtti
|
TARGET_CXXFLAGS += -fno-rtti
|
||||||
|
|
||||||
|
@ -74,7 +70,7 @@ define Build/InstallDev
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/vips/* $(1)/usr/include/vips
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/vips/* $(1)/usr/include/vips
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/
|
$(INSTALL_DIR) $(1)/usr/lib/
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libvips.{a,so}* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libvips.so* $(1)/usr/lib/
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig/
|
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig/
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/vips.pc $(1)/usr/lib/pkgconfig/vips.pc
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/vips.pc $(1)/usr/lib/pkgconfig/vips.pc
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -26,7 +26,11 @@ VIPS_MAJOR_VERSION=vips_major_version()
|
|
||||||
VIPS_MINOR_VERSION=vips_minor_version()
|
|
||||||
VIPS_MICRO_VERSION=vips_micro_version()
|
|
||||||
VIPS_VERSION=vips_version()
|
|
||||||
-VIPS_VERSION_STRING="$VIPS_VERSION-$(date -u -r $srcdir/ChangeLog)"
|
|
||||||
+if test "x$SOURCE_DATE_EPOCH" = "x"; then
|
|
||||||
+ VIPS_VERSION_STRING=$VIPS_VERSION-`date -u -r ChangeLog`
|
|
||||||
+else
|
|
||||||
+ VIPS_VERSION_STRING=$VIPS_VERSION-`LC_ALL=C date --utc --date="@$SOURCE_DATE_EPOCH"`
|
|
||||||
+fi
|
|
||||||
|
|
||||||
# packages add to these as we find them
|
|
||||||
VIPS_CFLAGS=""
|
|
Loading…
Reference in a new issue