Changeset f9bf7d4a for multimedia


Ignore:
Timestamp:
07/14/2017 05:55:26 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.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:
5fd872d
Parents:
a770b0e
Message:

Update to pycairo-1.14.0 (python module).
Update to libarchive-3.3.2.
Update to wayland-protocols-1.9.
Update to x265-2.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/x265.xml

    ra770b0e rf9bf7d4a  
    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        "ab0986aa5c4465b874de94095b0d0cae">
     9  <!ENTITY x265-md5sum        "192e54fa3068b594aa44ab2b703f071d">
    1010  <!ENTITY x265-size          "1.2 MB">
    11   <!ENTITY x265-buildsize     "28 MB">
    12   <!ENTITY x265-time          "0.7 SBU">
     11  <!ENTITY x265-buildsize     "39 MB">
     12  <!ENTITY x265-time          "0.8 SBU">
    1313]>
    1414
     
    3636
    3737    &lfs80_checked;
     38    &gcc7_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7071      </listitem>
    7172    </itemizedlist>
    72 
     73<!--
    7374    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7475    <itemizedlist spacing="compact">
     
    8081      </listitem>
    8182    </itemizedlist>
    82 
     83-->
    8384    <bridgehead renderas="sect3">x265 Dependencies</bridgehead>
    8485
     
    112113    </para>
    113114
    114 <screen><userinput>patch -Np1 -i ../x265_&x265-version;-enable_static-1.patch &amp;&amp;
     115<!-- The patch to change CMakeCache.txt changes with every version and
     116is complex.  It is easier to just remove the static library after installation.
    115117
    116 mkdir bld &amp;&amp;
     118patch -Np1 -i ../x265_&x265-version;-enable_static-1.patch &amp;&amp;
     119-->
     120
     121<screen><userinput>mkdir bld &amp;&amp;
    117122cd    bld &amp;&amp;
    118123
     
    131136    </para>
    132137
    133 <screen role="root"><userinput>make install</userinput></screen>
     138<screen role="root"><userinput>make install &amp;&amp;
     139rm /usr/lib/libx265.a </userinput></screen>
    134140
     141  </sect2>
     142
     143  <sect2 role="commands">
     144      <title>Command Explanations</title>
     145
     146      <para>
     147        <command>rm /usr/lib/libx265.a</command>: BLFS does not recommend
     148        using static libraries. 
     149      </para>
    135150  </sect2>
    136151
Note: See TracChangeset for help on using the changeset viewer.