Changeset 2cfb44a4 for multimedia


Ignore:
Timestamp:
07/14/2012 10:38:15 AM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
5ef6186
Parents:
f342c0a9
Message:

Phonon-backen-gstreamer 4.6.1. Several KDE infrastructure changes.

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

Location:
multimedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/amarok.xml

    rf342c0a9 r2cfb44a4  
    66
    77  <!ENTITY amarok-download-http "&kde-download-http;amarok/&amarok-version;/src/amarok-&amarok-version;.tar.bz2">
    8   <!ENTITY amarok-download-ftp  "&kde-download-http;amarok/&amarok-version;/src/amarok-&amarok-version;.tar.bz2">
     8  <!ENTITY amarok-download-ftp  "&kde-download-ftp;amarok/&amarok-version;/src/amarok-&amarok-version;.tar.bz2">
    99  <!ENTITY amarok-md5sum        "b7983eaa33e4771769ae9e330c811995">
    1010  <!ENTITY amarok-size          "44 MB">
     
    3131
    3232    <para><application>Amarok</application> is a powerful audio player for
    33     the KDE4 environment.
     33    the KDE environment.
    3434    Features include a context browser, integration with many online music
    3535    services and support for management of several digital music players
    3636    including Apple's iPod.</para>
    3737   
    38     &lfs70_checked;
     38    &lfs71_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    104104<screen><userinput>mkdir build &amp;&amp;
    105105cd build &amp;&amp;
    106 cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
    107       -DKDE_DEFAULT_HOME=.kde4 \
    108       -DSYSCONF_INSTALL_DIR=/etc/kde4 \
     106cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
     107      -DSYSCONF_INSTALL_DIR=/etc/kde \
    109108      .. &amp;&amp;
    110109make</userinput></screen>
     
    140139        libamarokcore.so, libamaroklib.so, libamarokocsclient.so,
    141140        libamarokpud.so, libampache_account_login.so and several
    142         libraries in $KDE4_PREFIX/lib/kde4</seg>
    143         <seg>several in $KDE4_PREFIX/share</seg>
     141        libraries in &kde-dir;/lib/kde4</seg>
     142        <seg>several in &kde-dir;/share</seg>
    144143      </seglistitem>
    145144    </segmentedlist>
  • multimedia/cdwriteutils/k3b.xml

    rf342c0a9 r2cfb44a4  
    142142
    143143<screen><userinput>patch -Np1 -i ../k3b-&k3b-version;-ffmpeg_fix-1.patch &amp;&amp;
    144 cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX   \
    145       -DKDE_DEFAULT_HOME=.kde4              \
    146       -DSYSCONF_INSTALL_DIR=/etc/kde4       \
     144cmake -DCMAKE_INSTALL_PREFIX=&kde-dir;   \
     145      -DSYSCONF_INSTALL_DIR=/etc/kde        \
    147146      -DK3B_ENABLE_HAL_SUPPORT=OFF          \
    148147      ..  &amp;&amp;
     
    208207        <seg>libk3b.so, libk3bdevice.so and numerous
    209208        modules for the installed dependencies</seg>
    210         <seg>The following subdirectories of <envar>$KDE_PREFIX</envar>/share/:
     209        <seg>The following subdirectories of <envar>&kde-dir;</envar>/share/:
    211210        applnk/Settings/System, apps/k3b, doc/HTML/en/k3b</seg>
    212211      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.