Changeset 3909fa1


Ignore:
Timestamp:
11/02/2023 09:42:02 PM (7 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
bac7c05
Parents:
869a277
Message:

Update to phonon-4.12.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r869a277 r3909fa1  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[bdubbs] - Update to phonon-4.12.0. Fixes
     46          <ulink url="&blfs-ticket-root;18805">#18805</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[renodr] - Update to tracker-miners-3.6.2. Fixes
    4650          <ulink url="&blfs-ticket-root;18796">#18796</ulink>.</para>
  • kde/phonon.xml

    r869a277 r3909fa1  
    77  <!ENTITY phonon-download-http "&kde-download-http;phonon/&phonon-version;/phonon-&phonon-version;.tar.xz">
    88  <!ENTITY phonon-download-ftp  " ">
    9   <!ENTITY phonon-md5sum        "d3df5ba646e4b3f11623d998caa40e74">
    10   <!ENTITY phonon-size          "308 KB">
    11   <!ENTITY phonon-buildsize     "12 MB">
     9  <!ENTITY phonon-md5sum        "e80e9c73967080016bdb3c0ee514ceab">
     10  <!ENTITY phonon-size          "400 KB">
     11  <!ENTITY phonon-buildsize     "23 MB">
    1212  <!ENTITY phonon-time          "0.2 SBU (Using parallelism=4)">
    1313]>
     
    7979
    8080    <para role="required">
    81       At least one of <xref linkend="phonon-backend-gstreamer" role="runtime"/>
    82       or <xref linkend="phonon-backend-vlc" role="runtime"/> needs to be
     81      <xref linkend="phonon-backend-vlc" role="runtime"/> needs to be
    8382      installed afterwards for multimedia operation in
    8483      <application>KDE</application>.
     
    105104cmake -DCMAKE_INSTALL_PREFIX=/usr \
    106105      -DCMAKE_BUILD_TYPE=Release  \
    107       .. &amp;&amp;
     106      -DPHONON_BUILD_QT6=OFF      \
     107      -Wno-dev .. &amp;&amp;
    108108make</userinput></screen>
    109109
     
    122122      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
    123123      to apply higher level of the compiler optimizations.
     124    </para>
     125
     126    <para>
     127      <parameter>-DPHONON_BUILD_QT6=OFF</parameter>: By default both the
     128      Qt5 and Qt6 versions of this package are built.  We currently just
     129      want the Qt5 version,
    124130    </para>
    125131<!--
     
    155161        <seg>
    156162          /usr/include/phonon4qt5,
    157           /usr/lib/cmake/phonon4qt5,
    158           /usr/lib/plugins/designer, and
    159           /usr/share/phonon4qt5
     163          /usr/lib/cmake/phonon4qt5, and
     164          /usr/lib/plugins/designer
    160165        </seg>
    161166      </seglistitem>
  • packages.ent

    r869a277 r3909fa1  
    885885<!ENTITY kde-download-http            "https://download.kde.org/stable/">
    886886<!-- extra-cmake-modules version is the same as kf5-frameworks -->
    887 <!ENTITY phonon-version               "4.11.1">
     887<!ENTITY phonon-version               "4.12.0">
    888888<!ENTITY phonon-backend-gstreamer-version "4.10.0">
    889889<!ENTITY phonon-backend-vlc-version   "0.11.3">
Note: See TracChangeset for help on using the changeset viewer.