[gimp] plug-ins: remove filter-pack without any replacement



commit 23f373e9163987bc67afb56f7cdaf8b36b42d623
Author: Michael Natterer <mitch gimp org>
Date:   Fri Jul 19 19:01:51 2019 +0200

    plug-ins: remove filter-pack without any replacement

 plug-ins/common/.gitignore     |    2 -
 plug-ins/common/Makefile.am    |   19 -
 plug-ins/common/filter-pack.c  | 2159 ----------------------------------------
 plug-ins/common/gimprc.common  |    1 -
 plug-ins/common/plugin-defs.pl |    1 -
 po-plug-ins/POTFILES.in        |    1 -
 6 files changed, 2183 deletions(-)
---
diff --git a/plug-ins/common/.gitignore b/plug-ins/common/.gitignore
index a80516e9aa..978d2faaa9 100644
--- a/plug-ins/common/.gitignore
+++ b/plug-ins/common/.gitignore
@@ -106,8 +106,6 @@
 /file-xwd.exe
 /film
 /film.exe
-/filter-pack
-/filter-pack.exe
 /goat-exercise
 /goat-exercise.exe
 /gradient-map
diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am
index 0d10866721..9bf5975db3 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -98,7 +98,6 @@ file_xmc_libexecdir = $(gimpplugindir)/plug-ins/file-xmc
 file_xpm_libexecdir = $(gimpplugindir)/plug-ins/file-xpm
 file_xwd_libexecdir = $(gimpplugindir)/plug-ins/file-xwd
 film_libexecdir = $(gimpplugindir)/plug-ins/film
-filter_pack_libexecdir = $(gimpplugindir)/plug-ins/filter-pack
 goat_exercise_libexecdir = $(gimpplugindir)/plug-ins/goat-exercise
 gradient_map_libexecdir = $(gimpplugindir)/plug-ins/gradient-map
 grid_libexecdir = $(gimpplugindir)/plug-ins/grid
@@ -176,7 +175,6 @@ file_xmc_libexec_PROGRAMS = $(FILE_XMC)
 file_xpm_libexec_PROGRAMS = $(FILE_XPM)
 file_xwd_libexec_PROGRAMS = file-xwd
 film_libexec_PROGRAMS = film
-filter_pack_libexec_PROGRAMS = filter-pack
 goat_exercise_libexec_PROGRAMS = goat-exercise
 gradient_map_libexec_PROGRAMS = gradient-map
 grid_libexec_PROGRAMS = grid
@@ -1182,23 +1180,6 @@ film_LDADD = \
        $(INTLLIBS)             \
        $(film_RC)
 
-filter_pack_SOURCES = \
-       filter-pack.c
-
-filter_pack_LDADD = \
-       $(libgimpui)            \
-       $(libgimpwidgets)       \
-       $(libgimpmodule)        \
-       $(libgimp)              \
-       $(libgimpmath)          \
-       $(libgimpconfig)        \
-       $(libgimpcolor)         \
-       $(libgimpbase)          \
-       $(GTK_LIBS)             \
-       $(RT_LIBS)              \
-       $(INTLLIBS)             \
-       $(filter_pack_RC)
-
 goat_exercise_SOURCES = \
        goat-exercise.c
 
diff --git a/plug-ins/common/gimprc.common b/plug-ins/common/gimprc.common
index f643c8bc56..66a719a0a9 100644
--- a/plug-ins/common/gimprc.common
+++ b/plug-ins/common/gimprc.common
@@ -50,7 +50,6 @@ file_xmc_RC = file-xmc.rc.o
 file_xpm_RC = file-xpm.rc.o
 file_xwd_RC = file-xwd.rc.o
 film_RC = film.rc.o
-filter_pack_RC = filter-pack.rc.o
 goat_exercise_RC = goat-exercise.rc.o
 gradient_map_RC = gradient-map.rc.o
 grid_RC = grid.rc.o
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index 91b999f2b3..8df3e674ec 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -52,7 +52,6 @@
     'file-xpm' => { ui => 1, gegl => 1, optional => 1, libs => 'XPM_LIBS' },
     'file-xwd' => {  ui => 1, gegl => 1 },
     'film' => { ui => 1, gegl => 1 },
-    'filter-pack' => { ui => 1 },
     'goat-exercise' => { gegl => 1 },
     'gradient-map' => { gegl => 1 },
     'grid' => { ui => 1, gegl => 1 },
diff --git a/po-plug-ins/POTFILES.in b/po-plug-ins/POTFILES.in
index 42c52ee0fd..f0aef1898c 100644
--- a/po-plug-ins/POTFILES.in
+++ b/po-plug-ins/POTFILES.in
@@ -56,7 +56,6 @@ plug-ins/common/file-xmc.c
 plug-ins/common/file-xpm.c
 plug-ins/common/file-xwd.c
 plug-ins/common/film.c
-plug-ins/common/filter-pack.c
 plug-ins/common/goat-exercise.c
 plug-ins/common/gradient-map.c
 plug-ins/common/grid.c


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