Ignore:
Timestamp:
11/08/2015 06:35:12 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 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, nosym, 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:
63c5b080
Parents:
1f7b66e
Message:
  • Fix again the Change Log.
  • Update to audacious-3.7 and audacious-plugins-3.7.
  • Update to at-spi2-core-2.18.2.
  • Update to qpdf-5.2.0.
  • Update to glib-2.46.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/audacious.xml

    r1f7b66e rb22a6dbc  
    88           "http://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2">
    99  <!ENTITY audacious-download-ftp         " ">
    10   <!ENTITY audacious-md5sum               "79132b694714c90dbcd8593919abed1c">
    11   <!ENTITY audacious-size                 "528 KB">
    12   <!ENTITY audacious-buildsize            "18 MB">
    13   <!ENTITY audacious-time                 "0.2 SBU">
     10  <!ENTITY audacious-md5sum               "e331bfbd01d070c34f2620949fadbe51">
     11  <!ENTITY audacious-size                 "560 KB">
     12  <!ENTITY audacious-buildsize            "47 MB (with Gtk and Qt5 user interfaces)">
     13  <!ENTITY audacious-time                 "0.5 SBU (with Gtk and Qt5 user interfaces)">
    1414
    1515  <!ENTITY audacious-plugins-download
    1616           "http://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2">
    17   <!ENTITY audacious-plugins-md5sum       "b4340be4d3c1ec577937a2c5399c6d53">
     17  <!ENTITY audacious-plugins-md5sum       "babbb3dbf9ccb649067550122ce1b7be">
    1818  <!ENTITY audacious-plugins-size         "1.8 MB">
    19   <!ENTITY audacious-plugins-buildsize    "60 MB">
    20   <!ENTITY audacious-plugins-time         "0.6 SBU">
     19  <!ENTITY audacious-plugins-buildsize    "140 MB (with Gtk and Qt5 user interfaces)">
     20  <!ENTITY audacious-plugins-time         "1.5 SBU (with Gtk and Qt5 user interfaces)">
    2121]>
    2222
     
    112112    <bridgehead renderas="sect4">Required</bridgehead>
    113113    <para role="required">
    114       <xref linkend="gtk3"/>,
     114      <xref linkend="gtk3"/> or
     115      <xref linkend="qt5"/> (or both),
    115116      <xref linkend="libxml2"/> (plugins),
    116117      <xref linkend="xorg-env"/> (plugins), and
     
    128129    <para role="optional">
    129130      <xref linkend="pcre"/> or
    130       <ulink url="http://www.geocities.jp/kosako3/oniguruma/">Oniguruma</ulink>,
    131       <xref linkend="valgrind"/> and
    132       <ulink url="http://atheme.org/projects/libguess.html">libguess</ulink>
     131      <ulink url="https://github.com/kkos/oniguruma">Oniguruma</ulink>, and
     132      <xref linkend="valgrind"/>
     133<!--      <ulink url="http://atheme.org/projects/libguess.html">libguess</ulink>-->
    133134    </para>
    134135
     
    142143      <xref linkend="libcdio"/> (to identify and play CDs),
    143144      <xref linkend="libnotify"/>,
    144       <xref linkend='libsamplerate'/>,
     145      <xref linkend="libsamplerate"/>,
    145146      <xref linkend="libsndfile"/>,
    146147      <xref linkend="libvorbis"/>,
    147148      <xref linkend="mpg123"/>,
    148149      <xref linkend="neon"/> (for online mpg3 and ogg radio),
    149       <xref linkend='pulseaudio'/>,
    150       <xref linkend='qt5'/>,
     150      <xref linkend="pulseaudio"/>,
    151151      <xref linkend="sdl"/>,
    152152      <ulink url="http://sourceforge.net/projects/bs2b/">The Bauer
     
    155155      <ulink url="http://jackit.sourceforge.net/">JACK</ulink>
    156156        (requires <xref linkend="libsamplerate"/>),
    157       <ulink url="http://sourceforge.net/projects/libbinio/">libbinio</ulink>
    158         (to build the AdPlug plugin),
     157<!--  <ulink url="http://sourceforge.net/projects/libbinio/">libbinio</ulink>
     158        (to build the AdPlug plugin),-->
    159159      <ulink url="http://sourceforge.net/projects/libcue/">libcue</ulink>,
    160160      <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
     
    251251    <para>
    252252      <parameter>TPUT=/bin/true</parameter>: the default is for
    253       <command>make</command> to output text in color. This is fine if you're
     253      <command>make</command> to output text in color. This is fine if you are
    254254      building in a terminal, but if you script the build process and pipe the
    255255      output from <command>make</command> to a log file then the control
     
    258258    </para>
    259259
    260     <para><parameter>--with-buildstamp</parameter>: This switch appends 
     260    <para><parameter>--with-buildstamp</parameter>: This switch appends
    261261    the given text to the version string.</para>
     262
     263    <para><option>--disable-gtk</option>: Use this to disable GTK+ support.</para>
    262264
    263265    <para><option>--disable-mp3</option>: Use this for the plugins if you have
    264266    not installed mpg123 and do not wish to play mp3 files.</para>
    265267
     268    <para><option>--enable-qt</option>: Use this to enable Qt support.</para>
     269
    266270    <para><option>--enable-valgrind</option>: Allow better Valgrind leak checks.</para>
    267271
     
    275279      Interface&gt; Winamp Classic Interface.
    276280    </para>
     281
     282    <para>
     283      If you built with both Gtk and Qt user interfaces, the Qt version
     284      can be executed from a terminal, issuing <command>audacious
     285      --qt</command>. If you wish a desktop menu entry to execute this Qt
     286      version, issue the following commands as the <systemitem
     287      class="username">root</systemitem> user:
     288    </para>
     289
     290<screen role="root"><userinput>cp -v /usr/share/applications/audacious{,-qt}.desktop &amp;&amp;
     291
     292sed -e '/^Name/ s/$/ Qt/' \
     293    -e '/Exec=/ s/audacious/&amp; --qt/' \
     294    -i /usr/share/applications/audacious-qt.desktop</userinput></screen>
    277295
    278296  </sect2>
     
    291309        </seg>
    292310        <seg>
    293           libaudcore.so, libaudgui.so, libaudtag.so, and several plugin
    294           libraries under /usr/lib/audacious/ sub-directories
     311          libaudcore.so, libaudgui.so, libaudtag.so, libaudqt.so, and several
     312          plugin libraries under /usr/lib/audacious/ sub-directories
    295313        </seg>
    296314        <seg>
    297           /usr/include/{audacious,libaudcore,libaudgui},
     315          /usr/include/{audacious,libaudcore,libaudgui,libaudqt},
    298316          /usr/lib/audacious and
    299317          /usr/share/audacious
Note: See TracChangeset for help on using the changeset viewer.