Changeset e89b2a0


Ignore:
Timestamp:
06/14/2024 10:31:52 PM (13 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
3175b9e
Parents:
cec7e56
Message:

Update to audacious/audacious-plugins-4.4.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rcec7e56 re89b2a0  
    4343      <para>June 14th, 2024</para>
    4444      <itemizedlist>
     45        <listitem>
     46          <para>[bdubbs] - Update to audacious/audacious-plugins-4.4. Fixes
     47          <ulink url="&blfs-ticket-root;19950">#19950</ulink>.</para>
     48        </listitem>
    4549        <listitem>
    4650          <para>[bdubbs] - Update to libxslt-1.1.40. Fixes
  • multimedia/audioutils/audacious.xml

    rcec7e56 re89b2a0  
    88           "https://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2">
    99  <!ENTITY audacious-download-ftp         " ">
    10   <!ENTITY audacious-md5sum               "751a002964907c3a8fc2f571ffc00ec7">
    11   <!ENTITY audacious-size                 "620 KB">
    12   <!ENTITY audacious-buildsize            "16 MB (with Qt5 and GTK3 support)">
    13   <!ENTITY audacious-time                 "0.2 SBU (with Qt5 and GTK3 support)">
     10  <!ENTITY audacious-md5sum               "812367242529db8ca0fb0fdb71ffc91f">
     11  <!ENTITY audacious-size                 "624 KB">
     12  <!ENTITY audacious-buildsize            "14 MB (with GTK support)">
     13  <!ENTITY audacious-time                 "0.2 SBU (with GTK support)">
    1414
    1515  <!ENTITY audacious-plugins-download
    1616           "https://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2">
    17   <!ENTITY audacious-plugins-md5sum       "3e233d8219407218244e684e096236ec">
     17  <!ENTITY audacious-plugins-md5sum       "0946f32277afc60ec12510bd09507016">
    1818  <!ENTITY audacious-plugins-size         "1.7 MB">
    19   <!ENTITY audacious-plugins-buildsize    "37 MB (with Qt5 and GTK3 support)">
    20   <!ENTITY audacious-plugins-time         "1.4 SBU (with Qt5 and GTK3 support)">
     19  <!ENTITY audacious-plugins-buildsize    "40 MB (with GTK support)">
     20  <!ENTITY audacious-plugins-time         "2.0 SBU (with GTK support)">
    2121]>
    2222
     
    109109    <para role="required">
    110110      <xref linkend="gtk3"/> or
    111       (<xref linkend="qt5"/> or
    112        <xref role="nodep" linkend="qt5-components"/> with qtmultimedia)
     111      <xref linkend="qt6"/>
    113112    </para>
    114113
     
    181180meson setup --prefix=/usr       \
    182181            --buildtype=release \
    183             -Dgtk3=true         \
    184             -Dbuildstamp=BLFS   \
    185             -Dlibarchive=true   \
     182            -D gtk=true         \
     183            -D buildstamp=BLFS  \
     184            -D libarchive=true  \
    186185            ..                  &amp;&amp;
    187186
     
    210209cd audacious-plugins-&audacious-plugins-version;                    &amp;&amp;
    211210
    212 sed -e '/libxml/a #include &lt;libxml/parser.h&gt;' \
    213     -i src/scrobbler2/scrobbler.h             &amp;&amp;
    214 
    215211mkdir build &amp;&amp;
    216212cd    build &amp;&amp;
     
    219215  --prefix=/usr       \
    220216  --buildtype=release \
    221   -Dgtk3=true         \
     217  -D gtk=true         \
    222218  ..                  &amp;&amp;
    223219
     
    237233
    238234    <para>
    239       <parameter>-Dbuildstamp=BLFS</parameter>: This switch appends
     235      <parameter>-Di buildstamp=BLFS</parameter>: This switch appends
    240236      the given text to the version string.
    241237    </para>
    242238
    243239    <para>
    244       <parameter>-Dgtk3=true</parameter>: This option sets the default
     240      <parameter>-D gtk=true</parameter>: This option enables GTK support for th
    245241      graphical user interface.
    246242    </para>
    247243
    248244    <para>
    249       <parameter>-Dlibarchive=true</parameter>: This adds libarchive support,
     245      <parameter>-D qt=true</parameter>: This option enables Qt support for the
     246      graphical user interface.
     247    </para>
     248
     249    <para>
     250      <parameter>-D libarchive=true</parameter>: This adds libarchive support,
    250251      for reading compressed module sets or skins.
    251252    </para>
    252253
    253254    <para>
    254       <command>sed -e '/libxml/a ...'</command>: This fixes building against
    255       libxml-2.12.x.
    256     </para>
    257 
    258     <para>
    259       <option>-Dvalgrind=true</option>: The option enables Valgrind analysis
     255      <option>-D valgrind=true</option>: The option enables Valgrind analysis
    260256      support.
    261257    </para>
  • packages.ent

    rcec7e56 re89b2a0  
    11581158
    11591159<!-- Chapter 43 -->
    1160 <!ENTITY audacious-version            "4.3.1">
    1161 <!ENTITY audacious-plugins-version    "4.3.1">
     1160<!ENTITY audacious-version            "4.4">
     1161<!ENTITY audacious-plugins-version    "4.4">
    11621162<!ENTITY CDParanoia-version           "III-10.2">
    11631163<!-- kwave version is the same as KDE applications -->
Note: See TracChangeset for help on using the changeset viewer.