Changeset 2263933


Ignore:
Timestamp:
04/07/2019 07:05:41 AM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e363635
Parents:
c1918dd
Message:

Update to openjpeg-2.3.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21428 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/openjpeg2.xml

    rc1918dd r2263933  
    99  <!ENTITY openjpeg2-download-http "https://github.com/uclouvain/openjpeg/archive/v&openjpeg2-version;/openjpeg-&openjpeg2-version;.tar.gz">
    1010  <!ENTITY openjpeg2-download-ftp  " ">
    11   <!ENTITY openjpeg2-md5sum        "6a1f8aaa1fe55d2088e3a9c942e0f698">
     11  <!ENTITY openjpeg2-md5sum        "3b9941dc7a52f0376694adb15a72903f">
    1212  <!ENTITY openjpeg2-size          "2.1 MB">
    13   <!ENTITY openjpeg2-buildsize     "16 MB">
     13  <!ENTITY openjpeg2-buildsize     "15 MB">
    1414  <!ENTITY openjpeg2-time          "0.3 SBU">
    1515]>
     
    6262    </itemizedlist>
    6363
    64     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    65     <itemizedlist spacing="compact">
    66       <listitem>
    67         <para>Required patch: <ulink
    68         url="&patch-root;/openjpeg-&openjpeg2-version;-only_shared-1.patch"/>
    69         </para>
    70       </listitem>
    71     </itemizedlist>
    72 
    7364    <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
    7465
     
    9990    </para>
    10091
    101 <screen><userinput>patch -Np1 -i ../openjpeg-&openjpeg2-version;-only_shared-1.patch &amp;&amp;
    102 
    103 mkdir -v build &amp;&amp;
     92<screen><userinput>mkdir -v build &amp;&amp;
    10493cd       build &amp;&amp;
    10594
     
    146135        <seg>opj_compress, opj_decompress, and opj_dump</seg>
    147136        <seg>libopenjp2.so</seg>
    148         <seg>/usr/include/openjpeg-2.1 and /usr/lib/openjpeg-2.1</seg>
     137        <seg>/usr/include/openjpeg-2.3 and /usr/lib/openjpeg-2.3</seg>
    149138      </seglistitem>
    150139    </segmentedlist>
  • introduction/welcome/changelog.xml

    rc1918dd r2263933  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>April 6th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[xry111] - Update to openjpeg-2.3.1 (security fixes).  Fixes
     49          <ulink url="&blfs-ticket-root;11890">#11890</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>April 5th, 2019</para>
  • packages.ent

    rc1918dd r2263933  
    221221<!ENTITY opencv-contrib-version       "4.0.1">
    222222<!ENTITY openjpeg-version             "1.5.2">
    223 <!ENTITY openjpeg2-version            "2.3.0">
     223<!ENTITY openjpeg2-version            "2.3.1">
    224224<!ENTITY pixman-version               "0.38.0">   <!-- Even minors only -->
    225225<!ENTITY poppler-version              "0.75.0">
Note: See TracChangeset for help on using the changeset viewer.