Changeset 15244f93


Ignore:
Timestamp:
08/13/2007 12:29:41 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
a240109f
Parents:
a8d33f07
Message:

Updated to libmusicbrainz-2.1.5

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra8d33f07 r15244f93  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     6<!ENTITY day          "13">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    640640<!ENTITY gst-plugins-good-version     "0.10.6">
    641641<!ENTITY gst-plugins-ugly-version     "0.10.6">
    642 <!ENTITY libmusicbrainz-version       "2.1.4">
     642<!ENTITY libmusicbrainz-version       "2.1.5">
    643643<!ENTITY libmpeg2-version             "0.4.1">
    644644
  • introduction/welcome/changelog.xml

    ra8d33f07 r15244f93  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>August 13th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to libmusicbrainz-2.1.5.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
  • multimedia/libdriv/libmusicbrainz.xml

    ra8d33f07 r15244f93  
    77  <!ENTITY libmusicbrainz-download-http "http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-&libmusicbrainz-version;.tar.gz">
    88  <!ENTITY libmusicbrainz-download-ftp  "ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-&libmusicbrainz-version;.tar.gz">
    9   <!ENTITY libmusicbrainz-md5sum        "98bf1e102dda3b6ec3e72e1426445489">
    10   <!ENTITY libmusicbrainz-size          "509 KB">
    11   <!ENTITY libmusicbrainz-buildsize     "10.2 MB">
    12   <!ENTITY libmusicbrainz-time          "0.3 SBU">
     9  <!ENTITY libmusicbrainz-md5sum        "d5e19bb77edd6ea798ce206bd05ccc5f">
     10  <!ENTITY libmusicbrainz-size          "524 KB">
     11  <!ENTITY libmusicbrainz-buildsize     "12 MB">
     12  <!ENTITY libmusicbrainz-time          "0.4 SBU">
    1313]>
    1414
     
    8787make</userinput></screen>
    8888
    89     <para>Build the Python bindings with the following commands:</para>
     89    <para>If <application>Python</application> is installed, build the bindings
     90    with the following commands:</para>
    9091
    9192<screen><userinput>(cd python &amp;&amp; python setup.py build)</userinput></screen>
    9293
    93     <para>To test the Python bindings, issue the command
    94     <command>(cd python &amp;&amp; python setup.py test)</command>.</para>
     94    <para>This package does not come with a stand-alone test suite (to
     95    test you must have <application>Python</application> installed and perform
     96    the test after the package is installed).</para>
    9597
    9698    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    100102    /usr/share/doc/libmusicbrainz-&libmusicbrainz-version;/mb_howto.txt</userinput></screen>
    101103
    102     <para>If you built the Python bindings, issue the following command as
    103     the <systemitem class="username">root</systemitem> user to intstall
     104    <para>To test the Python bindings, issue the following:
     105    <command>(cd python &amp;&amp; python setup.py test)</command>.</para>
     106
     107    <para>If you built the Python bindings, issue the following commands as
     108    the <systemitem class="username">root</systemitem> user to install
    104109    them:</para>
    105110
Note: See TracChangeset for help on using the changeset viewer.