[blfs] 01/02: Add pdfio-1.6.4.

git Owner ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

commit 6941dc435c09ff8df180d1e6c8ca814d4ee6914b
Author: Bruce Dubbs <[email protected]>
AuthorDate: Tue Aug 11 13:47:26 2026 -0500

    Add pdfio-1.6.4.
---
 general/graphlib/graphlib.xml      |   1 +
 general/graphlib/pdfio.xml         | 127 +++++++++++++++++++++++++++++++++++++
 introduction/welcome/changelog.xml |   4 ++
 packages.ent                       |   1 +
 4 files changed, 133 insertions(+)

diff --git a/general/graphlib/graphlib.xml b/general/graphlib/graphlib.xml
index 08e82d5b40..87fa22becd 100644
--- a/general/graphlib/graphlib.xml
+++ b/general/graphlib/graphlib.xml
@@ -53,6 +53,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="newt.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="opencv.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openjpeg2.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pdfio.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="poppler.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="potrace.xml"/>
diff --git a/general/graphlib/pdfio.xml b/general/graphlib/pdfio.xml
new file mode 100644
index 0000000000..1b8e98f6f1
--- /dev/null
+++ b/general/graphlib/pdfio.xml
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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 pdfio-download-http "https://github.com/michaelrsweet/pdfio/releases/download/v&pdfio-version;/pdfio-&pdfio-version;.tar.gz">
+  <!ENTITY pdfio-download-ftp  " ">
+  <!ENTITY pdfio-md5sum        "21d128da7e16b8035e5eab0676c7496d">
+  <!ENTITY pdfio-size          "6.5 MB">
+  <!ENTITY pdfio-buildsize     "14 MB">
+  <!ENTITY pdfio-time          "less than 0.1 SBU)">
+]>
+
+<sect1 id="pdfio" xreflabel="pdfio-&pdfio-version;">
+  <?dbhtml filename="pdfio.html"?>
+
+  <title>pdfio-&pdfio-version;</title>
+
+  <indexterm zone="pdfio">
+    <primary sortas="a-pdfio">pdfio</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to pdfio</title>
+
+    <para>
+      The <application>pdfio</application> package contains 
+      a simple C library for reading and writing PDF files.
+    </para>
+
+    &lfs130_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&pdfio-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&pdfio-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &pdfio-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &pdfio-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &pdfio-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &pdfio-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">pdfio Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="libpng"/>
+    </para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of pdfio</title>
+
+    <para>
+      Install <application>pdfio</application> by running the following
+      commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr    \
+            --disable-static \
+            --enable-shared  &amp;&amp;
+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 &amp;&amp;
+mv /usr/share/doc/pdfio /usr/share/doc/pdfio-&pdfio-version;
+</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          None
+        </seg>
+        <seg>
+          libpdfio.so
+        </seg>
+        <seg>
+          /usr/share/doc/pdfio-&pdfio-version;
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+  </sect2>
+
+</sect1>
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index f98870c57c..aa9e8c24e7 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -42,6 +42,10 @@
     <listitem>
       <para>August 11th, 2026</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add pdfio-1.6.4. Supports 
+          <ulink url="&blfs-ticket-root;23707">#23707</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[jlocash] - Update to xdg-dbus-proxy-0.1.8 (Security Update). Fixes
           <ulink url="&blfs-ticket-root;23734">#23734</ulink>.</para>
diff --git a/packages.ent b/packages.ent
index 88d3a86873..92c53c3ad6 100644
--- a/packages.ent
+++ b/packages.ent
@@ -273,6 +273,7 @@
 <!ENTITY opencv-contrib-version       "4.13.0">
 <!ENTITY openjpeg2-majmin-version     "2.5">
 <!ENTITY openjpeg2-version            "&openjpeg2-majmin-version;.4">
+<!ENTITY pdfio-version                "1.6.4">
 <!ENTITY pixman-version               "0.46.4">
 <!ENTITY poppler-version              "26.08.0">
 <!ENTITY potrace-version              "1.16">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.