[gegl] openraw: remove in favor of libraw



commit 73ca89e42f5b0f0290d08be05650f0b86ffe5ec9
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Jun 8 19:32:52 2015 +0200

    openraw: remove in favor of libraw

 configure.ac                    |   17 ---
 operations/external/Makefile.am |    7 -
 operations/external/openraw.c   |  262 ---------------------------------------
 3 files changed, 0 insertions(+), 286 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 52b2572..96f2410 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,6 @@ m4_define([libv4l2_required_version], [1.0.1])
 m4_define([lua_required_version], [5.1.0])
 m4_define([openexr_required_version], [0.0.0])
 m4_define([libraw_required_version], [0.16.0])
-m4_define([openraw_required_version], [0.0.5])
 m4_define([pango_required_version], [0.0.0])
 m4_define([pangocairo_required_version], [0.0.0])
 m4_define([png_required_version], [0.0.0])
@@ -871,21 +870,6 @@ AC_SUBST(SDL_CFLAGS)
 AC_SUBST(SDL_LIBS)
 
 
-######################
-# Check for libopenraw
-######################
-
-AC_ARG_WITH(libopenraw, [  --without-libopenraw    build without openraw support])
-
-have_libopenraw="no"
-if test "x$with_libopenraw" != "xno"; then
-  PKG_CHECK_MODULES(OPENRAW, libopenraw-1.0 >= openraw_required_version,
-    have_libopenraw="yes",
-    have_libopenraw="no  (openraw library not found)")
-fi
-
-AM_CONDITIONAL(HAVE_OPENRAW, test "$have_libopenraw" = "yes")
-
 AC_SUBST(OPENRAW_CFLAGS) 
 AC_SUBST(OPENRAW_LIBS) 
 
@@ -1311,7 +1295,6 @@ Optional dependencies:
   OpenEXR:         $have_openexr
   rsvg:            $have_librsvg
   SDL:             $have_sdl
-  openraw:         $have_libopenraw
   libraw:          $have_libraw
   Jasper:          $have_jasper
   graphviz:        $have_graphviz
diff --git a/operations/external/Makefile.am b/operations/external/Makefile.am
index 2a72c2a..eb5af45 100644
--- a/operations/external/Makefile.am
+++ b/operations/external/Makefile.am
@@ -82,13 +82,6 @@ sdl_display_la_LIBADD = $(op_libs) $(SDL_LIBS)
 sdl_display_la_CFLAGS = $(AM_CFLAGS) $(SDL_CFLAGS)
 endif
 
-#if HAVE_OPENRAW
-#ops += openraw.la
-#openraw_la_SOURCES = openraw.c
-#openraw_la_LIBADD = $(op_libs) $(OPENRAW_LIBS)
-#openraw_la_CFLAGS = $(AM_CFLAGS) $(OPENRAW_CFLAGS)
-#endif
-
 if HAVE_LIBRAW
 ops += raw-load.la
 raw_load_la_SOURCES = raw-load.c


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