mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Fix the compilation of python2 bindings for libmusicbrainz
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24062 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e4c4af66ab
commit
4544b2a617
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>January 2nd, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Fix the build of python bindings in
|
||||
libmusicbrainz.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to ruby-3.0.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;14415">#14415</ulink>.</para>
|
||||
|
@ -149,7 +149,7 @@ install -v -m644 -D docs/mb_howto.txt \
|
||||
them:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>(cd python && python setup.py install)</userinput></screen>
|
||||
<screen role="root"><userinput>(cd python && python2 setup.py install)</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
||||
<xref linkend="sdl"/>,
|
||||
<xref linkend="sdl2"/>,
|
||||
<ulink url="http://jackaudio.org">JACK</ulink>,
|
||||
<ulink url="http://www.ipswitchft.com/moveit/">MOVEit</ulink>,
|
||||
<ulink url="http://www.ipswitch.com/moveit/">MOVEit</ulink>,
|
||||
<ulink url="http://sox.sourceforge.net/">SoX</ulink>,
|
||||
<ulink url="https://github.com/mltframework/swfdec">Swfdec</ulink>, and
|
||||
<ulink url="http://public.hronopik.de/vid.stab/">vid.stab</ulink>
|
||||
|
Loading…
Reference in New Issue
Block a user