Changeset 433974d2


Ignore:
Timestamp:
04/21/2013 06:22:49 PM (11 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.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:
b1477fe7
Parents:
5a6a6be
Message:

patch xine-ui to fix opening files from its menu

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5a6a6be r433974d2  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[ken] - patch xine-ui-0.99.7 so that opening files from the menu
     52          works.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[ken] - Openssh-6.2p1.</para>
    5256        </listitem>
  • multimedia/videoutils/xine-ui.xml

    r5a6a6be r433974d2  
    6363    </itemizedlist>
    6464
     65    <bridgehead renderas="sect3">Additional Patches</bridgehead>
     66    <itemizedlist spacing="compact">
     67      <listitem>
     68        <para>
     69          Recommended patch:
     70          <ulink url="&patch-root;/xine-ui-&xine-ui-version;-upstream_fix-1.patch"/>
     71          (without this, opening files from the menu doesn&apos;t work).
     72        </para>
     73      </listitem>
     74    </itemizedlist>
     75
    6576    <bridgehead renderas="sect3">Xine User Interface Dependencies</bridgehead>
    6677
     
    8798  <sect2 role="installation">
    8899    <title>Installation of Xine User Interface</title>
     100
     101    <para>
     102      If you have downloaded the recommended patch, apply it by running the
     103      following command:
     104    </para>
     105
     106<screen><userinput>patch -Np1 -i ../xine-ui-&xine-ui-version;-upstream_fix-1.patch</userinput></screen>
    89107
    90108    <para>
Note: See TracChangeset for help on using the changeset viewer.