Changeset 3f24c6c


Ignore:
Timestamp:
03/25/2022 02:22:54 AM (2 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
d20faec
Parents:
751dd1e
Message:

Fix x265 if git has not been installed.

Original problem report from rhubarbpieguy on blfs-support,
fix found at gentoo.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r751dd1e r3f24c6c  
    4343    -->
    4444    <listitem>
     45      <para>March 25th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Fix x265 when git has not been installed.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>March 24th, 2022</para>
    4655      <itemizedlist>
  • multimedia/libdriv/x265.xml

    r751dd1e r3f24c6c  
    104104cd    bld &amp;&amp;
    105105
    106 cmake -DCMAKE_INSTALL_PREFIX=/usr ../source &amp;&amp;
     106cmake -DCMAKE_INSTALL_PREFIX=/usr \
     107      -DGIT_ARCHETYPE=1 ../source &amp;&amp;
    107108make</userinput></screen>
    108109
     
    122123  <sect2 role="commands">
    123124      <title>Command Explanations</title>
     125
     126      <para>
     127        <command>-DGIT_ARCHETYPE=1</command>: Upstream no longer provides
     128        releases. BLFS is using a git snapshot, but if the builder has not
     129        installed <application>git</application> the build will not install
     130        the shared library or the pkgconfig file without this switch.
     131      </para>
    124132
    125133      <para>
Note: See TracChangeset for help on using the changeset viewer.