aboutsummaryrefslogtreecommitdiff
path: root/libs/vips/patches/001-no_introspection.patch
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2021-12-12 14:31:17 -0600
committerNick Hainke <vincent@systemli.org>2021-12-13 22:44:43 +0100
commit18484fbd835bd9a18d33cd960ee74e1d936cbaae (patch)
treefc5af941b4d5ced4c6e19ced00ed5bd833899a46 /libs/vips/patches/001-no_introspection.patch
parentf614850285e87621a62e19c9adb5e71737d08947 (diff)
vips: update to 8.12.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'libs/vips/patches/001-no_introspection.patch')
-rw-r--r--libs/vips/patches/001-no_introspection.patch71
1 files changed, 0 insertions, 71 deletions
diff --git a/libs/vips/patches/001-no_introspection.patch b/libs/vips/patches/001-no_introspection.patch
deleted file mode 100644
index f66fbaf51..000000000
--- a/libs/vips/patches/001-no_introspection.patch
+++ /dev/null
@@ -1,71 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -53,9 +53,6 @@ AC_SUBST(LIBRARY_CURRENT)
- AC_SUBST(LIBRARY_REVISION)
- AC_SUBST(LIBRARY_AGE)
-
--# init introspection support
--GOBJECT_INTROSPECTION_CHECK([1.30.0])
--
- # remove the '(disabled, use --enable-introspection to enable)'
- # suffix from the found_introspection variable
- if test "x$found_introspection" != x"yes"; then
---- a/libvips/Makefile.am
-+++ b/libvips/Makefile.am
-@@ -67,56 +67,3 @@ install-exec-hook:
- echo "#define VIPS_SONAME \"$$dlname\"" >> soname.h && \
- cp soname.h $(DESTDIR)$(pkgincludedir) && \
- rm soname.h
--
---include $(INTROSPECTION_MAKEFILE)
--INTROSPECTION_GIRS =
--INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
--INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
--
--if HAVE_INTROSPECTION
--
--AM_CPPFLAGS = \
-- -I${top_srcdir}/libvips/include \
-- @VIPS_CFLAGS@ \
-- @VIPS_INCLUDES@ \
-- @INTROSPECTION_CFLAGS@
--AM_LDFLAGS = \
-- @INTROSPECTION_LIBS@ \
-- @LDFLAGS@
--LDADD = @INTROSPECTION_LIBS@ @VIPS_CFLAGS@ libvips.la @VIPS_LIBS@
--
--noinst_PROGRAMS = \
-- introspect$(EXEEXT)
--introspect_SOURCES = \
-- introspect.c
--
--# we can't get the _SOURCES lists from the subdirs directly, we get passed it
--# by configure instead
--introspection_sources = @vips_introspection_sources@
--
--# we make the vips8 API
--Vips-8.0.gir: introspect$(EXEEXT)
--Vips_8_0_gir_INCLUDES = GObject-2.0
--Vips_8_0_gir_CFLAGS = $(INCLUDES) -I${top_srcdir}/libvips/include
--Vips_8_0_gir_LIBS = libvips.la
--Vips_8_0_gir_FILES = $(introspection_sources)
--INTROSPECTION_GIRS += Vips-8.0.gir
--
--# don't use
--# --warn-all --verbose
--# too annoying
--Vips_8_0_gir_SCANNERFLAGS = \
-- --program=./introspect$(EXEEXT) \
-- --identifier-prefix=Vips \
-- --identifier-prefix=vips \
-- --symbol-prefix=vips \
-- --c-include=vips/vips.h
--
--girdir = $(datadir)/gir-1.0
--gir_DATA = $(INTROSPECTION_GIRS)
--
--typelibdir = $(libdir)/girepository-1.0
--typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
--
--CLEANFILES += $(gir_DATA) $(typelib_DATA)
--endif