Changeset a8f8d6ac


Ignore:
Timestamp:
04/30/2017 06:18:03 PM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
0e6052db
Parents:
42aba059
Message:

Update to gjs-1.48.2
Some rewording / refactoring in mpg123

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/aalib.xml

    r42aba059 ra8f8d6ac  
    116116        <term><command>aafire</command></term>
    117117        <listitem>
    118           <para>is little toy of <application>AAlib</application>, rendering
     118          <para>is a demo of <application>AAlib</application>, rendering
    119119          an animated fire in ASCII Art.</para>
    120120          <indexterm zone="aalib aafire">
  • gnome.ent

    r42aba059 ra8f8d6ac  
    1919<!ENTITY libsecret-version            "0.18.5">
    2020<!ENTITY gcr-version                  "3.20.0">
    21 <!ENTITY gjs-version                  "1.48.1">
     21<!ENTITY gjs-version                  "1.48.2">
    2222<!ENTITY gnome-autoar-version         "0.2.1">
    2323<!ENTITY gnome-desktop-version        "3.22.2">
  • gnome/platform/gjs.xml

    r42aba059 ra8f8d6ac  
    77  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.48/gjs-&gjs-version;.tar.xz">
    88  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.48/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "8c1e9ab69a8e204af930f3a66ba9deca">
    10   <!ENTITY gjs-size          "596 KB">
     9  <!ENTITY gjs-md5sum        "48b3e78111ec32adf2b977725ca8ad80">
     10  <!ENTITY gjs-size          "584 KB">
    1111  <!ENTITY gjs-buildsize     "44 MB (with tests)">
    12   <!ENTITY gjs-time          "0.8 SBU (with tests)">
     12  <!ENTITY gjs-time          "0.6 SBU (with tests)">
    1313]>
    1414
     
    122122  </sect2>
    123123
    124 <!--
    125   <sect2 role="commands">
    126     <title>Command Explanations</title>
    127 
    128 
    129     <para>
    130       <command>sed ...</command>: Disable a failing test.
    131     </para>
    132 
    133  Above command no longer needed as of 1.45.4. 20160622 Douglas
    134    
    135   </sect2>
    136 -->
    137 
    138124  <sect2 role="content">
    139125    <title>Contents</title>
  • introduction/welcome/changelog.xml

    r42aba059 ra8f8d6ac  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to gjs-1.48.2. Fixes
     49          <ulink url="&blfs-ticket-root;9152">#9152</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to unrar-5.5.3. Fixes
    4953          <ulink url="&blfs-ticket-root;9178">#9178</ulink>.</para>
  • multimedia/audioutils/mpg123.xml

    r42aba059 ra8f8d6ac  
    169169        <listitem>
    170170          <para>
    171             Tool to dump ID3 meta data from MPEG audio files using libmpg123
     171            is a tool to dump ID3 meta data from MPEG audio files
     172            using libmpg123
    172173          </para>
    173174          <indexterm zone="mpg123 mpg123-id3dump">
     
    181182        <listitem>
    182183          <para>
    183             Extract only MPEG frames from a stream using libmpg123 (stdin to stdout)
     184            extracts only MPEG frames from a stream using libmpg123
     185            (stdin to stdout)
    184186          </para>
    185187          <indexterm zone="mpg123 mpg123-strip">
     
    193195        <listitem>
    194196          <para>
    195             play raw PCM audio to an output device
     197            plays raw PCM audio to an output device
    196198          </para>
    197199          <indexterm zone="mpg123 out123">
Note: See TracChangeset for help on using the changeset viewer.