lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please test gub


From: Knut Petersen
Subject: Re: Please test gub
Date: Fri, 1 Feb 2019 14:28:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 01.02.19 14:09, Alexander Kobel wrote:
is there an libopenjpeg1-devel package installed? If not: try to install and 
rerun gub ...

yes and no - Arch follows the principle that the packages provide both runtimes 
and development requirements at the same time, so there is no separation as in, 
e.g., Debian.
In particular, I have the headers on my system, and pkg-config is configured 
correctly:


I wonder if we really need libopenjpeg ...  Yes, we need jpeg ... but  we also 
link against our own libjpeg, and we talk about tools::poppler.

You could try to build with:

commit 751ac35d67764c9be22a887ad513b819d8ed101d (HEAD -> newStateOfArt)
Author: Knut Petersen <address@hidden>
Date:   Fri Feb 1 14:15:48 2019 +0100

    TEST: Do we really need libopenjpeg in tools::poppler?

diff --git a/gub/specs/poppler.py b/gub/specs/poppler.py
index d8381f68..dcd44eef 100644
--- a/gub/specs/poppler.py
+++ b/gub/specs/poppler.py
@@ -43,6 +43,7 @@ class Poppler__tools (tools.AutoBuild, Poppler):
         'libxml2',
     ]
     configure_flags = (tools.AutoBuild.configure_flags
+                       + ' --disable-libopenjpeg'
                        + ' --disable-poppler-qt'
                        + ' --disable-poppler-qt4'
                        + ' --enable-xpdf-headers'

Knut




reply via email to

[Prev in Thread] Current Thread [Next in Thread]