Changeset e024fe4 for multimedia


Ignore:
Timestamp:
12/01/2017 06:27:34 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:
7c90a4a
Parents:
c5eb8ede
Message:

Remove pcre as dependency for qpdf.
Update to curl-7.57.0.
Update to nasm-2.13.02.
Update to x265-2.6.
Update to upower-0.99.7.
Update to stunnel-5.44.
Update to QScintilla_gpl-2.10.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/x265.xml

    rc5eb8ede re024fe4  
    77  <!ENTITY x265-download-http "https://bitbucket.org/multicoreware/x265/downloads/x265_&x265-version;.tar.gz">
    88  <!ENTITY x265-download-ftp  " ">
    9   <!ENTITY x265-md5sum        "192e54fa3068b594aa44ab2b703f071d">
     9  <!ENTITY x265-md5sum        "4d318be1f19b58985432a144bd054572">
    1010  <!ENTITY x265-size          "1.2 MB">
    1111  <!ENTITY x265-buildsize     "39 MB">
    12   <!ENTITY x265-time          "0.8 SBU">
     12  <!ENTITY x265-time          "0.3 SBU (using parallelism=4)">
    1313]>
    1414
     
    7070      </listitem>
    7171    </itemizedlist>
    72 <!--
    73     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    74     <itemizedlist spacing="compact">
    75       <listitem>
    76         <para>
    77           Required patch:
    78           <ulink url="&patch-root;/x265_&x265-version;-enable_static-1.patch"/>
    79         </para>
    80       </listitem>
    81     </itemizedlist>
    82 -->
     72
    8373    <bridgehead renderas="sect3">x265 Dependencies</bridgehead>
    8474
     
    112102    </para>
    113103
    114 <!-- The patch to change CMakeCache.txt changes with every version and
    115 is complex.  It is easier to just remove the static library after installation.
    116 
    117 patch -Np1 -i ../x265_&x265-version;-enable_static-1.patch &amp;&amp;
    118 
    119 -DENABLE_STATIC is set to ON by default, but we remove the stalib anyway.
    120 -->
    121 
    122104<screen><userinput>mkdir bld &amp;&amp;
    123105cd    bld &amp;&amp;
     
    135117
    136118<screen role="root"><userinput>make install &amp;&amp;
    137 rm /usr/lib/libx265.a </userinput></screen>
     119rm -vf /usr/lib/libx265.a </userinput></screen>
    138120
    139121  </sect2>
     
    143125
    144126      <para>
    145         <command>rm /usr/lib/libx265.a</command>: BLFS does not recommend
     127        <command>rm -vf /usr/lib/libx265.a</command>: BLFS does not recommend
    146128        using static libraries. 
    147129      </para>
Note: See TracChangeset for help on using the changeset viewer.