Author: gdalziel Date: 2009-07-23 09:53:56 -0600 (Thu, 23 Jul 2009) New Revision: 7861
Added: trunk/BOOK/pst/ps/epdfview.xml Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/libdriv/libmpeg2.xml trunk/BOOK/pst/ps/ps.xml Log: Added new package ePDFView-0.1.7. Changed gentoo-ftp-repo to new value. Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-07-23 15:11:43 UTC (rev 7860) +++ trunk/BOOK/general.ent 2009-07-23 15:53:56 UTC (rev 7861) @@ -32,7 +32,7 @@ <!-- <!ENTITY lfs-root "http://www.&lfs-domainname;/lfs/view/&lfs-version;"> --> <!ENTITY lfs-root "../../../../lfs/view/&lfs-version;"> <!ENTITY sourceforge-repo "http://downloads.sourceforge.net"> -<!ENTITY gentoo-ftp-repo "ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles"> +<!ENTITY gentoo-ftp-repo "ftp://mirror.ovh.net/gentoo-distfiles/distfiles"> <!ENTITY publisher "Unknown"> <!-- These entities are used to identify versions of LFS @@ -740,6 +740,7 @@ <!ENTITY psutils-version "p17"> <!ENTITY gsview-version "4.8"> <!ENTITY xpdf-version "3.02"> +<!ENTITY epdfview-version "0.1.7"> <!ENTITY fop-version "0.95"> <!ENTITY paps-version "0.6.8"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-07-23 15:11:43 UTC (rev 7860) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-07-23 15:53:56 UTC (rev 7861) @@ -44,6 +44,9 @@ <para>July 23rd, 2009</para> <itemizedlist> <listitem> + <para>[gdalziel] - Added new package ePDFView-0.1.7.</para> + </listitem> + <listitem> <para>[gdalziel] - Updated to libmpeg2-0.5.1.</para> </listitem> <listitem> Modified: trunk/BOOK/multimedia/libdriv/libmpeg2.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/libmpeg2.xml 2009-07-23 15:11:43 UTC (rev 7860) +++ trunk/BOOK/multimedia/libdriv/libmpeg2.xml 2009-07-23 15:53:56 UTC (rev 7861) @@ -5,7 +5,7 @@ %general-entities; <!ENTITY libmpeg2-download-http "http://libmpeg2.sourceforge.net/files/libmpeg2-&libmpeg2-version;.tar.gz"> - <!ENTITY libmpeg2-download-ftp "&gentoo-ftp-repo;//mpeg2dec-&libmpeg2-version;.tar.gz"> + <!ENTITY libmpeg2-download-ftp "&gentoo-ftp-repo;/libmpeg2-&libmpeg2-version;.tar.gz"> <!ENTITY libmpeg2-md5sum "0f92c7454e58379b4a5a378485bbd8ef"> <!ENTITY libmpeg2-size "513 KB"> <!ENTITY libmpeg2-buildsize "6 MB"> Added: trunk/BOOK/pst/ps/epdfview.xml =================================================================== --- trunk/BOOK/pst/ps/epdfview.xml (rev 0) +++ trunk/BOOK/pst/ps/epdfview.xml 2009-07-23 15:53:56 UTC (rev 7861) @@ -0,0 +1,123 @@ +<?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 epdfview-download-http "http://trac.emma-soft.com/epdfview/chrome/site/releases/epdfview-0.1.7.tar.bz2"> + <!ENTITY epdfview-download-ftp " "> + <!ENTITY epdfview-md5sum "1919bb19c16ef0a97d48b0a8303d3c7b"> + <!ENTITY epdfview-size "434 KB"> + <!ENTITY epdfview-buildsize "7 MB"> + <!ENTITY epdfview-time "less than 0.1 SBU"> +]> + +<sect1 id="epdfview" xreflabel="epdfview-&epdfview-version;"> + <?dbhtml filename="epdfview.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>ePDFView-&epdfview-version;</title> + + <indexterm zone="epdfview"> + <primary sortas="a-epdfview">epdfview</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to ePDFView</title> + + <para><application>ePDFView</application> is a free standalone lightweight PDF + document viewer using <application>Poppler</application> and + <application>GTK+</application> libraries. It is a good replacement for Evince + as it does not rely upon <application>GNOME</application> libraries.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&epdfview-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&epdfview-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &epdfview-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &epdfview-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &epdfview-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &epdfview-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">ePDFView Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="poppler"/>, and <xref linkend="gtk2"/></para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"><xref linkend="cups"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/epdfview"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of ePDFView</title> + + <para>Install <application>ePDFView</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para>This package does not come with a test suite.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Program(s)</segtitle> + <segtitle>Installed Librar(y,ies)</segtitle> + <segtitle>Installed Director(y,ies)</segtitle> + + <seglistitem> + <seg>epdfview</seg> + <seg>None</seg> + <seg>/usr/share/epdfview</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="epdfview-prog"> + <term><command>epdfview</command></term> + <listitem> + <para>is the main program for viewing PDF documents.</para> + <indexterm zone="epdfview epdfview-prog"> + <primary sortas="b-epdfview">epdfview</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/pst/ps/epdfview.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/pst/ps/ps.xml =================================================================== --- trunk/BOOK/pst/ps/ps.xml 2009-07-23 15:11:43 UTC (rev 7860) +++ trunk/BOOK/pst/ps/ps.xml 2009-07-23 15:53:56 UTC (rev 7861) @@ -24,6 +24,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="psutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gsview.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xpdf.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="epdfview.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fop.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="paps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other.xml"/> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
