From: John Ellson <john.ellson@gmail.com> Date: Sat, 30 May 2020 16:22:35 +0000 (-0400) Subject: ghostscript needed for ps2pdf, for pdf docs -- fix for #1719 X-Git-Tag: 2.44.1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b58120fd8f8de55f2be6d57bd5655b08bab4ff1;p=graphviz ghostscript needed for ps2pdf, for pdf docs -- fix for #1719 --- diff --git a/ci/centos6/Dockerfile b/ci/centos6/Dockerfile index a21abcc32..1ae04be77 100644 --- a/ci/centos6/Dockerfile +++ b/ci/centos6/Dockerfile @@ -25,7 +25,9 @@ ncurses-devel \ # Plugin library devil # Plugin library gd gd-devel \ -# Plugin library ghostscipt +# Documentation +ghostscript \ +# Plugin library ghostscript-devel \ # Plugin library gtk gtk2-devel \ diff --git a/ci/centos7/Dockerfile b/ci/centos7/Dockerfile index 84b0fd515..f3a8ef370 100644 --- a/ci/centos7/Dockerfile +++ b/ci/centos7/Dockerfile @@ -22,7 +22,9 @@ ncurses-devel \ # Plugin library devil # Plugin library gd gd-devel \ -# Plugin library ghostscipt +# Documentation +ghostscript \ +# Plugin library ghostscript-devel \ # Plugin library gtk gtk2-devel \ diff --git a/ci/centos8/Dockerfile b/ci/centos8/Dockerfile index 66dbdea64..734e75458 100644 --- a/ci/centos8/Dockerfile +++ b/ci/centos8/Dockerfile @@ -23,7 +23,9 @@ ncurses-devel \ # Plugin library devil # Plugin library gd gd-devel \ -# Plugin library ghostscipt +# Documentation +ghostscript \ +# Plugin library ghostscript-devel \ # Plugin library gtk gtk2-devel \ diff --git a/ci/fedora29/Dockerfile b/ci/fedora29/Dockerfile index 0352606fa..0590f0dc3 100644 --- a/ci/fedora29/Dockerfile +++ b/ci/fedora29/Dockerfile @@ -39,8 +39,8 @@ RUN yum -y install DevIL-devel # Plugin library gd RUN yum -y install gd-devel -# Plugin library ghostscipt -RUN yum -y install ghostscript-devel +# Documentation and Plugin library ghostscipt +RUN yum -y install ghostscript ghostscript-devel # Plugin library gtk RUN yum -y install gtkglext-devel diff --git a/ci/fedora30/Dockerfile b/ci/fedora30/Dockerfile index 2023e0797..be2da0fa1 100644 --- a/ci/fedora30/Dockerfile +++ b/ci/fedora30/Dockerfile @@ -39,8 +39,8 @@ RUN yum -y install DevIL-devel # Plugin library gd RUN yum -y install gd-devel -# Plugin library ghostscipt -RUN yum -y install ghostscript-devel +# Documentation and Plugin library ghostscipt +RUN yum -y install ghostscript ghostscript-devel # Plugin library gtk RUN yum -y install gtkglext-devel diff --git a/ci/fedora31/Dockerfile b/ci/fedora31/Dockerfile index 2b9b2b6bc..b23197875 100644 --- a/ci/fedora31/Dockerfile +++ b/ci/fedora31/Dockerfile @@ -39,8 +39,8 @@ RUN yum -y install DevIL-devel # Plugin library gd RUN yum -y install gd-devel -# Plugin library ghostscipt -RUN yum -y install ghostscript-devel +# Documentation and Plugin library ghostscipt +RUN yum -y install ghostscript ghostscript-devel # Plugin library gtk RUN yum -y install gtkglext-devel diff --git a/ci/fedora32/Dockerfile b/ci/fedora32/Dockerfile index 7cfa2f5c1..ce3d6163f 100644 --- a/ci/fedora32/Dockerfile +++ b/ci/fedora32/Dockerfile @@ -39,8 +39,8 @@ RUN yum -y install DevIL-devel # Plugin library gd RUN yum -y install gd-devel -# Plugin library ghostscipt -RUN yum -y install ghostscript-devel +# Documentation and Plugin library ghostscipt +RUN yum -y install ghostscript ghostscript-devel # Plugin library gtk RUN yum -y install gtkglext-devel diff --git a/ci/fedora33/Dockerfile b/ci/fedora33/Dockerfile index 4f666c1b5..4d0702904 100644 --- a/ci/fedora33/Dockerfile +++ b/ci/fedora33/Dockerfile @@ -39,8 +39,8 @@ RUN yum -y install DevIL-devel # Plugin library gd RUN yum -y install gd-devel -# Plugin library ghostscipt -RUN yum -y install ghostscript-devel +# Documentation and Plugin library ghostscipt +RUN yum -y install ghostscript ghostscript-devel # Plugin library gtk RUN yum -y install gtkglext-devel diff --git a/ci/ubuntu-18.04/Dockerfile b/ci/ubuntu-18.04/Dockerfile index 7b2143b92..5a7d62538 100644 --- a/ci/ubuntu-18.04/Dockerfile +++ b/ci/ubuntu-18.04/Dockerfile @@ -36,6 +36,8 @@ qt5-default \ libdevil-dev \ # Plugin library gd libgd-dev \ +# Documentation +ghostscript \ # Plugin library ghostscipt libgs-dev \ # Plugin library lasi diff --git a/ci/ubuntu-19.10/Dockerfile b/ci/ubuntu-19.10/Dockerfile index 1ee141348..6d9de6b8b 100644 --- a/ci/ubuntu-19.10/Dockerfile +++ b/ci/ubuntu-19.10/Dockerfile @@ -36,6 +36,8 @@ qt5-default \ libdevil-dev \ # Plugin library gd libgd-dev \ +# Documentation +ghostscript \ # Plugin library ghostscipt libgs-dev \ # Plugin library lasi diff --git a/ci/ubuntu-20.04/Dockerfile b/ci/ubuntu-20.04/Dockerfile index 6d119d768..0fb8e129d 100644 --- a/ci/ubuntu-20.04/Dockerfile +++ b/ci/ubuntu-20.04/Dockerfile @@ -37,6 +37,8 @@ qt5-default \ libdevil-dev \ # Plugin library gd libgd-dev \ +# Documentation +ghostscript \ # Plugin library ghostscipt libgs-dev \ # Plugin library lasi