[gdk-pixbuf] Drop the wbmp loader



commit 8dd1f717cdde81c4e18d9d1c350c9f899d00efe8
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Sep 23 21:06:09 2015 -0400

    Drop the wbmp loader
    
    This is a very rarely seen image format, and nobody is
    maintaining this loader inside gdk-pixbuf.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721372

 configure.ac           |    3 +-
 gdk-pixbuf/Makefile.am |   17 ---
 gdk-pixbuf/io-wbmp.c   |  377 ------------------------------------------------
 3 files changed, 1 insertions(+), 396 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e3b5aae..b294dd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -679,7 +679,7 @@ fi
 # because some important apps like GIMP need to read and write
 # arbitrary tEXt chunks which doesn't seem to be possible through GDI+
 
-all_loaders="ani,icns,pcx,ras,tga,png,pnm,wbmp,xbm,xpm,qtif"
+all_loaders="ani,icns,pcx,ras,tga,png,pnm,xbm,xpm,qtif"
 if test x$with_libjasper = xyes; then
   all_loaders="$all_loaders,jasper"
 fi
@@ -736,7 +736,6 @@ AC_SUBST(INCLUDED_LOADER_DEFINE)
 
 AM_CONDITIONAL(INCLUDE_PNG, [test x"$INCLUDE_png" = xyes])
 AM_CONDITIONAL(INCLUDE_BMP, [test x"$INCLUDE_bmp" = xyes])
-AM_CONDITIONAL(INCLUDE_WBMP, [test x"$INCLUDE_wbmp" = xyes])
 AM_CONDITIONAL(INCLUDE_GIF, [test x"$INCLUDE_gif" = xyes])
 AM_CONDITIONAL(INCLUDE_ICO, [test x"$INCLUDE_ico" = xyes])
 AM_CONDITIONAL(INCLUDE_ANI, [test x"$INCLUDE_ani" = xyes])
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index 6021174..b082c03 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -78,14 +78,6 @@ libpixbufloader_bmp_la_LDFLAGS = -avoid-version -module $(no_undefined)
 libpixbufloader_bmp_la_LIBADD = $(module_libs)
 
 #
-# The WBMP loader
-#
-libstatic_pixbufloader_wbmp_la_SOURCES = io-wbmp.c
-libpixbufloader_wbmp_la_SOURCES = io-wbmp.c
-libpixbufloader_wbmp_la_LDFLAGS = -avoid-version -module $(no_undefined)
-libpixbufloader_wbmp_la_LIBADD = $(module_libs)
-
-#
 # The GdkPixdata loader, always built in
 #
 libstatic_pixbufloader_pixdata_la_SOURCES = io-pixdata.c
@@ -393,12 +385,6 @@ PNG_LIB = libpixbufloader-png.la
 endif
 endif
 
-if INCLUDE_WBMP
-STATIC_WBMP_LIB = libstatic-pixbufloader-wbmp.la
-else
-WBMP_LIB = libpixbufloader-wbmp.la
-endif
-
 if INCLUDE_ANI
 STATIC_ANI_LIB = libstatic-pixbufloader-ani.la
 else
@@ -469,7 +455,6 @@ if BUILD_DYNAMIC_MODULES
 loader_LTLIBRARIES =   \
        $(PNG_LIB)      \
        $(BMP_LIB)      \
-       $(WBMP_LIB)     \
        $(GIF_LIB)      \
        $(ICO_LIB)      \
        $(ANI_LIB)      \
@@ -493,7 +478,6 @@ noinst_LTLIBRARIES =                \
        $(STATIC_PIXDATA_LIB)   \
        $(STATIC_PNG_LIB)       \
        $(STATIC_BMP_LIB)       \
-       $(STATIC_WBMP_LIB)      \
        $(STATIC_GIF_LIB)       \
        $(STATIC_ICO_LIB)       \
        $(STATIC_ANI_LIB)       \
@@ -703,7 +687,6 @@ gdk_pixbuf_FILES = \
        $(libstatic_pixbufloader_tga_la_SOURCES)        \
        $(libstatic_pixbufloader_xpm_la_SOURCES)        \
        $(libstatic_pixbufloader_xbm_la_SOURCES)        \
-       $(libstatic_pixbufloader_wbmp_la_SOURCES)
 
 gdk_pixbuf_EXCLUDES = gdkpdummy
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]