[f-spot/taglib-metadata] Drop jpegtran now that we no longer need it.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot/taglib-metadata] Drop jpegtran now that we no longer need it.
- Date: Fri, 2 Jul 2010 19:22:15 +0000 (UTC)
commit cf0a1d67858955c781f03f3c2e3123a16b458a1f
Author: Ruben Vermeersch <ruben savanne be>
Date: Fri Jul 2 21:21:55 2010 +0200
Drop jpegtran now that we no longer need it.
lib/Makefile.am | 1 -
lib/libfspot/Makefile.am | 5 +-
lib/libfspot/f-jpeg-utils.c | 322 -------------
lib/libfspot/f-jpeg-utils.h | 48 --
lib/libjpegtran/.gitignore | 8 -
lib/libjpegtran/Makefile.am | 23 -
lib/libjpegtran/README | 385 ----------------
lib/libjpegtran/jpeg-data.c | 437 ------------------
lib/libjpegtran/jpeg-data.h | 94 ----
lib/libjpegtran/jpeg-marker.c | 130 ------
lib/libjpegtran/jpeg-marker.h | 105 -----
lib/libjpegtran/jpegtran.c | 185 --------
lib/libjpegtran/jpegtran.h | 38 --
lib/libjpegtran/transupp.c | 992 -----------------------------------------
lib/libjpegtran/transupp.h | 159 -------
src/Imaging/JpegUtils.cs | 28 --
src/Makefile.am | 1 -
17 files changed, 1 insertions(+), 2960 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 19ddd99..6ce4ee5 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -8,7 +8,6 @@ SUBDIRS = \
Hyena/src/Mono.Data.Sqlite \
Hyena/src/Hyena.Data.Sqlite \
Hyena/src/Hyena.Gui \
- libjpegtran \
libfspot \
semweb \
TagLib \
diff --git a/lib/libfspot/Makefile.am b/lib/libfspot/Makefile.am
index a44c0cf..f37f193 100644
--- a/lib/libfspot/Makefile.am
+++ b/lib/libfspot/Makefile.am
@@ -18,8 +18,6 @@ fspotlib_LTLIBRARIES = libfspot.la
libfspot_la_SOURCES = \
f-image-surface.c \
f-image-surface.h \
- f-jpeg-utils.c \
- f-jpeg-utils.h \
f-pixbuf-save.c \
f-pixbuf-utils.c \
f-pixbuf-utils.h \
@@ -35,8 +33,7 @@ libfspot_la_LIBADD = \
$(F_LIBS) \
$(LCMS_LIBS) \
$(EXIF_LIBS) \
- $(GIO_LIBS) \
- $(top_builddir)/lib/libjpegtran/libfspotjpegtran.la
+ $(GIO_LIBS)
# GLib marshalling cruft
diff --git a/src/Makefile.am b/src/Makefile.am
index eed4b36..0d31418 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -90,7 +90,6 @@ SOURCES = \
Imaging/InternalProcess.cs \
Imaging/IptcFile.cs \
Imaging/IOChannel.cs \
- Imaging/JpegUtils.cs \
Imaging/MrwFile.cs \
Imaging/OrderedWriter.cs \
Imaging/PixelBuffer.cs \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]