Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/x265.xml

    r8558044 r3f2db3a6  
    55  %general-entities;
    66
    7   <!ENTITY x265-download-http "&sources-anduin-http;/x265/x265_&x265-version;.tar.gz">
     7  <!ENTITY x265-download-http "&sources-anduin-http;/x265/x265-&x265-version;.tar.xz">
    88  <!ENTITY x265-download-ftp  " ">
    9   <!ENTITY x265-md5sum        "e37b91c1c114f8815a3f46f039fe79b5">
    10   <!ENTITY x265-size          "1.4 MB">
    11   <!ENTITY x265-buildsize     "35 MB">
    12   <!ENTITY x265-time          "0.9 SBU (using parallelism=4)">
     9  <!ENTITY x265-md5sum        "d6d470b22dedb72596c459b6204419d2">
     10  <!ENTITY x265-size          "1.0 MB">
     11  <!ENTITY x265-buildsize     "56 MB">
     12  <!ENTITY x265-time          "1.4 SBU (using parallelism=4)">
    1313]>
    1414
     
    1616  <?dbhtml filename="x265.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>x265-&x265-version;</title>
     
    3431    </para>
    3532
    36     &lfs110a_checked;
     33    &lfs112_checked;
    3734
    3835    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    104101cd    bld &amp;&amp;
    105102
    106 cmake -DCMAKE_INSTALL_PREFIX=/usr ../source &amp;&amp;
     103cmake -DCMAKE_INSTALL_PREFIX=/usr \
     104      -DGIT_ARCHETYPE=1 ../source &amp;&amp;
    107105make</userinput></screen>
    108106
     
    122120  <sect2 role="commands">
    123121      <title>Command Explanations</title>
     122
     123      <para>
     124        <command>-DGIT_ARCHETYPE=1</command>: Upstream no longer provides
     125        releases. BLFS is using a git snapshot, but if the builder has not
     126        installed <application>git</application> the build will not install
     127        the shared library or the pkgconfig file without this switch.
     128      </para>
    124129
    125130      <para>
Note: See TracChangeset for help on using the changeset viewer.