Changeset 93e643a3


Ignore:
Timestamp:
07/01/2012 07:48:58 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
a961a27
Parents:
3bf9f9a6
Message:

VLC 2.0.2. Pkg-config cosmetic changes.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3bf9f9a6 r93e643a3  
    10601060<!ENTITY xine-ui-version              "0.99.7">
    10611061<!ENTITY transcode-version            "1.1.7">
    1062 <!ENTITY vlc-version                  "2.0.1">
     1062<!ENTITY vlc-version                  "2.0.2">
    10631063
    10641064<!-- Chapter 41 -->
  • general/prog/pkgconfig.xml

    r3bf9f9a6 r93e643a3  
    8080
    8181<screen><userinput>./configure --prefix=/usr \
    82  --with-installed-popt \
    83  --with-internal-glib \
    84  --docdir=/usr/share/doc/pkg-config-&pkgconfig-version; &amp;&amp;
     82            --with-installed-popt \
     83            --with-internal-glib \
     84            --docdir=/usr/share/doc/pkg-config-&pkgconfig-version; &amp;&amp;
    8585make</userinput></screen>
    8686
     
    9797    <title>Command Explanations</title>
    9898
    99     <para><parameter>- -with-installed-popt</parameter>: This parameter causes
     99    <para><parameter>--with-installed-popt</parameter>: This parameter causes
    100100    the package to use the installed popt, instead of the broken shipped version.</para>
    101101
    102     <para><parameter>- -with-internal-glib</parameter>: This parameter causes
     102    <para><parameter>--with-internal-glib</parameter>: This parameter causes
    103103    the package to use the shipped version of glib2.</para>
    104104
  • introduction/welcome/changelog.xml

    r3bf9f9a6 r93e643a3  
    4545      <para>July 1st, 2012</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[rthomsen] - VLC 2.0.2.
     49          Fixes <ulink url="&blfs-ticket-root;3451">#3451</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Change location of compressed gimp-help patch.
  • multimedia/videoutils/vlc.xml

    r3bf9f9a6 r93e643a3  
    99  <!ENTITY vlc-download-ftp
    1010  "ftp://ftp.videolan.org/pub/videolan/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    11   <!ENTITY vlc-md5sum        "5ad114755670e4881a2b35354e2f79bc">
     11  <!ENTITY vlc-md5sum        "93e729cc970a4535b3213dbef0e69528">
    1212  <!ENTITY vlc-size          "17 MB">
    13   <!ENTITY vlc-buildsize     "300 MB">
     13  <!ENTITY vlc-buildsize     "432 MB">
    1414  <!ENTITY vlc-time          "2.5 SBU">
    1515]>
     
    4141    </para>
    4242
    43     &lfs70_checked;
     43    &lfs71_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    204204
    205205<screen><userinput>./configure --prefix=/usr \
    206     --disable-lua &amp;&amp;
     206            --disable-lua &amp;&amp;
    207207make</userinput></screen>
    208208
Note: See TracChangeset for help on using the changeset viewer.