Changeset fd9dc0f9


Ignore:
Timestamp:
03/13/2008 10:43:38 AM (16 years ago)
Author:
Robert Daniels <rdaniels@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
81fc414
Parents:
a88b03e
Message:

Update to xine-lib-1.1.10.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra88b03e rfd9dc0f9  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     6<!ENTITY day          "13">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    635635<!ENTITY liba52-version               "0.7.4">
    636636<!ENTITY xvid-version                 "1.1.3">
    637 <!ENTITY xine-lib-version             "1.1.7">
     637<!ENTITY xine-lib-version             "1.1.10.1">
    638638<!ENTITY libmikmod-version            "3.1.11">
    639639<!ENTITY gstreamer-version            "0.10.13">
  • introduction/welcome/changelog.xml

    ra88b03e rfd9dc0f9  
    4242-->
    4343
     44    <listitem>
     45      <para>March 13th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[rdaniels] - Updated to xine-lib-1.1.10.1. Removed obsolete
     49          note from xine-lib page regarding --with-xv-path.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53   
    4454    <listitem>
    4555      <para>March 12th, 2008</para>
  • multimedia/libdriv/xine-lib.xml

    ra88b03e rfd9dc0f9  
    55  %general-entities;
    66
    7   <!ENTITY xine-lib-download-http "http://downloads.sourceforge.net/xine/xine-lib-&xine-lib-version;.tar.gz">
     7  <!ENTITY xine-lib-download-http "http://downloads.sourceforge.net/xine/xine-lib-&xine-lib-version;.tar.bz2">
    88  <!ENTITY xine-lib-download-ftp  "&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.gz">
    9   <!ENTITY xine-lib-md5sum        "63735be200f97d784ed02b2123da7caf">
    10   <!ENTITY xine-lib-size          "7.2 MB">
     9  <!ENTITY xine-lib-md5sum        "83ec06946afff92afbe129774699a25e">
     10  <!ENTITY xine-lib-size          "7.1 MB">
    1111  <!ENTITY xine-lib-buildsize     "238 MB">
    1212  <!ENTITY xine-lib-time          "5.6 SBU (with all optional dependencies installed)">
     
    123123    <command>configure</command> may not compile cleanly.</para> -->
    124124
    125     <para>You will need to pass
    126     <option>--with-xv-path=<replaceable>&lt;/directory/path&gt;</replaceable></option>
    127     to <command>configure</command> if you didn't install
    128     <application>Xorg</application> or <application>XFree86</application> in
    129     <filename class='directory'>/usr/X11R6</filename>. For example, if you
    130     installed <application>Xorg</application> in
    131     <filename class='directory'>/usr</filename>, you will need to use
    132     <option>--with-xv-path=/usr/lib</option>.</para>
    133 
    134125    <para>This package does not come with a test suite.</para>
    135126
Note: See TracChangeset for help on using the changeset viewer.