Changeset ef085b3


Ignore:
Timestamp:
10/27/2019 08:02:23 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a353c3a
Parents:
bbc99ad
Message:

Update to paps-0.7.1.
Update to mpg123-1.25.13.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbbc99ad ref085b3  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to paps-0.7.1. Fixes
     49          <ulink url="&blfs-ticket-root;12697">#12697</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to mpg123-1.25.13. Fixes
     53          <ulink url="&blfs-ticket-root;12696">#12696</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[bdubbs] - Update to gegl-0.4.18. Fixes
    4957          <ulink url="&blfs-ticket-root;12695">#12695</ulink>.</para>
  • multimedia/audioutils/mpg123.xml

    rbbc99ad ref085b3  
    77  <!ENTITY mpg123-download-http "&sourceforge-dl;/mpg123/mpg123-&mpg123-version;.tar.bz2">
    88  <!ENTITY mpg123-download-ftp  " ">
    9   <!ENTITY mpg123-md5sum        "ddb38254966eb38c77f220d456a1839d">
     9  <!ENTITY mpg123-md5sum        "294a6c30546504ec3d0deac2b2ea22be">
    1010  <!ENTITY mpg123-size          "892 KB">
    1111  <!ENTITY mpg123-buildsize     "13 MB">
  • packages.ent

    rbbc99ad ref085b3  
    970970
    971971<!-- Chapter 43 -->
    972 <!ENTITY mpg123-version               "1.25.12">
     972<!ENTITY mpg123-version               "1.25.13">
    973973<!ENTITY vorbistools-version          "1.4.0">
    974974<!ENTITY lame-version                 "3.100">
     
    10311031<!ENTITY fop-version                  "2.3">
    10321032<!ENTITY mupdf-version                "1.16.1">
    1033 <!ENTITY paps-version                 "0.6.8">
     1033<!ENTITY paps-version                 "0.7.1">
    10341034
    10351035<!-- Chapter 51 -->
  • pst/ps/paps.xml

    rbbc99ad ref085b3  
    77  <!ENTITY paps-download-http "&sourceforge-dl;/paps/paps-&paps-version;.tar.gz">
    88  <!ENTITY paps-download-ftp  " ">
    9   <!ENTITY paps-md5sum        "e9508132bf27609bf2fded2bfd9cb3f1">
    10   <!ENTITY paps-size          "460 KB">
    11   <!ENTITY paps-buildsize     "3 MB">
     9  <!ENTITY paps-md5sum        "b058bcc7d958fb53408942088cc1f365">
     10  <!ENTITY paps-size          "140 KB">
     11  <!ENTITY paps-buildsize     "1 MB">
    1212  <!ENTITY paps-time          "less than 0.1 SBU">
    1313]>
     
    8181make</userinput></screen>
    8282
    83     <para>To test the results, issue: <command>src/test_libpaps &gt;
    84     test.ps</command>.  View the output file in any available PostScript viewer
    85     and visually compare it to
    86     <filename>doxygen-doc/html/example-output.png</filename> in the source tree.
    87     The results of the output will be more robust with <xref linkend="dejavu-fonts"/>
    88     and some of the <xref linkend="Chinese-fonts"/> and <xref
    89     linkend="Japanese-fonts"/>.</para>
     83    <para>This package does not come with a test suite.</para>
    9084
    9185    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9286
    93 <screen role="root"><userinput>make install &amp;&amp;
    94 install -v -m755 -d                 /usr/share/doc/paps-&paps-version; &amp;&amp;
    95 install -v -m644 doxygen-doc/html/* /usr/share/doc/paps-&paps-version;</userinput></screen>
     87<screen role="root"><userinput>make install</userinput></screen>
    9688
    9789  </sect2>
    98 
    99   <!-- <sect2 role="commands">
    100     <title>Command Explanations</title>
    101 
    102     <para><command>make DOXYGEN=true; make DOXYGEN=true -k install</command>:
    103     Use these commands if <application>Doxygen</application> is not installed.
    104     Documentation will not be installed.</para>
    105 
    106   </sect2> -->
    107 
    108   <!--
    109   <sect2 role="configuration">
    110     <title>Configuring paps</title>
    111 
    112     <sect3 id="paps-config">
    113       <title>Config Files</title>
    114 
    115     </sect3>
    116 
    117     <sect3>
    118       <title>Configuration Information</title>
    119 
    120     </sect3>
    121 
    122   </sect2>
    123   -->
    12490
    12591  <sect2 role="content">
     
    13399      <seglistitem>
    134100        <seg>paps</seg>
    135         <seg>libpaps.a</seg>
    136         <seg>/usr/share/doc/paps-&paps-version;</seg>
     101        <seg>None</seg>
     102        <seg>None</seg>
    137103      </seglistitem>
    138104    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.