Changeset 19a9160


Ignore:
Timestamp:
04/04/2022 11:58:33 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
aa1a6bb
Parents:
975b612
Message:

gst-plugins-{bad,ugly}: add command explanation for -Dgpl

Also add -Dgpl=enabled for gst-plugins-ugly

Location:
multimedia/libdriv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst10-plugins-bad.xml

    r975b612 r19a9160  
    215215    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    216216      href="../../xincludes/meson-buildtype-release.xml"/>
     217
     218    <para>
     219      <parameter>-Dgpl=enabled</parameter>: Without this switch, plugins with
     220      dependencies on (A)GPL licensed libraries are not built.
     221    </para>
    217222  </sect2>
    218223
  • multimedia/libdriv/gst10-plugins-ugly.xml

    r975b612 r19a9160  
    128128meson  --prefix=/usr       \
    129129       --buildtype=release \
     130       -Dgpl=enabled       \
    130131       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
    131132       -Dpackage-name="GStreamer &gst10-plugins-ugly-version; BLFS" &amp;&amp;
     
    148149    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    149150      href="../../xincludes/meson-buildtype-release.xml"/>
     151
     152    <para>
     153      <parameter>-Dgpl=enabled</parameter>: Without this switch, plugins with
     154      dependencies on (A)GPL licensed libraries are not built.
     155    </para>
    150156  </sect2>
    151157
Note: See TracChangeset for help on using the changeset viewer.