Ignore:
Timestamp:
09/06/2024 07:14:02 PM (5 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
ccb798f
Parents:
74d1cc1
Message:

x265: Add -DGIT_ARCHETYPE=1 back to the instructions.

This prevents a hard dependency on git by tricking the build system into
still generating the shared library and pkg-config file for this pakage.
Without this option, git is required to build anything other than the
static library for x265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/x265.xml

    r74d1cc1 re75b6d4  
    9999
    100100cmake -D CMAKE_INSTALL_PREFIX=/usr \
     101      -D GIT_ARCHETYPE=1           \
    101102      -W no-dev ../source          &amp;&amp;
    102103make</userinput></screen>
     
    146147        <parameter>-W no-dev</parameter>: This switch is used to suppress warnings
    147148        intended for the package developers.
     149      </para>
     150
     151      <para>
     152        <parameter>-D GIT_ARCHETYPE=1</parameter>: This switch is needed
     153        because the build system will not generate a pkg-config file or install
     154        a shared library unless <xref linkend="git"/> is installed. Git isn't
     155        required for anything else in this package, so this switch is used to
     156        work around it for users who do not want to install Git as a build
     157        dependency.
    148158      </para>
    149159
Note: See TracChangeset for help on using the changeset viewer.