Ignore:
Timestamp:
04/08/2013 05:48:53 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:
0c7d410
Parents:
388d294
Message:

Package updates.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r388d294 raf1093d  
    99  <!ENTITY vlc-download-ftp
    1010           "ftp://ftp.videolan.org/pub/videolan/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    11   <!ENTITY vlc-md5sum        "4f959c0766ada8cea5a72c65fce94ebe">
     11  <!ENTITY vlc-md5sum        "b45be633c71dca04ca7d6c3d64dd728b">
    1212  <!ENTITY vlc-size          "18 MB">
    13   <!ENTITY vlc-buildsize     "as much as 600 MB, but likely around 500">
     13  <!ENTITY vlc-buildsize     "as much as 600 MB, but likely around 500 MB">
    1414  <!ENTITY vlc-time          "4.0 SBU">
    1515]>
     
    230230
    231231<screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-opencv_fixes-1.patch &amp;&amp;
    232 sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &amp;&amp;
    233232./bootstrap &amp;&amp;
    234 sed -e "s@LDFLAGS_sid)@&amp; -L/usr/lib/sidplay/builders@g" \
    235     -i modules/demux/Makefile.in &amp;&amp;
    236233
    237234./configure --prefix=/usr --disable-lua &amp;&amp;
     
    239236
    240237    <para>
    241       To test the results, issue: <command>make check</command>
     238      To test the results, issue: <command>make check</command>.
    242239    </para>
    243240
     
    259256      modifies <application>Autotools</application> files and
    260257      <application>VLC</application> uses a custom reconfiguration system.
    261     </para>
    262 
    263     <para>
    264       <command>sed -e ...</command>: First sed fixes building against the
    265       <application>Sidplay2</application> and second sed fixes bootstrap
    266       with <application>Automake</application> 1.13.
    267258    </para>
    268259
Note: See TracChangeset for help on using the changeset viewer.