custom_blfs_packages/multimedia/videoutils/qmplay2.xml

96 lines
3.2 KiB
XML
Raw Normal View History

2024-03-08 00:10:02 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2022-04-20 03:13:15 +08:00
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
2024-12-26 21:36:36 +08:00
<!ENTITY qmplay2-download-http "https://github.com/zaps166/QMPlay2/releases/download/24.12.23/QMPlay2-src-24.12.23.tar.xz">
2022-04-20 03:13:15 +08:00
<!ENTITY qmplay2-download-ftp " ">
2024-12-26 21:36:36 +08:00
<!ENTITY qmplay2-md5sum "5a3cded7d11d6ac518dc3dc3b4392777">
2022-04-20 03:13:15 +08:00
<!ENTITY qmplay2-size "1.6 MB">
<!ENTITY qmplay2-buildsize "160 MB">
<!ENTITY qmplay2-time "2 SBU (using parallelism=4)">
]>
<sect1 id="qmplay2" xreflabel="QMPlay2-&qmplay2-version;">
<?dbhtml filename="qmplay2.html"?>
<title>QMPlay2-&qmplay2-version;</title>
<indexterm zone="qmplay2">
<primary sortas="a-QMPlay2">QMPlay2</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to QMPlay2</title>
<para>
<application>QMPlay2</application> is a video and audio player. It can play all formats supported by FFmpeg, libmodplug (including J2B and SFX). It also supports Audio CD, raw files, Rayman 2 music and chiptunes. It contains YouTube and MyFreeMP3 browser.
</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&qmplay2-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&qmplay2-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &qmplay2-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &qmplay2-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &qmplay2-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &qmplay2-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">QMPlay2 Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
2024-10-07 05:00:45 +08:00
<xref linkend="qt6"/>, and
2022-04-20 03:13:15 +08:00
<xref linkend="ffmpeg"/>, and
<xref linkend="taglib"/>, and
<xref linkend="libass"/>, and
<xref linkend="libcdio"/>, and
<xref linkend="alsa"/>, and
<xref linkend="alsa-lib"/>, and
<xref linkend="pulseaudio"/>, and
<xref linkend="libcddb"/>
</para>
</sect2>
<sect2 role="installation">
<title/>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
2024-10-07 05:00:45 +08:00
cmake -GNinja -B . -S .. -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp;
ninja -C .</userinput></screen>
2022-04-20 03:13:15 +08:00
2024-10-07 05:00:45 +08:00
<screen role="root"><userinput>ninja -C . install/strip &amp;&amp;
update-desktop-database &amp;&amp;
update-mime-database /usr/share/mime &amp;&amp;
gtk-update-icon-cache /usr/share/icons/hicolor</userinput></screen>
2022-04-20 03:13:15 +08:00
</sect2>
2022-11-01 00:00:00 +08:00
</sect1>