Ignore:
Timestamp:
10/15/2023 04:43:03 PM (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:
ba404a2
Parents:
b0a9733
Message:

Minor cleanups for mpv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/mpv.xml

    rb0a9733 r7591576  
    77
    88  <!ENTITY mpv-download-http "https://github.com/mpv-player/mpv/archive/refs/tags/v&mpv-version;/mpv-&mpv-version;.tar.gz">
    9   <!ENTITY mpv-download-ftp " ">
     9  <!ENTITY mpv-download-ftp  " ">
    1010  <!ENTITY mpv-md5sum        "3ac8bb1fec1c09293a574e615446bb3b">
    1111  <!ENTITY mpv-size          "3.3 MB">
     
    1717<sect1 id="mpv" xreflabel="mpv-&mpv-version;">
    1818  <?dbhtml filename="mpv.html"?>
    19 
    2019
    2120  <title>mpv-&mpv-version;</title>
     
    122121
    123122<screen><userinput>mkdir build &amp;&amp;
    124 cd build    &amp;&amp;
    125 
    126 meson setup --prefix=/usr           \
    127             --buildtype=release     \
    128             ..                     &amp;&amp;
     123cd    build &amp;&amp;
     124
     125meson setup --prefix=/usr       \
     126            --buildtype=release \
     127            ..                  &amp;&amp;
    129128ninja</userinput></screen>
    130129
    131 
    132130      <para>
    133131        This package does not come with a test suite.
     
    135133
    136134      <para>
    137         Now, as the <systemitem class="username">root</systemitem> user:
     135        Now, as the &root; user:
    138136      </para>
    139137
    140138<screen role="root"><userinput>ninja install</userinput></screen>
    141139
    142     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    143       href="../../xincludes/update-icons-and-desktop.xml"/>
    144 
     140      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     141        href="../../xincludes/update-icons-and-desktop.xml"/>
    145142
    146143  </sect2>
     
    152149      <command>-Ddvdnav=enabled</command>: support DVD playing.
    153150    </para>
    154 
    155151
    156152  </sect2>
Note: See TracChangeset for help on using the changeset viewer.