Changeset 1de15ced for multimedia


Ignore:
Timestamp:
04/09/2014 06:30:49 PM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
f12b2cfa
Parents:
b01e2d2
Message:

xine-ui-0.99.8

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/xine-ui.xml

    rb01e2d2 r1de15ced  
    99  <!ENTITY xine-ui-download-ftp
    1010    "&gentoo-ftp-repo;/xine-ui-&xine-ui-version;.tar.xz">
    11   <!ENTITY xine-ui-md5sum        "2af6fcc2ad6af6ba2e471497c5d140dc">
     11  <!ENTITY xine-ui-md5sum        "8dc079baeab56c99e33268a973bc288e">
    1212  <!ENTITY xine-ui-size          "1.7 MB">
    13   <!ENTITY xine-ui-buildsize     "34 MB">
     13  <!ENTITY xine-ui-buildsize     "33 MB">
    1414  <!ENTITY xine-ui-time          "0.3 SBU">
    1515]>
     
    7171        <para>
    7272          Estimated build time: &xine-ui-time;
    73         </para>
    74       </listitem>
    75     </itemizedlist>
    76 
    77     <bridgehead renderas="sect3">Additional Patches</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           Recommended patch:
    82           <ulink url="&patch-root;/xine-ui-&xine-ui-version;-upstream_fix-1.patch"/>
    83           (without this, opening files from the menu doesn&apos;t work).
    8473        </para>
    8574      </listitem>
     
    111100
    112101    <para>
    113       If you have downloaded the recommended patch, apply it by running the
    114       following command:
    115     </para>
    116 
    117 <screen><userinput>patch -Np1 -i ../xine-ui-&xine-ui-version;-upstream_fix-1.patch</userinput></screen>
    118 
    119     <para>
    120102      Install <application>xine User Interface</application> by running the
    121103      following commands:
    122104    </para>
    123105
    124 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     106<screen><userinput>sed -i 's/(CPPFunction[^)]*)//' src/xitk/network.c &amp;&amp;
     107./configure --prefix=/usr &amp;&amp;
    125108make</userinput></screen>
    126109
     
    142125  <sect2 role="commands">
    143126    <title>Command Explanations</title>
     127
     128    <para>
     129       <parameter>sed -i 's/(CPPFunction[^)]*)//' src/xitk/network.c</parameter>:
     130       This command removes an unnecessary reference to deprecated code which fails
     131       to compile with <application>readline-6.3</application>.
     132    </para>
    144133
    145134    <para>
Note: See TracChangeset for help on using the changeset viewer.