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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.