Skip to content

Commit

Permalink
Remove remaining references to Ghostscript (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Knorr committed May 27, 2021
1 parent ee25a43 commit 874484f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
docbook-xsl-saxon \
docbook5-xml \
fop \
ghostscript \
imagemagick \
inkscape \
jing \
Expand Down
1 change: 0 additions & 1 deletion INSTALL.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ will output detailed information about the support status on your system.
|docbook-xsl-stylesheets^1^ |docbook-xsl^*^ |docbook-style-xsl^1^
|docbook5-xsl-stylesheets |docbook-xsl-ns |docbook5-style-xsl
|ImageMagick |imagemagick |ImageMagick
|ghostscript |ghostscript |ghostscript
|inkscape |inkscape |inkscape
|libxml2-tools |libxml2-utils |libxml2
|-- |libxml-commons-external-java|--
Expand Down
16 changes: 0 additions & 16 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ AC_PATH_PROG([DIA], [dia], [0])
dnl exiftool
AC_PATH_PROG([EXIFTOOL], [exiftool], [0])

dnl ghostscript
AC_PATH_PROG([GS], [gs], [0])

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

Expand Down Expand Up @@ -566,19 +563,6 @@ else
AC_MSG_RESULT([Enhanced debugging | yes |])
fi


AC_MSG_RESULT([
Experimental features
---------------------
Feature | Enabled | Action to enable
..............................................................................])
dnl PDF/EPS images support(ghostscript (gs))
if test 0 = "$GS"; then
AC_MSG_RESULT([Support for .pdf and .eps images | no | install ghostscript])
else
AC_MSG_RESULT([Support for .pdf and .eps images | yes |])
fi

dnl Evil magic

eval "eval SYSCONFDIR=$sysconfdir/daps"
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Depends: bash (>=4),
docbook-xml,
docbook-xsl (>=1.7.8),
fop (>= 0.96),
ghostscript,
imagemagick,
inkscape,
libxml2-utils,
Expand Down
2 changes: 0 additions & 2 deletions packaging/daps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ BuildRequires: docbook-xsl-stylesheets >= 1.77
BuildRequires: docbook_4
BuildRequires: docbook_5
BuildRequires: fdupes
BuildRequires: ghostscript
BuildRequires: inkscape
BuildRequires: jing
BuildRequires: libxml2-tools
Expand Down Expand Up @@ -71,7 +70,6 @@ Requires: docbook-xsl-stylesheets >= 1.77
Requires: docbook5-xsl-stylesheets >= 1.77
Requires: docbook_4
Requires: docbook_5
Requires: ghostscript-library
Requires: inkscape
Requires: java >= 1.8.0
Requires: jing
Expand Down

0 comments on commit 874484f

Please sign in to comment.