Changeset 23d3543c for multimedia


Ignore:
Timestamp:
05/17/2013 08:11:12 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
deb83621
Parents:
4849cdc
Message:

updates and fixes

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

Location:
multimedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/amarok.xml

    r4849cdc r23d3543c  
    77  <!ENTITY amarok-download-http "&kde-download-http;amarok/&amarok-version;/src/amarok-&amarok-version;.tar.bz2">
    88  <!ENTITY amarok-download-ftp  "&kde-download-ftp;amarok/&amarok-version;/src/amarok-&amarok-version;.tar.bz2">
    9   <!ENTITY amarok-md5sum        "4ccb750a9e86ce17d4172f770ac7a663">
     9  <!ENTITY amarok-md5sum        "855203770cfb43be39bd9b961540dbaf">
    1010  <!ENTITY amarok-size          "41 MB">
    11   <!ENTITY amarok-buildsize     "305 MB">
     11  <!ENTITY amarok-buildsize     "310 MB">
    1212  <!ENTITY amarok-time          "9.2 SBU">
    1313]>
  • multimedia/libdriv/pulseaudio.xml

    r4849cdc r23d3543c  
    3939    </para>
    4040
    41     &lfs72_checked;
     41    &lfs73_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    145145
    146146<screen><userinput>find . -name "Makefile.in" | xargs sed -i "s|(libdir)/@PACKAGE@|(libdir)/pulse|" &amp;&amp;
     147sed -i "s@json >= 0.9@json-c >= 0.11@g" configure &amp;&amp;
    147148./configure --prefix=/usr \
    148149            --sysconfdir=/etc \
     
    168169
    169170    <para>
    170       <command>find . -name Makefile.in ...</command>: This command changes
     171      <command>find . -name Makefile.in ...</command>: This sed changes
    171172      the build system to install <application>PulseAudio</application>
    172173      private libraries into
    173174      <filename class="directory">/usr/lib/pulse</filename> instead of
    174175      <filename class="directory">/usr/lib/pulseaudio</filename>.
     176    </para>
     177
     178    <para>
     179      <command>sed -i "s@json >= 0.9@json-c >= 0.11@g" configure</command>:
     180      This sed fixes building with <application>JSON-C</application> 0.11.
    175181    </para>
    176182
Note: See TracChangeset for help on using the changeset viewer.