mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to libmusicbrainz-2.1.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6361 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
03091b5088
commit
003c1b9b38
@ -574,7 +574,7 @@
|
||||
<!ENTITY gst-plugins-base-version "0.10.8">
|
||||
<!ENTITY gst-plugins-good-version "0.10.3">
|
||||
<!ENTITY gst-plugins-ugly-version "0.10.3">
|
||||
<!ENTITY libmusicbrainz-version "2.1.2">
|
||||
<!ENTITY libmusicbrainz-version "2.1.4">
|
||||
<!ENTITY libmpeg2-version "0.4.0b">
|
||||
|
||||
<!-- Obsolete
|
||||
|
@ -42,16 +42,11 @@
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>October 25th, 2006</para>
|
||||
<para>October 27th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Fixed the hdparm instructions to work
|
||||
correctly when installing to an alternate prefix. Thanks to
|
||||
Miguel Bazdresch for reporting the problem. Fixes ticket
|
||||
#2196.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to zip 2.32.</para>
|
||||
<para>[dnicholson] - Updated to libmusicbrainz-2.1.4, fixing
|
||||
security vulnerability CVE-2006-4197. Closes ticket #2181.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
@ -66,6 +61,21 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 25th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dnicholson] - Fixed the hdparm instructions to work
|
||||
correctly when installing to an alternate prefix. Thanks to
|
||||
Miguel Bazdresch for reporting the problem. Fixes ticket
|
||||
#2196.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to zip 2.32.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 23rd, 2006</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY libmusicbrainz-download-http "http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-&libmusicbrainz-version;.tar.gz">
|
||||
<!ENTITY libmusicbrainz-download-ftp "ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-&libmusicbrainz-version;.tar.gz">
|
||||
<!ENTITY libmusicbrainz-md5sum "88d35af903665fecbdee77eb6d5e6cdd">
|
||||
<!ENTITY libmusicbrainz-size "504 KB">
|
||||
<!ENTITY libmusicbrainz-buildsize "10.7 MB">
|
||||
<!ENTITY libmusicbrainz-md5sum "98bf1e102dda3b6ec3e72e1426445489">
|
||||
<!ENTITY libmusicbrainz-size "509 KB">
|
||||
<!ENTITY libmusicbrainz-buildsize "10.2 MB">
|
||||
<!ENTITY libmusicbrainz-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
@ -68,6 +68,12 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="optional"><xref linkend="expat"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional to Build the Python
|
||||
Bindings</bridgehead>
|
||||
<para role="optional"><xref linkend="python"/> and
|
||||
<ulink url="http://sourceforge.net/projects/ctypes">ctypes</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libmusicbrainz"/></para>
|
||||
|
||||
@ -82,7 +88,12 @@
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
<para>Build the Python bindings with the following commands:</para>
|
||||
|
||||
<screen><userinput>(cd python && python setup.py build)</userinput></screen>
|
||||
|
||||
<para>To test the Python bindings, issue the command
|
||||
<command>(cd python && python setup.py test)</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
@ -90,6 +101,12 @@ make</userinput></screen>
|
||||
install -v -m644 -D docs/mb_howto.txt \
|
||||
/usr/share/doc/libmusicbrainz-&libmusicbrainz-version;/mb_howto.txt</userinput></screen>
|
||||
|
||||
<para>If you built the Python bindings, issue the following command as
|
||||
the <systemitem class="username">root</systemitem> user to intstall
|
||||
them:</para>
|
||||
|
||||
<screen role="root"><userinput>(cd python && python setup.py install)</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user