Changeset 7ea2a6f


Ignore:
Timestamp:
03/21/2012 08:33:26 PM (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:
60bcf481
Parents:
c11f2b3b
Message:

Amarok2 and mysql conf.

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc11f2b3b r7ea2a6f  
    44-->
    55
    6 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     6<!ENTITY day          "21">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "March 18th, &year;">
     12<!ENTITY releasedate  "March 21th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    993993<!ENTITY audacious-plugins-version    "3.2">
    994994<!ENTITY amarok-version               "1.4.8">
     995<!ENTITY amarok2-version              "2.5.0">
    995996<!ENTITY gnome-media-version          "2.32.0">
    996997
  • introduction/welcome/changelog.xml

    rc11f2b3b r7ea2a6f  
    4343-->
    4444    <listitem>
     45      <para>March 21th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[rthomsen] - added amarok 2.5.0 and updated mysql configuration accordingly.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 20th, 2012</para>
    4655      <itemizedlist>
  • multimedia/audioutils/audioutils.xml

    rc11f2b3b r7ea2a6f  
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="audacious.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="amarok.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="amarok2.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-media.xml"/>
    3334
  • server/databases/mysql.xml

    rc11f2b3b r7ea2a6f  
    6767    <itemizedlist spacing="compact">
    6868      <listitem>
     69        <para>Optional patch: <ulink
     70        url="&patch-root;/mysql-&mysql-version;-embedded-library-shared-1.patch"/></para>
     71      </listitem>
     72      <listitem>
    6973        <para>Optional Documentation (see tip below):
    7074          <ulink url="http://dev.mysql.com/doc/"/>
     
    7377    </itemizedlist>
    7478
     79    <note><para>The patch is required only if you plan to install <application>
     80    Amarok2</application>.</para></note>
     81   
    7582    <bridgehead renderas="sect3">MySQL Dependencies</bridgehead>
    7683
     
    105112    Documentation</ulink> for a full listing of all options.</para></note>
    106113
     114 <note><para>If you plan to install <application>Amarok2</application>, you need to
     115 apply the optional patch, add the cmake option
     116 <userinput>-DWITH_EMBEDDED_SERVER=ON</userinput> and add
     117 <userinput>Embedded</userinput> to the <userinput>SEGMENTS</userinput> variable
     118 below.</para></note>
     119   
     120    <para>Apply the optional patch:</para>
     121   
     122 <screen><userinput>patch -Np1 -i ../mysql-&mysql-version;-embedded-library-shared-1.patch</userinput></screen>   
     123   
    107124    <para>Build and install <application>MySQL</application> by
    108125    running the following commands:</para>
    109 
     126   
    110127<screen><userinput>cmake .                                     \
    111128   -DSYSCONFDIR=/etc                           \
Note: See TracChangeset for help on using the changeset viewer.