Changeset 9b39d50


Ignore:
Timestamp:
03/27/2012 09:22:01 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4a40984
Parents:
4f1a8e5
Message:

Added openjpeg

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4f1a8e5 r9b39d50  
    269269<!ENTITY poppler-version              "0.18.4">
    270270<!ENTITY jasper-version               "1.900.1">
     271<!ENTITY openjpeg-version             "1.5.0">
    271272<!ENTITY pixman-version               "0.24.4">
    272273<!ENTITY clutter-version              "1.8.2">
     
    277278<!ENTITY gegl-version                 "0.1.8">
    278279<!ENTITY colord-version               "0.1.14">
     280
    279281
    280282<!-- Obsolete
  • general/graphlib/graphlib.xml

    r4f1a8e5 r9b39d50  
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="poppler.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jasper.xml"/>
     42  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openjpeg.xml"/>
    4243  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pixman.xml"/>
    4344  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter.xml"/>
  • general/graphlib/poppler.xml

    r4f1a8e5 r9b39d50  
    9292
    9393    <bridgehead renderas="sect4">Recommended</bridgehead>
    94     <para role="recommended"><xref linkend="libjpeg"/>, <xref linkend="cairo"/>,
    95      and <ulink url="http://www.openjpeg.org">OpenJPEG</ulink>
     94    <para role="recommended"><xref linkend="libjpeg"/>, <xref linkend="cairo"/>
     95     and <xref linkend="openjpeg"/>
    9696    </para>
    9797
     
    123123
    124124<screen><userinput>./configure --prefix=/usr \
    125             --sysconfdir=/etc --disable-static &amp;&amp;
     125            --sysconfdir=/etc \
     126            --disable-static &amp;&amp;
    126127make</userinput></screen>
    127128
  • introduction/welcome/changelog.xml

    r4f1a8e5 r9b39d50  
    4646      <para>March 27th, 2012</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[rthomsen] - Added OpenJPEG 1.5.0. Fixes
     50          <ulink url="&blfs-ticket-root;3126">#3126</ulink>.</para>
     51        </listitem>
    4852        <listitem>
    4953          <para>[bdubbs] - Added option to build without TCP-Wrappers to
Note: See TracChangeset for help on using the changeset viewer.