Changeset 2aae58ff


Ignore:
Timestamp:
12/29/2014 07:14:35 PM (9 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.7, 7.8, 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:
9a36df5f
Parents:
b820520
Message:

Update to phonon-backend-gstreamer-4.8.2.
phonon-4.8.3: format and qt dependencies.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb820520 r2aae58ff  
    4949      <itemizedlist>
    5050        <listitem>
    51           <para>[fernando] - Update to whois_5.2.3. Fixes
     51          <para>[fernando] - phonon-4.8.3: format and qt dependencies.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[fernando] - Update to phonon-backend-gstreamer-4.8.2. Fixes
     55          <ulink url="&blfs-ticket-root;5988">#5988</ulink>.</para>
     56        </listitem>
     57        <listitem>          <para>[fernando] - Update to whois_5.2.3. Fixes
    5258          <ulink url="&blfs-ticket-root;5986">#5986</ulink>.</para>
    5359        </listitem>
  • kde/core/phonon-backend-gstreamer.xml

    rb820520 r2aae58ff  
    77  <!ENTITY phonon-backend-gstreamer-download-http "&kde-download-http;phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/src/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz">
    88  <!ENTITY phonon-backend-gstreamer-download-ftp  "&kde-download-ftp;phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/src/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz">
    9   <!ENTITY phonon-backend-gstreamer-md5sum        "b17e916b4558adc3ed2d7143b37cf904">
     9  <!ENTITY phonon-backend-gstreamer-md5sum        "ce441035dc5a00ffaac9a64518ab5c62">
    1010  <!ENTITY phonon-backend-gstreamer-size          "76 KB">
    11   <!ENTITY phonon-backend-gstreamer-buildsize     "4.4 MB">
     11  <!ENTITY phonon-backend-gstreamer-buildsize     "4.1 MB">
    1212  <!ENTITY phonon-backend-gstreamer-time          "0.2 SBU">
    1313]>
     
    6767    <bridgehead renderas="sect4">Recommended</bridgehead>
    6868    <para role="recommended">
     69    <xref linkend="gobject-introspection"/>,
    6970    <xref linkend="gst10-plugins-base"/> (needed for output to ALSA),
    7071    <xref linkend="gst10-plugins-good"/> (needed for output to PulseAudio),
    71     <xref linkend="gst10-plugins-bad"/> (needed for AAC/M4A support) and
    72     <xref linkend="gst10-plugins-ugly"/> (needed for MP3 support)
     72    <xref linkend="gst10-plugins-bad"/> (needed for AAC/M4A support),
     73    <xref linkend="gst10-plugins-ugly"/> (needed for MP3 support), and
     74    <xref linkend="libxml2"/>
     75    </para>
     76
     77    <bridgehead renderas="sect4">Optional</bridgehead>
     78    <para role="optional">
     79    <xref linkend="qt5"/>
    7380    </para>
    7481
  • kde/core/phonon.xml

    rb820520 r2aae58ff  
    6363    <para role="required">
    6464      <!--<xref linkend="automoc4"/> and-->
    65       <xref linkend="glib2"/>
     65      <xref linkend="glib2"/>,
     66      <xref linkend="qt4"/>
    6667    </para>
    6768
    6869    <bridgehead renderas="sect4">Optional</bridgehead>
    6970    <para role="optional">
    70       <xref linkend="pulseaudio"/> and
     71      <xref linkend="pulseaudio"/>,
     72      <xref linkend="qt5"/> and
    7173      <ulink url="http://projects.kde.org/projects/kdesupport/libqzeitgeist/">QZeitgeist</ulink>
    7274    </para>
     
    9597cd    build &amp;&amp;
    9698
    97 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir;                               \
     99cmake -DCMAKE_INSTALL_PREFIX=&kde-dir;                         \
    98100      -DCMAKE_BUILD_TYPE=Release                                 \
    99101      -DCMAKE_INSTALL_LIBDIR=lib                                 \
  • packages.ent

    rb820520 r2aae58ff  
    502502<!ENTITY automoc4-version             "0.9.88">
    503503<!ENTITY phonon-version               "4.8.3">
    504 <!ENTITY phonon-backend-gstreamer-version "4.8.1">
     504<!ENTITY phonon-backend-gstreamer-version "4.8.2">
    505505<!ENTITY phonon-backend-vlc-version   "0.8.2">
    506506<!ENTITY akonadi-version              "1.13.0">
Note: See TracChangeset for help on using the changeset viewer.