Changeset f7f5c13


Ignore:
Timestamp:
10/16/2023 03:41:26 AM (8 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
c49f1bb
Parents:
600f3e1
Message:

Add libXpresent-1.0.1 to xorg libraries.
This xorg library is needed by the mpv video player.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r600f3e1 rf7f5c13  
    4040    -->
    4141    <listitem>
     42      <para>October 16th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Add libXpresent-1.0.1 to xorg libraries. Needed
     46          to support mpv.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>October 15th, 2023</para>
    4353      <itemizedlist>
  • multimedia/videoutils/mpv.xml

    r600f3e1 rf7f5c13  
    125125meson setup --prefix=/usr       \
    126126            --buildtype=release \
     127            -Dx11=enabled       \
    127128            ..                  &amp;&amp;
    128129ninja</userinput></screen>
     
    147148
    148149    <para>
    149       <command>-Ddvdnav=enabled</command>: support DVD playing.
     150      <parameter>-Dx11=enabled</parameter>: allow linking to X11 libraries.
     151    </para>
     152
     153    <para>
     154      <parameter>-Ddvdnav=enabled</parameter>: support DVD playing.
    150155    </para>
    151156
  • x/installing/x7lib.xml

    r600f3e1 rf7f5c13  
    103103  <!ENTITY libxshmfence-version            "1.3.2">
    104104  <!ENTITY libxshmfence-md5sum             "faa74f7483074ce7d4349e6bdc237497">
     105
     106  <!ENTITY libXpresent-version             "1.0.1">
     107  <!ENTITY libXpresent-md5sum              "bdd3ec17c6181fd7b26f6775886c730d">
    105108]>
    106109
     
    225228&libpciaccess-md5sum;  libpciaccess-&libpciaccess-version;.tar.xz
    226229&libxkbfile-md5sum;  libxkbfile-&libxkbfile-version;.tar.xz
    227 &libxshmfence-md5sum;  libxshmfence-&libxshmfence-version;.tar.xz</literal>
     230&libxshmfence-md5sum;  libxshmfence-&libxshmfence-version;.tar.xz
     231&libXpresent-md5sum;  libXpresent-&libXpresent-version;.tar.xz</literal>
    228232EOF</userinput></screen>
    229233
Note: See TracChangeset for help on using the changeset viewer.