Changeset 1fe47db for general/graphlib


Ignore:
Timestamp:
11/29/2023 07:53:42 PM (5 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
3c7a49c5
Parents:
a8d72e7d
Message:

Update to jasper-4.1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/jasper.xml

    ra8d72e7d r1fe47db  
    77  <!ENTITY jasper-download-http "https://github.com/jasper-software/jasper/archive/version-&jasper-version;/jasper-&jasper-version;.tar.gz">
    88  <!ENTITY jasper-download-ftp  " ">
    9   <!ENTITY jasper-md5sum        "ba2cebfc9c1970168ed8534cfaf9f6d3">
     9  <!ENTITY jasper-md5sum        "85ce7c19ca474306974365b7e04635ce">
    1010  <!ENTITY jasper-size          "1.9 MB">
    11   <!ENTITY jasper-buildsize     "9.6 MB (with tests)">
     11  <!ENTITY jasper-buildsize     "10.0 MB (with tests)">
    1212  <!ENTITY jasper-time          "0.3 SBU (with tests)">
    1313]>
     
    118118      -DCMAKE_SKIP_INSTALL_RPATH=YES \
    119119      -DJAS_ENABLE_DOC=NO            \
     120      -DALLOW_IN_SOURCE_BUILD=YES    \
    120121      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/jasper-&jasper-version; \
    121122      ..  &amp;&amp;
     
    146147      rebuilding the pdf documentation if <xref linkend="texlive"/>
    147148      is installed.
     149    </para>
     150
     151    <para>
     152      <parameter>-DALLOW_IN_SOURCE_BUILD=YES</parameter>: This switch allows
     153      building from within the source tree. In our case, this is needed to
     154      allow us to build inside of the BUILD directory instead of needing to
     155      create another directory outside of the source tree.
    148156    </para>
    149157
Note: See TracChangeset for help on using the changeset viewer.