Author: ken
Date: 2009-01-13 13:30:09 -0700 (Tue, 13 Jan 2009)
New Revision: 7726

Added:
   trunk/BOOK/general/graphlib/jasper.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genutils/imagemagick.xml
   trunk/BOOK/general/graphlib/graphlib.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/kde/core/kdelibs.xml
   trunk/BOOK/x/lib/gtk+2.xml
Log:
add jasper

Modified: trunk/BOOK/general/genutils/imagemagick.xml
===================================================================
--- trunk/BOOK/general/genutils/imagemagick.xml 2009-01-10 10:00:36 UTC (rev 
7725)
+++ trunk/BOOK/general/genutils/imagemagick.xml 2009-01-13 20:30:09 UTC (rev 
7726)
@@ -125,7 +125,7 @@
     <ulink 
url="ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/libfpx-1.2.0.13.tar.bz2";>
     FlashPIX library</ulink>),
     <xref linkend="freetype2"/>,
-    <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/";>Jasper</ulink>,
+    <xref linkend="jasper"/>,
     <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/";>JBIG-KIT</ulink>,
     <xref linkend="lcms"/>,
     <xref linkend="libexif"/>,

Modified: trunk/BOOK/general/graphlib/graphlib.xml
===================================================================
--- trunk/BOOK/general/graphlib/graphlib.xml    2009-01-10 10:00:36 UTC (rev 
7725)
+++ trunk/BOOK/general/graphlib/graphlib.xml    2009-01-13 20:30:09 UTC (rev 
7726)
@@ -41,5 +41,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libexif.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="fribidi.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="poppler.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="jasper.xml"/>
 
 </chapter>

Added: trunk/BOOK/general/graphlib/jasper.xml
===================================================================
--- trunk/BOOK/general/graphlib/jasper.xml                              (rev 0)
+++ trunk/BOOK/general/graphlib/jasper.xml      2009-01-13 20:30:09 UTC (rev 
7726)
@@ -0,0 +1,225 @@
+<?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 jasper-download-http 
"http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-&jasper-version;.zip";>
+  <!ENTITY jasper-download-ftp  "">
+  <!ENTITY jasper-md5sum        "a342b2b4495b3e1394e161eb5d85d754">
+  <!ENTITY jasper-size          "1.4 MB">
+  <!ENTITY jasper-buildsize     "11.1 MB (without the static library)">
+  <!ENTITY jasper-time          "0.3 SBU">
+]>
+
+<sect1 id="jasper" xreflabel="JasPer-&jasper-version;">
+  <?dbhtml filename="jasper.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>JasPer-&jasper-version;</title>
+
+  <indexterm zone="jasper">
+    <primary sortas="a-jasper-&jasper-version;">JasPer</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to JasPer</title>
+
+    <para>The <application>JasPer</application> Project is an open-source
+    initiative to provide a free software-based reference implementation of the
+    JPEG-2000 codec.</para>
+
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&jasper-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&jasper-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &jasper-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &jasper-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &jasper-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &jasper-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Required patch: <ulink
+        
url="&patch-root;/jasper-&jasper-version;-security_fixes-1.patch"/></para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Libjasper Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="unzip"/></para>
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="optional"><xref linkend="libjpeg"/>,
+    <xref linkend="x-window-system"/>, and
+    <xref linkend="mesalib"/> or <xref linkend="freeglut"/></para>
+
+    <para condition="html" role="usernotes">User Notes:
+    <ulink url="&blfs-wiki;/jasper"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of jasper</title>
+
+<note>
+  <para>The package source is distributed in <filename>zip</filename>
+  format and requires <command>unzip</command>, but it has been correctly 
packaged
+  and will create the jasper-&jasper-version; directory when you unzip 
it.</para>
+</note>
+
+<screen><userinput>patch -Np1 -i 
../jasper-&jasper-version;-security_fixes-1.patch &amp;&amp;
+./configure --prefix=/usr --enable-shared &amp;&amp;
+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>
+
+    <para>If you wish to install the pdf files for the Reference Manual and a
+    tutorial on the JPEG-2000 standard, run the following commands:</para>
+
+<screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/jasper-&jasper-version; &amp;&amp;
+install -v -m644 doc/*.pdf 
/usr/share/doc/jasper-&jasper-version;</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para><command>--enable-shared</command>: This command
+    causes the shared library to be built.</para>
+
+    <para><option>--disable-static</option>: This causes the
+    static library to not be built.</para>
+
+    <para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the 
configure
+    script where to find xorg if it is not in
+    <filename class='directory'>/usr/X11</filename>,
+    <filename class='directory'>/usr/X11R6</filename>, or
+    <filename class='directory'>/usr</filename>.</para>
+
+  </sect2>
+
+  <sect2 role="configuration">
+    <title>Configuring jasper</title>
+
+    <sect3>
+      <title>Configuration Information</title>
+
+      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+      href="../../xincludes/lib-config.xml"/>
+
+    </sect3>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>imgcmp, imginfo, jasper, jiv, and tmrdemo</seg>
+        <seg>libjasper.{so,a}</seg>
+        <seg>/usr/include/jasper and 
/usr/share/doc/jasper-&jasper-version;</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="imgcmp">
+        <term><command>imgcmp</command></term>
+        <listitem>
+          <para>compares two images of the same geometry.</para>
+          <indexterm zone="jasper imgcmp">
+            <primary sortas="b-imgcmp">imgcmp</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="imginfo">
+        <term><command>imginfo</command></term>
+        <listitem>
+          <para>displays information about an image.</para>
+          <indexterm zone="jasper imginfo">
+            <primary sortas="b-imginfo">imginfo</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="jasper-command">
+        <term><command>jasper</command></term>
+        <listitem>
+          <para>converts images between formats (BMP, JPS, JPC, JPG, PGX, PNM, 
MIF,
+          and RAS).</para>
+          <indexterm zone="jasper jasper">
+            <primary sortas="b-jasper">jasper</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="jiv">
+        <term><command>jiv</command></term>
+        <listitem>
+          <para>displays images.</para>
+          <indexterm zone="jasper jiv">
+            <primary sortas="b-jiv">jiv</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="tmrdemo">
+        <term><command>tmrdemo</command></term>
+        <listitem>
+          <para>is a timer demonstration program.</para>
+          <indexterm zone="jasper tmrdemo">
+            <primary sortas="b-tmrdemo">tmrdemo</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="jasper-lib">
+        <term><filename class='libraryfile'>libjasper.{so,a}</filename></term>
+        <listitem>
+          <para>a library used by programs for reading and writing
+          JPEG2000 format files.</para>
+          <indexterm zone="jasper jasper-lib">
+            <primary sortas="c-jasper">libjasper.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>


Property changes on: trunk/BOOK/general/graphlib/jasper.xml
___________________________________________________________________
Name: svn:keywords
   + Date LastChangedBy

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-01-10 10:00:36 UTC (rev 7725)
+++ trunk/BOOK/general.ent      2009-01-13 20:30:09 UTC (rev 7726)
@@ -3,7 +3,7 @@
 $Date$
 -->
 
-<!ENTITY day          "10">                   <!-- Always 2 digits -->
+<!ENTITY day          "13">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2009">
 <!ENTITY copyrightdate "2001-&year;">
@@ -159,6 +159,7 @@
 <!ENTITY libexif-version              "0.6.16">
 <!ENTITY fribidi-version              "0.10.8">
 <!ENTITY poppler-version              "0.10.1">
+<!ENTITY jasper-version               "1.900.1">
 
 <!-- Obsolete
 <!ENTITY libungif-version             "4.1.3">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-01-10 10:00:36 UTC 
(rev 7725)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-01-13 20:30:09 UTC 
(rev 7726)
@@ -41,6 +41,15 @@
 
 -->
     <listitem>
+      <para>January 13th, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Added jasper-1.900.1.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>January 10th, 2009</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/kde/core/kdelibs.xml
===================================================================
--- trunk/BOOK/kde/core/kdelibs.xml     2009-01-10 10:00:36 UTC (rev 7725)
+++ trunk/BOOK/kde/core/kdelibs.xml     2009-01-13 20:30:09 UTC (rev 7726)
@@ -87,7 +87,7 @@
     <xref linkend="alsa"/>,
     <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
     <ulink url="http://www.openexr.com/";>OpenEXR</ulink>,
-    <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/";>JasPer</ulink>,
+    <xref linkend="jasper"/>,
     <ulink url="http://www.lua.org/";>Lua</ulink> (version &lt; 5.1),
     <ulink 
url="http://www.opensource.apple.com/darwinsource/tarballs/apsl/";>mDNSResponder</ulink>,
     <ulink url="http://sourceforge.net/projects/libthai";>LibThai</ulink>,

Modified: trunk/BOOK/x/lib/gtk+2.xml
===================================================================
--- trunk/BOOK/x/lib/gtk+2.xml  2009-01-10 10:00:36 UTC (rev 7725)
+++ trunk/BOOK/x/lib/gtk+2.xml  2009-01-13 20:30:09 UTC (rev 7726)
@@ -64,7 +64,7 @@
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended"><xref linkend="libtiff"/>,
-    <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/";>libjasper</ulink>
+    <xref linkend="jasper"/>
     and <xref linkend="libjpeg"/></para>
 
     <para>Though not required, the GTK developers expect

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to