Changeset e1827ca


Ignore:
Timestamp:
09/20/2012 11:40:26 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0c36ac74
Parents:
09396b5
Message:

Update to Audacious-3.3.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r09396b5 re1827ca  
    11041104<!ENTITY CDParanoia-version           "III-10.2">
    11051105<!ENTITY freetts-version              "1.2.2">
    1106 <!ENTITY audacious-version            "3.2.2">
    1107 <!ENTITY audacious-plugins-version    "3.2.2">
     1106<!ENTITY audacious-version            "3.3.1">
     1107<!ENTITY audacious-plugins-version    "3.3.1">
    11081108<!ENTITY amarok-version               "2.5.0">
    11091109<!ENTITY gvolwheel-version            "1.0">
  • introduction/welcome/changelog.xml

    r09396b5 re1827ca  
    4646
    4747   <listitem>
     48      <para>September 20th, 2012</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to Audacious-3.3.1. Fixes
     52          <ulink url="&blfs-ticket-root;3534">#3534</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57   <listitem>
    4858      <para>September 19th, 2012</para>
    4959      <itemizedlist>
  • multimedia/audioutils/audacious.xml

    r09396b5 re1827ca  
    88    "http://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2">
    99  <!ENTITY audacious-download-ftp         " ">
    10   <!ENTITY audacious-md5sum               "28f1e2c683d358457ed9bfe8bcc29ec2">
    11   <!ENTITY audacious-size                 "660 KB">
    12   <!ENTITY audacious-buildsize            "17 MB">
    13   <!ENTITY audacious-time                 "0.4 SBU">
     10  <!ENTITY audacious-md5sum               "06a11023fcbcdfe07d2232d8340fb61e">
     11  <!ENTITY audacious-size                 "448 KB">
     12  <!ENTITY audacious-buildsize            "11 MB">
     13  <!ENTITY audacious-time                 "0.2 SBU">
    1414  <!ENTITY audacious-plugins-download
    1515    "http://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2">
    16   <!ENTITY audacious-plugins-md5sum       "7aaf8ad389a2983baddbdd57207e0724">
    17   <!ENTITY audacious-plugins-size         "1.9 MB">
    18   <!ENTITY audacious-plugins-buildsize    "52 MB">
    19   <!ENTITY audacious-plugins-time         "0.9 SBU">
     16  <!ENTITY audacious-plugins-md5sum       "cc8c6b035279d6ef976bc7775881b42a">
     17  <!ENTITY audacious-plugins-size         "1.6 MB">
     18  <!ENTITY audacious-plugins-buildsize    "37 MB">
     19  <!ENTITY audacious-plugins-time         "0.6 SBU">
    2020
    2121]>
     
    4343    </para>
    4444
    45     &lfs71_checked;
     45    &lfs72_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    192192    <title>Installation of Audacious Plugins</title>
    193193
     194    <note><para>If <application>Xorg</application> is not installed in
     195    <filename class='directory'>/usr</filename>, tell the linker
     196    where to find it:</para>
     197
     198<screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
     199    </note>
     200
    194201    <para>
    195202      Install the required plugins package by unpacking the tarball, changing
  • multimedia/libdriv/libvorbis.xml

    r09396b5 re1827ca  
    104104
    105105    <para>
    106       To test the results, issue: <command>make check</command>.
     106      To test the results, issue: <command>make LIBS=-lm check</command>.
    107107    </para>
    108108
Note: See TracChangeset for help on using the changeset viewer.