[gdk-pixbuf] Drop the ras loader



commit af2fca9bba5c127ca092c3a4bf7656015d6168ad
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Sep 23 21:13:42 2015 -0400

    Drop the ras loader
    
    This is another very rarely seen, ancient image format,
    and nobody is maintaining this laoder inside gdk-pxibuf.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721372

 configure.ac           |    3 +-
 gdk-pixbuf/Makefile.am |   17 --
 gdk-pixbuf/io-ras.c    |  548 ------------------------------------------------
 3 files changed, 1 insertions(+), 567 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b294dd9..b722e64 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,xbm,xpm,qtif"
+all_loaders="ani,icns,pcx,tga,png,pnm,xbm,xpm,qtif"
 if test x$with_libjasper = xyes; then
   all_loaders="$all_loaders,jasper"
 fi
@@ -741,7 +741,6 @@ AM_CONDITIONAL(INCLUDE_ICO, [test x"$INCLUDE_ico" = xyes])
 AM_CONDITIONAL(INCLUDE_ANI, [test x"$INCLUDE_ani" = xyes])
 AM_CONDITIONAL(INCLUDE_JPEG, [test x"$INCLUDE_jpeg" = xyes])
 AM_CONDITIONAL(INCLUDE_PNM, [test x"$INCLUDE_pnm" = xyes])
-AM_CONDITIONAL(INCLUDE_RAS, [test x"$INCLUDE_ras" = xyes])
 AM_CONDITIONAL(INCLUDE_TIFF, [test x"$INCLUDE_tiff" = xyes])
 AM_CONDITIONAL(INCLUDE_XPM, [test x"$INCLUDE_xpm" = xyes])
 AM_CONDITIONAL(INCLUDE_XBM, [test x"$INCLUDE_xbm" = xyes])
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index b082c03..0e96b41 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -123,14 +123,6 @@ libpixbufloader_pnm_la_LDFLAGS = -avoid-version -module $(no_undefined)
 libpixbufloader_pnm_la_LIBADD = $(module_libs)
 
 #
-# The RAS loader
-#
-libstatic_pixbufloader_ras_la_SOURCES = io-ras.c
-libpixbufloader_ras_la_SOURCES = io-ras.c
-libpixbufloader_ras_la_LDFLAGS = -avoid-version -module $(no_undefined)
-libpixbufloader_ras_la_LIBADD = $(module_libs)
-
-#
 # The TIFF loader
 #
 libstatic_pixbufloader_tiff_la_SOURCES = io-tiff.c
@@ -397,12 +389,6 @@ else
 PNM_LIB = libpixbufloader-pnm.la
 endif
 
-if INCLUDE_RAS
-STATIC_RAS_LIB = libstatic-pixbufloader-ras.la
-else
-RAS_LIB = libpixbufloader-ras.la
-endif
-
 if INCLUDE_XPM
 STATIC_XPM_LIB = libstatic-pixbufloader-xpm.la
 else
@@ -460,7 +446,6 @@ loader_LTLIBRARIES =        \
        $(ANI_LIB)      \
        $(JPEG_LIB)     \
        $(PNM_LIB)      \
-       $(RAS_LIB)      \
        $(TIFF_LIB)     \
        $(XPM_LIB)      \
        $(XBM_LIB)      \
@@ -483,7 +468,6 @@ noinst_LTLIBRARIES =                \
        $(STATIC_ANI_LIB)       \
        $(STATIC_JPEG_LIB)      \
        $(STATIC_PNM_LIB)       \
-       $(STATIC_RAS_LIB)       \
        $(STATIC_TIFF_LIB)      \
        $(STATIC_XPM_LIB)       \
        $(STATIC_XBM_LIB)       \
@@ -683,7 +667,6 @@ gdk_pixbuf_FILES = \
        $(libstatic_pixbufloader_pnm_la_SOURCES)        \
        $(libstatic_pixbufloader_png_la_SOURCES)        \
        $(libstatic_pixbufloader_qtif_la_SOURCES)       \
-       $(libstatic_pixbufloader_ras_la_SOURCES)        \
        $(libstatic_pixbufloader_tga_la_SOURCES)        \
        $(libstatic_pixbufloader_xpm_la_SOURCES)        \
        $(libstatic_pixbufloader_xbm_la_SOURCES)        \


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