Ignore:
Timestamp:
09/04/2019 11:20:03 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
0b8d5808
Parents:
935216e
Message:

Update to phonon-backend-vlc-4.11.0.
Update to phonon-backend-gstreamer-4.10.0.
Update to phonon-4.11.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/phonon-backend-gstreamer.xml

    r935216e rc0f1ac2  
    77  <!ENTITY phonon-backend-gstreamer-download-http "&kde-download-http;phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz">
    88  <!ENTITY phonon-backend-gstreamer-download-ftp  " ">
    9   <!ENTITY phonon-backend-gstreamer-md5sum        "b521b0a824e4d5451e476b8127140f60">
    10   <!ENTITY phonon-backend-gstreamer-size          "88 KB">
    11   <!ENTITY phonon-backend-gstreamer-buildsize     "5.7 MB">
    12   <!ENTITY phonon-backend-gstreamer-time          "0.3 SBU">
     9  <!ENTITY phonon-backend-gstreamer-md5sum        "60abf634e961160cd1772d486f4a7097">
     10  <!ENTITY phonon-backend-gstreamer-size          "100 KB">
     11  <!ENTITY phonon-backend-gstreamer-buildsize     "7.2 MB">
     12  <!ENTITY phonon-backend-gstreamer-time          "0.1 SBU (Using paraleleism=4)">
    1313]>
    1414
     
    8383    <title>Installation of Phonon-backend-gstreamer</title>
    8484
    85     <note><para>This package unpacks to the directory
    86       phonon-gstreamer-&phonon-backend-gstreamer-version;.
    87     </para></note>
    88 
    8985    <para>Install <application>Phonon-backend-gstreamer</application> by
    9086    running the following commands:</para>
     
    9591cmake -DCMAKE_INSTALL_PREFIX=/usr    \
    9692      -DCMAKE_BUILD_TYPE=Release     \
    97       -DPHONON_BUILD_PHONON4QT5=ON   \
    98       -Wno-dev .. &amp;&amp;
     93      .. &amp;&amp;
    9994make</userinput></screen>
    10095
     
    110105    <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
    111106    used to apply higher level of compiler optimizations.</para>
    112 
    113     <para><parameter>-DPHONON_BUILD_PHONON4QT5=ON</parameter>: This switch is
    114     used to ensure that Qt5 version of the backend is built even if Qt4 is
    115     present.</para>
    116107
    117108  </sect2>
Note: See TracChangeset for help on using the changeset viewer.