[gimp] plug-ins: remove file-xjt
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: remove file-xjt
- Date: Tue, 20 Nov 2012 23:34:15 +0000 (UTC)
commit 9932e05c9b84a0a8475e7243aad41ed91ecf2767
Author: Michael Natterer <mitch gimp org>
Date: Wed Nov 21 00:12:36 2012 +0100
plug-ins: remove file-xjt
It will never hold high bit depths using JPEG compression, and nobody
is going to port it to layer groups and whatever either. Wolfgang
says it's obsolete, whoever needs to convert old files can use 2.8.
configure.ac | 17 +-
plug-ins/Makefile.am | 5 -
plug-ins/file-xjt/.gitignore | 7 -
plug-ins/file-xjt/Makefile.am | 47 -
plug-ins/file-xjt/README | 45 -
plug-ins/file-xjt/README_xjt_fileformat.txt | 415 ---
plug-ins/file-xjt/xjpeg.c | 939 -------
plug-ins/file-xjt/xjpeg.h | 77 -
plug-ins/file-xjt/xjt.c | 3712 ---------------------------
po-plug-ins/POTFILES.in | 1 -
10 files changed, 1 insertions(+), 5264 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6b7c6c6..8a7ac57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1079,8 +1079,7 @@ jpeg_ok=no
if test "x$with_libjpeg" != xno && test -z "$JPEG_LIBS"; then
AC_CHECK_LIB(jpeg, jpeg_destroy_decompress,
jpeg_ok=yes,
- [jpeg_ok="no (JPEG library not found)"
- AC_MSG_WARN(*** XJT plug-in will not be built (JPEG library not found) ***)])
+ [jpeg_ok="no (JPEG library not found)"])
if test "$jpeg_ok" = yes; then
AC_MSG_CHECKING([for jpeglib.h])
AC_PREPROC_IFELSE(
@@ -1118,18 +1117,6 @@ AM_CONDITIONAL(BUILD_JPEG, test "x$jpeg_ok" = xyes)
AC_SUBST(JPEG_LIBS)
-## xjt does build, but it is more confusing than useful on Win32,
-## as it wants to run tar, mv and bzip2, which seldom are available
-AM_CONDITIONAL(BUILD_XJT, test "x$jpeg_ok" = xyes && test "x$os_win32" = xno)
-if test "x$jpeg_ok" != xyes; then
- have_xjt="no (no JPEG library)"
-elif test "x$os_win32" = xyes; then
- have_xjt="no (not built on Windows)"
-else
- have_xjt=yes
-fi
-
-
################
# Check for libz
################
@@ -2227,7 +2214,6 @@ plug-ins/file-jpeg/Makefile
plug-ins/file-psd/Makefile
plug-ins/file-sgi/Makefile
plug-ins/file-uri/Makefile
-plug-ins/file-xjt/Makefile
plug-ins/flame/Makefile
plug-ins/fractal-explorer/Makefile
plug-ins/fractal-explorer/examples/Makefile
@@ -2387,7 +2373,6 @@ Optional Plug-Ins:
Webpage: $have_webkit
Windows ICO: $have_libpng
WMF: $have_libwmf
- XJT: $have_xjt
X11 Mouse Cursor: $have_xmc
XPM: $have_libxpm
diff --git a/plug-ins/Makefile.am b/plug-ins/Makefile.am
index 3e3bab2..8305398 100644
--- a/plug-ins/Makefile.am
+++ b/plug-ins/Makefile.am
@@ -47,10 +47,6 @@ else
file_uri = file-uri
endif
-if BUILD_XJT
-file_xjt = file-xjt
-endif
-
if HAVE_LIBEXIF
metadata = metadata
endif
@@ -70,7 +66,6 @@ SUBDIRS = \
$(file_psd) \
file-sgi \
$(file_uri) \
- $(file_xjt) \
flame \
fractal-explorer \
gfig \
diff --git a/po-plug-ins/POTFILES.in b/po-plug-ins/POTFILES.in
index 90f72c0..e2dcefa 100644
--- a/po-plug-ins/POTFILES.in
+++ b/po-plug-ins/POTFILES.in
@@ -172,7 +172,6 @@ plug-ins/file-uri/uri-backend-gvfs.c
plug-ins/file-uri/uri-backend-libcurl.c
plug-ins/file-uri/uri-backend-wget.c
plug-ins/file-uri/uri.c
-plug-ins/file-xjt/xjt.c
plug-ins/flame/flame.c
plug-ins/fractal-explorer/fractal-explorer-dialogs.c
plug-ins/fractal-explorer/fractal-explorer.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]