Ignore:
Timestamp:
02/11/2018 05:41:19 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4628cd88
Parents:
2433413
Message:

Archive openssl-1.1.x. Moved to LFS.
Update to v4l-utils-1.14.2.
Update to vlc-3.0.0.

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

Location:
multimedia/videoutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r2433413 r94b42903  
    111111      <xref linkend="opencv"/>,
    112112      <xref linkend="openjpeg"/>,
    113       <xref linkend="openssl"/> or
    114113      <xref linkend="gnutls"/>,
    115114      <xref linkend="pulseaudio"/>,
  • multimedia/videoutils/vlc.xml

    r2433413 r94b42903  
    77  <!ENTITY vlc-download-http "https://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    88  <!ENTITY vlc-download-ftp  " ">
    9   <!ENTITY vlc-md5sum        "b721fddf65aaf64eeee5629aa9bf7c9e">
    10   <!ENTITY vlc-size          "21 MB">
    11   <!ENTITY vlc-buildsize     "546 MB (add 3 MB for tests)">
    12   <!ENTITY vlc-time          "1.6 SBU (using parallelism=4; add 0.1 SBU for tests)">
     9  <!ENTITY vlc-md5sum        "a953d8b90e56f06828c4ca8e390c5c9b">
     10  <!ENTITY vlc-size          "24 MB">
     11  <!ENTITY vlc-buildsize     "615 MB (add 12 MB for tests)">
     12  <!ENTITY vlc-time          "2.0 SBU (using parallelism=4; add 0.2 SBU for tests)">
    1313]>
    1414
     
    7171        <para>
    7272          Estimated build time: &vlc-time;
    73         </para>
    74       </listitem>
    75     </itemizedlist>
    76 
    77     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           Required patch:
    82           <ulink
    83             url="&patch-root;/vlc-&vlc-version;-ffmpeg3-1.patch"/>
    8473        </para>
    8574      </listitem>
     
    222211    </para>
    223212
    224 <screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-ffmpeg3-1.patch    &amp;&amp;
    225 sed -i 's/error-implicit-function-declaration//' configure &amp;&amp;
    226 
    227 ./configure --prefix=/usr --disable-atmo &amp;&amp;
     213<screen><userinput>sed -i '/luaL_checkint(/s/checkint/checkinteger/' modules/lua/{demux,libs/*}.c &amp;&amp;
     214sed -i '/DEPRECATED/s:^://:'  modules/text_renderer/freetype/text_layout.c    &amp;&amp;
     215
     216BUILDCC=gcc ./configure --prefix=/usr &amp;&amp;
    228217
    229218make</userinput></screen>
    230219
    231220    <para>
    232       To test the results, issue: <command>make -k check</command>.
     221      To test the results, issue: <command>make check</command>.
    233222    </para>
    234223
     
    236225      Now, as the <systemitem class="username">root</systemitem> user:
    237226    </para>
    238 
     227<!--
    239228    <note>
    240229      <para>
     
    245234      </para>
    246235    </note>
    247 
     236-->
    248237<screen role="root"><userinput>make docdir=/usr/share/doc/vlc-&vlc-version; install</userinput></screen>
    249238
     
    257246
    258247    <para>
    259       <command>sed ... configure</command>: This command removes
    260       a gcc option that treats a warning as an error.
    261     </para>
    262 <!--
    263     <para>
    264       <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar>: This environment variable
    265       ensures the use of the correct variation of <xref linkend='lua'/>.
    266     </para>
    267 -->
    268     <para>
    269       <parameter>--disable-atmo</parameter>: This switch disables
    270       trying to build AtmoLight (homemade Philips Ambilight clone).
    271     </para>
    272 
    273     <para>
    274       <option>--enable-opencv=no</option>: This switch disables
    275       <application>OpenCV</application> suport.
     248      <command>sed ... modules/lua/...</command>: This command allows
     249      building with the current version of <xref linkend="lua"/>.
     250    </para>
     251
     252    <para>
     253      <command>sed ... text_layout.c</command>: This command allows
     254      building with the current version of <xref linkend="freetype2"/>.
    276255    </para>
    277256
Note: See TracChangeset for help on using the changeset viewer.