[gegl] move gif-load from workshop to external



commit 6ae52c3f87a84fc1e9e85c11160279e6ed80558f
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Sep 19 12:45:47 2018 +0200

    move gif-load from workshop to external

 operations/external/Makefile.am              | 2 ++
 operations/{workshop => external}/gif-load.c | 0
 operations/workshop/Makefile.am              | 1 -
 po/POTFILES.in                               | 2 +-
 4 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/operations/external/Makefile.am b/operations/external/Makefile.am
index 931802596..392538fb0 100644
--- a/operations/external/Makefile.am
+++ b/operations/external/Makefile.am
@@ -11,6 +11,8 @@ text_la_LIBADD = $(op_libs) $(PANGOCAIRO_LIBS)
 text_la_CFLAGS = $(AM_CFLAGS) $(PANGOCAIRO_CFLAGS)
 endif
 
+ops += gif-load.la 
+
 if HAVE_CAIRO
 ops += path.la vector-fill.la vector-stroke.la
 path_la_SOURCES = path.c
diff --git a/operations/workshop/gif-load.c b/operations/external/gif-load.c
similarity index 100%
rename from operations/workshop/gif-load.c
rename to operations/external/gif-load.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 32b7202d6..e01d2cc91 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -14,7 +14,6 @@ op_LTLIBRARIES = \
        bilateral-filter-fast.la \
        demosaic-bimedian.la \
        demosaic-simple.la \
-       gif-load.la \
        ditto.la \
        domain-transform.la \
        gradient-map.la \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index b06c8602d..b8ac7d883 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -177,6 +177,7 @@ operations/core/nop.c
 operations/external/exr-save.cc
 operations/external/ff-load.c
 operations/external/ff-save.c
+operations/external/gif-load.c
 operations/external/jp2-load.c
 operations/external/jpg-load.c
 operations/external/jpg-save.c
@@ -244,7 +245,6 @@ operations/transform/shear.c
 operations/transform/transform.c
 operations/transform/transform-core.c
 operations/transform/translate.c
-operations/workshop/gif-load.c
 operations/workshop/bayer-matrix.c
 operations/workshop/bilateral-filter-fast.c
 operations/workshop/demosaic-bimedian.c


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