Ignore:
Timestamp:
08/22/2014 08:43:57 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b33ea6fa
Parents:
fabc9f3
Message:

Update to libreoffice-4.3.0. Patch sent by Christopher G, from systemd branch, thank you very much. Some fixes from Armin K, from systemd branch, thanks.
Update to poppler-0.26.4.
Update to doxygen-1.8.8.
Update to lxpanel-0.7.0.
Update to xine-ui-0.99.9.
Update to php-5.5.16.
Update to libwebp-0.4.18.

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

File:
1 edited

Legend:

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

    rfabc9f3 r420c072  
    77  <!ENTITY xine-ui-download-http
    88    "&sourceforge-repo;/xine/xine-ui-&xine-ui-version;.tar.xz">
    9   <!ENTITY xine-ui-download-ftp
    10     "&gentoo-ftp-repo;/xine-ui-&xine-ui-version;.tar.xz">
    11   <!ENTITY xine-ui-md5sum        "8dc079baeab56c99e33268a973bc288e">
     9  <!ENTITY xine-ui-download-ftp " ">
     10<!--  <!ENTITY xine-ui-download-ftp
     11    "&gentoo-ftp-repo;/xine-ui-&xine-ui-version;.tar.xz">-->
     12  <!ENTITY xine-ui-md5sum        "a6d00381b5c8b7aec1a7a3fbf84f01ce">
    1213  <!ENTITY xine-ui-size          "1.7 MB">
    13   <!ENTITY xine-ui-buildsize     "33 MB">
     14  <!ENTITY xine-ui-buildsize     "26 MB">
    1415  <!ENTITY xine-ui-time          "0.3 SBU">
    1516]>
     
    104105    </para>
    105106
    106 <screen><userinput>sed -i 's/(CPPFunction[^)]*)//' src/xitk/network.c &amp;&amp;
    107 ./configure --prefix=/usr &amp;&amp;
     107<screen><userinput>./configure --prefix=/usr &amp;&amp;
    108108make</userinput></screen>
    109109
     
    125125  <sect2 role="commands">
    126126    <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>
    133127
    134128    <para>
Note: See TracChangeset for help on using the changeset viewer.