mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 14:32:21 +08:00
139 lines
3.7 KiB
XML
139 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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;
|
|
|
|
<!ENTITY minidlna-download-http "https://sourceforge.net/projects/minidlna/files/minidlna/1.3.3/minidlna-1.3.3.tar.gz">
|
|
<!ENTITY minidlna-download-ftp " ">
|
|
<!ENTITY minidlna-md5sum "a8b010d8803811f4e26e57894c30fa6c">
|
|
<!ENTITY minidlna-size "2.4 MB">
|
|
<!ENTITY minidlna-buildsize "50 MB">
|
|
<!ENTITY minidlna-time "0.5 SBU (using parallelism=4)">
|
|
]>
|
|
|
|
<sect1 id="minidlna" xreflabel="MiniDLNA-&minidlna-version;">
|
|
<?dbhtml filename="minidlna.html"?>
|
|
|
|
|
|
<title>MiniDLNA-&minidlna-version;</title>
|
|
|
|
<indexterm zone="minidlna">
|
|
<primary sortas="a-MiniDLNA">MiniDLNA</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to MiniDLNA</title>
|
|
|
|
<para>
|
|
<application>MiniDLNA</application> is a simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients. It was originally developed by a NETGEAR employee for the ReadyNAS product line.
|
|
</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&minidlna-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&minidlna-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &minidlna-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &minidlna-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &minidlna-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &minidlna-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Required patch:
|
|
<ulink url="https://github.com/krizsipeti/custom_blfs_packages/raw/refs/heads/main/minidlna.patch"/>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
|
|
<bridgehead renderas="sect3">MiniDLNA Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="libexif"/>, and
|
|
<xref linkend="libjpeg"/>
|
|
<xref linkend="libid3tag"/>
|
|
<xref linkend="flac"/>
|
|
<xref linkend="libvorbis"/>
|
|
<xref linkend="sqlite"/>
|
|
<xref linkend="ffmpeg"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of MiniDLNA</title>
|
|
|
|
<screen><userinput remap="pre">patch -Np1 -i ../minidlna.patch</userinput></screen>
|
|
|
|
<para>
|
|
Install <application>MiniDLNA</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
minidlna
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/share/minidlna
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|