Changeset ef9000a for multimedia


Ignore:
Timestamp:
12/17/2012 10:55:03 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
4abd884
Parents:
8e5dd4b
Message:

WebKitGTK+ 1.10.2 and VLC 2.0.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r8e5dd4b ref9000a  
    99  <!ENTITY vlc-download-ftp
    1010           "ftp://ftp.videolan.org/pub/videolan/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    11   <!ENTITY vlc-md5sum        "f36dab8f126922c56b372388b7fade47">
     11  <!ENTITY vlc-md5sum        "4f959c0766ada8cea5a72c65fce94ebe">
    1212  <!ENTITY vlc-size          "18 MB">
    13   <!ENTITY vlc-buildsize     "500 MB">
     13  <!ENTITY vlc-buildsize     "600 MB">
    1414  <!ENTITY vlc-time          "4.0 SBU">
    1515]>
     
    8888      <xref linkend="alsa-lib"/>,
    8989      <xref linkend="ffmpeg"/>,
    90       <xref linkend="libmad"/>,
    91       <xref linkend="liba52"/> and
     90      <xref linkend="gnutls"/>,
     91      <xref linkend="liba52"/>,
     92      <xref linkend="libgcrypt"/>,
     93      <xref linkend="libmad"/> and
    9294      <xref linkend="qt"/> (<application>Qt</application> is required for the
    9395      graphical user interface. Without Qt you will only be able to use the
     
    182184    <bridgehead renderas="sect4">Optional miscellaneous dependencies</bridgehead>
    183185    <para role="optional">
    184       <xref linkend="libgcrypt"/>,
    185       <xref linkend="gnutls"/>,
    186186      <xref linkend="libnotify"/>,
    187187      <xref linkend="taglib"/>,
     
    232232
    233233    <para>
     234      <parameter>--disable-a52</parameter>: Use this switch if you don't have
     235      <application>liba52</application> installed.
     236    </para>
     237
     238    <para>
     239      <parameter>--disable-libgcrypt</parameter>: Use this switch if you don't
     240      have <application>libgcrypt</application> installed.
     241    </para>
     242
     243
     244    <para>
    234245      <parameter>--disable-mad</parameter>: Use this switch if you don't
    235246      have <application>libmad</application> installed.
    236247    </para>
    237248
    238     <para>
    239       <parameter>--disable-a52</parameter>: Use this switch if you don't have
    240       <application>liba52</application> installed.
    241     </para>
    242249  </sect2>
    243250
Note: See TracChangeset for help on using the changeset viewer.