Changeset c972630


Ignore:
Timestamp:
12/03/2011 02:41:19 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
96d9ee1b
Parents:
d39e2a9
Message:

Updated xine-ui to 0.99.6

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd39e2a9 rc972630  
    868868<!ENTITY avifile-version              "0.7.45">
    869869<!ENTITY mplayer-version              "1.0rc1">
    870 <!ENTITY xine-ui-version              "0.99.5">
     870<!ENTITY xine-ui-version              "0.99.6">
    871871<!ENTITY transcode-version            "1.0.3">
    872872
  • introduction/welcome/changelog.xml

    rd39e2a9 rc972630  
    4848          <para>[abenton] - Updated xine-lib to 1.1.20.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[abenton] - Updated xine-ui to 0.99.6.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
  • multimedia/libdriv/xine-lib.xml

    rd39e2a9 rc972630  
    55  %general-entities;
    66
    7   <!ENTITY xine-lib-download-http "&sourceforge-repo;/xine/xine-lib-&xine-lib-version;.tar.bz2">
    8   <!-- commented : they have it, but only as .tar.xz
    9   <!ENTITY xine-lib-download-ftp  "&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.bz2">-->
    10   <!ENTITY xine-lib-download-ftp  " ">
    11   <!ENTITY xine-lib-md5sum        "a410a0f0617e1d6309f0cbe907f73f8a">
    12   <!ENTITY xine-lib-size          "7.2 MB">
    13   <!ENTITY xine-lib-buildsize     "128 MB (without the API documentation)">
     7  <!ENTITY xine-lib-download-http "&sourceforge-repo;/xine/xine-lib-&xine-lib-version;.tar.xz">
     8  <!ENTITY xine-lib-download-ftp "&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.xz">
     9  <!ENTITY xine-lib-md5sum        "acfb6e08188fd60ad88ff83831d592d7">
     10  <!ENTITY xine-lib-size          "5.7 MB">
     11  <!ENTITY xine-lib-buildsize     "118 MB (without the API documentation)">
    1412  <!ENTITY xine-lib-time          "1.5 SBU">
    1513]>
  • multimedia/videoutils/xine-ui.xml

    rd39e2a9 rc972630  
    55  %general-entities;
    66
    7   <!ENTITY xine-ui-download-http "&sourceforge-repo;/xine/xine-ui-&xine-ui-version;.tar.gz">
    8   <!ENTITY xine-ui-download-ftp  "&gentoo-ftp-repo;/xine-ui-&xine-ui-version;.tar.gz">
    9   <!ENTITY xine-ui-md5sum        "e643cd1fcad4d98a5ae4eb877ce5087b">
    10   <!ENTITY xine-ui-size          "2.5 MB">
     7  <!ENTITY xine-ui-download-http "&sourceforge-repo;/xine/xine-ui-&xine-ui-version;.tar.xz">
     8  <!ENTITY xine-ui-download-ftp  "&gentoo-ftp-repo;/xine-ui-&xine-ui-version;.tar.xz">
     9  <!ENTITY xine-ui-md5sum        "d468b4e7fe39ff19888261e1da9be914">
     10  <!ENTITY xine-ui-size          "1.7 MB">
    1111  <!ENTITY xine-ui-buildsize     "19 MB">
    1212  <!ENTITY xine-ui-time          "0.3 SBU">
     
    8080    following commands:</para>
    8181
    82 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     82<screen><userinput>sed -i 's#info_ptr-&gt;##
     83  /RGB/icolor_type = png_get_color_type(png_ptr, info_ptr);' \
     84  src/xitk/Imlib-light/load.c &amp;&amp;
     85./configure --prefix=/usr --disable-lirc &amp;&amp;
    8386make</userinput></screen>
    8487
     
    9396  <sect2 role="commands">
    9497    <title>Command Explanations</title>
     98
     99    <para><command></command>: this sed fixes
     100    compiling against libpng-1.5.</para>
     101
     102    <para><option>--disable-lirc</option>: remove this option if you&apos;ve
     103    installed <ulink url="http://www.lirc.org">LIRC</ulink>.</para>
    95104
    96105    <para><parameter>docsdir=/usr/share/doc/xine-ui-&xine-ui-version;</parameter>:
Note: See TracChangeset for help on using the changeset viewer.