Author: rthomsen Date: 2012-03-27 15:22:01 -0600 (Tue, 27 Mar 2012) New Revision: 9790
Added: trunk/BOOK/general/graphlib/openjpeg.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/graphlib.xml trunk/BOOK/general/graphlib/poppler.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added openjpeg Modified: trunk/BOOK/general/graphlib/graphlib.xml =================================================================== --- trunk/BOOK/general/graphlib/graphlib.xml 2012-03-27 17:36:31 UTC (rev 9789) +++ trunk/BOOK/general/graphlib/graphlib.xml 2012-03-27 21:22:01 UTC (rev 9790) @@ -39,6 +39,7 @@ <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="poppler-014.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="poppler.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jasper.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openjpeg.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pixman.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gst.xml"/> Added: trunk/BOOK/general/graphlib/openjpeg.xml =================================================================== --- trunk/BOOK/general/graphlib/openjpeg.xml (rev 0) +++ trunk/BOOK/general/graphlib/openjpeg.xml 2012-03-27 21:22:01 UTC (rev 9790) @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY openjpeg-download-http "http://openjpeg.googlecode.com/files/openjpeg-&openjpeg-version;.tar.gz"> + <!ENTITY openjpeg-download-ftp " "> + <!ENTITY openjpeg-md5sum "e5d66193ddfa59a87da1eb08ea86293b"> + <!ENTITY openjpeg-size "2.0 MB"> + <!ENTITY openjpeg-buildsize "12.1 MB"> + <!ENTITY openjpeg-time "0.2 SBU"> +]> + +<sect1 id="openjpeg" xreflabel="OpenJPEG-&openjpeg-version;"> + <?dbhtml filename="openjpeg.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>OpenJPEG-&openjpeg-version;</title> + + <indexterm zone="openjpeg"> + <primary sortas="a-openjpeg">OpenJPEG</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to OpenJPEG</title> + + <para><application>OpenJPEG</application> is an open-source implementation + of the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000 specifications + and can compress/decompress lossless 16-bit images.</para> + + &lfs70_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&openjpeg-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&openjpeg-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &openjpeg-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &openjpeg-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &openjpeg-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &openjpeg-time;</para> + </listitem> + </itemizedlist> +<!-- + <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Required patch: <ulink + url="&patch-root;/openjpeg-&openjpeg-version;-security_fixes-1.patch"/></para> + </listitem> + </itemizedlist> +--> + <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead> + + <bridgehead renderas="sect4">Recommended</bridgehead> + <para role="recommended"> + <xref linkend="pkgconfig"/> + </para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"> + <xref linkend="lcms2"/>, + <xref linkend="libpng"/>, + <xref linkend="libtiff"/> and + <xref linkend="doxygen"/> (to build the API documentation) + </para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/openjpeg"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of OpenJPEG</title> + +<screen><userinput>./configure --prefix=/usr --disable-static && +make</userinput></screen> + + <para>This package does not come with a testsuite.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <para><option>--disable-static</option>: This prevents the + static library from being built.</para> + + </sect2> + + <!-- + <sect2 role="configuration"> + <title>Configuring OpenJPEG</title> + + <sect3> + <title>Configuration Information</title> + + </sect3> + + </sect2> + --> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>image_to_j2k, j2k_dump and j2k_to_image</seg> + <seg>libopenjpeg.so</seg> + <seg>/usr/include/openjpeg-1.5 and /usr/share/doc/openjpeg-1.5</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="image_to_j2k"> + <term><command>image_to_j2k</command></term> + <listitem> + <para>converts various image formats to the jpeg2000 format.</para> + <indexterm zone="openjpeg image_to_j2k"> + <primary sortas="b-image_to_j2k">image_to_j2k</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="j2k_dump"> + <term><command>j2k_dump</command></term> + <listitem> + <para>reads in a jpeg2000 image and dumps the contents to stdout.</para> + <indexterm zone="openjpeg j2k_dump"> + <primary sortas="b-j2k_dump">j2k_dump</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="j2k_to_image"> + <term><command>j2k_to_image</command></term> + <listitem> + <para>converts jpeg2000 images to other image types.</para> + <indexterm zone="openjpeg j2k_to_image"> + <primary sortas="b-j2k_to_image">j2k_to_image</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/graphlib/openjpeg.xml ___________________________________________________________________ Added: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/general/graphlib/poppler.xml =================================================================== --- trunk/BOOK/general/graphlib/poppler.xml 2012-03-27 17:36:31 UTC (rev 9789) +++ trunk/BOOK/general/graphlib/poppler.xml 2012-03-27 21:22:01 UTC (rev 9790) @@ -91,8 +91,8 @@ <xref linkend="pkgconfig"/></para> <bridgehead renderas="sect4">Recommended</bridgehead> - <para role="recommended"><xref linkend="libjpeg"/>, <xref linkend="cairo"/>, - and <ulink url="http://www.openjpeg.org">OpenJPEG</ulink> + <para role="recommended"><xref linkend="libjpeg"/>, <xref linkend="cairo"/> + and <xref linkend="openjpeg"/> </para> <bridgehead renderas="sect4">Optional</bridgehead> @@ -122,7 +122,8 @@ </caution> <screen><userinput>./configure --prefix=/usr \ - --sysconfdir=/etc --disable-static && + --sysconfdir=/etc \ + --disable-static && make</userinput></screen> <para>This package does not come with a test suite.</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-03-27 17:36:31 UTC (rev 9789) +++ trunk/BOOK/general.ent 2012-03-27 21:22:01 UTC (rev 9790) @@ -268,6 +268,7 @@ <!ENTITY poppler-014-version "0.14.4"> <!ENTITY poppler-version "0.18.4"> <!ENTITY jasper-version "1.900.1"> +<!ENTITY openjpeg-version "1.5.0"> <!ENTITY pixman-version "0.24.4"> <!ENTITY clutter-version "1.8.2"> <!ENTITY clutter-gst-version "1.4.4"> @@ -277,6 +278,7 @@ <!ENTITY gegl-version "0.1.8"> <!ENTITY colord-version "0.1.14"> + <!-- Obsolete <!ENTITY libungif-version "4.1.3"> <!ENTITY imlib-version "1.9.15"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-03-27 17:36:31 UTC (rev 9789) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-03-27 21:22:01 UTC (rev 9790) @@ -45,6 +45,10 @@ <listitem> <para>March 27th, 2012</para> <itemizedlist> + <listitem> + <para>[rthomsen] - Added OpenJPEG 1.5.0. Fixes + <ulink url="&blfs-ticket-root;3126">#3126</ulink>.</para> + </listitem> <listitem> <para>[bdubbs] - Added option to build without TCP-Wrappers to NFS-Utils. Fixes -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
