Skip to content

Commit

Permalink
Getting rid of the now obsolete exiftool dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fsundermeyer committed Feb 21, 2023
1 parent 29d9623 commit 449739a
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 16 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
imagemagick \
inkscape \
jing \
libimage-exiftool-perl \
libsaxon-java \
libtool \
libxml-commons-external-java \
Expand Down
1 change: 0 additions & 1 deletion INSTALL.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ installed.
|aspell |aspell |aspell
|ditaa |ditaa |ditaa
|epubcheck |epubcheck |?
|exiftool |libimage-exiftool-perl |perl-Image-ExifTool
|libreoffice-draw |libreoffice-draw |libreoffice-draw
|optipng |optipng |optipng
|perl-checkbot |checkbot |?
Expand Down
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EPUBCHECK = @EPUBCHECK@
ETAGS = @ETAGS@
EXIFTOOL = @EXIFTOOL@
GREP = @GREP@
HAVE_PYMOD_LXML = @HAVE_PYMOD_LXML@
INKSCAPE = @INKSCAPE@
Expand Down
3 changes: 0 additions & 3 deletions bin/daps-check-deps
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ fi
# aspell
print_prg "aspell" "IMPORTANT" " (subcommand 'spellcheck' not supported)"

# exiftool
print_prg "exiftool" "IMPORTANT" " (subcommand 'optipng' not supported)"

# optipng
print_prg "optipng" "IMPORTANT" " (subcommand 'optipng' not supported)"

Expand Down
8 changes: 2 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ fi
dnl dia
AC_PATH_PROG([DIA], [dia], [0])

dnl exiftool
AC_PATH_PROG([EXIFTOOL], [exiftool], [0])

dnl inkscape
AC_PATH_PROG([INKSCAPE], [inkscape], [0])

Expand Down Expand Up @@ -522,9 +519,8 @@ else
fi

dnl Optimize PNGs (optipng)
if test 0 = "$OPTIPNG" -o 0 = "$EXIFTOOL"; then
AC_MSG_RESULT([Size optimization for .png | no | install optipng and/or exiftool
])
if test 0 = "$OPTIPNG"; then
AC_MSG_RESULT([Size optimization for .png | no | install optipng])
else
AC_MSG_RESULT([Size optimization for .png | yes |])
fi
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Suggests: aspell-en,
checkbot,
epubcheck,
dia,
libimage-exiftool-perl,
optipng,
xmlformat-perl
Description: DocBook Authoring and Publishing Suite (DAPS)
Expand Down
1 change: 0 additions & 1 deletion packaging/daps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ Recommends: aspell-en
Recommends: calibre
Recommends: ditaa
Recommends: epubcheck
Recommends: exiftool
%ifarch aarch64 %{ix86} x86_64
Recommends: libreoffice-draw
%endif
Expand Down
2 changes: 0 additions & 2 deletions packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Build-Depends: debhelper (>= 8.0.0),
python-lxml,
libxml-commons-external-java,
libxmlgraphics-commons-java,
libimage-exiftool-perl,
fop,
libxml2,
remake,
Expand Down Expand Up @@ -62,7 +61,6 @@ Depends: ${shlibs:Depends},
libxml2,
libxml-commons-external-java,
libxmlgraphics-commons-java,
libimage-exiftool-perl,
fop,
remake,
xmlstarlet,
Expand Down

0 comments on commit 449739a

Please sign in to comment.