From a68c3ec792ede1368aa1305ef565b49b8c0493f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krizs=C3=A1n=20P=C3=A9ter?= Date: Mon, 28 Feb 2022 00:17:31 +0100 Subject: [PATCH] Added libid3tag and minidlna packages. --- add_packages.sh | 6 + multimedia/libdriv/libid3tag.xml | 120 ++++++++++++++++++ networking/netlibs/libtorrent-rasterbar.xml | 2 - server/other/minidlna.xml | 128 ++++++++++++++++++++ xsoft/other/qbittorrent.xml | 2 - 5 files changed, 254 insertions(+), 4 deletions(-) create mode 100644 multimedia/libdriv/libid3tag.xml create mode 100644 server/other/minidlna.xml diff --git a/add_packages.sh b/add_packages.sh index e515213..58d6ab0 100755 --- a/add_packages.sh +++ b/add_packages.sh @@ -3,7 +3,13 @@ cp -v libtorrent-rasterbar-2.0.5-update-allocator-sizes-for-boost-1.78.patch /sources cp -v networking/netlibs/libtorrent-rasterbar.xml ../blfs_root/blfs-xml/networking/netlibs cp -v xsoft/other/qbittorrent.xml ../blfs_root/blfs-xml/xsoft/other +cp -v multimedia/libdriv/libid3tag.xml ../blfs_root/blfs-xml/multimedia/libdriv +cp -v server/other/minidlna.xml ../blfs_root/blfs-xml/server/other sed -i '/libtirpc.xml.*/a ' ../blfs_root/blfs-xml/networking/netlibs/netlibs.xml sed -i '/pidgin.xml.*/a ' ../blfs_root/blfs-xml/xsoft/other/other.xml +sed -i '/libmad.xml.*/i ' ../blfs_root/blfs-xml/multimedia/libdriv/libdriv.xml +sed -i '/openldap.xml.*/i ' ../blfs_root/blfs-xml/server/other/other.xml sed -i '/libtirpc-version.*/a ' ../blfs_root/blfs-xml/packages.ent sed -i '/pidgin-version.*/a ' ../blfs_root/blfs-xml/packages.ent +sed -i '/libmad-version.*/i ' ../blfs_root/blfs-xml/packages.ent +sed -i '/openldap-version.*/i ' ../blfs_root/blfs-xml/packages.ent diff --git a/multimedia/libdriv/libid3tag.xml b/multimedia/libdriv/libid3tag.xml new file mode 100644 index 0000000..7bca7b0 --- /dev/null +++ b/multimedia/libdriv/libid3tag.xml @@ -0,0 +1,120 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $Date$ + + + libid3tag-&libid3tag-version; + + + libid3tag + + + + Introduction to libid3tag + + + libid3tag is a library for reading and (eventually) writing ID3 tags, both + ID3v1 and the various versions of ID3v2. + + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &libid3tag-md5sum; + + + + + Download size: &libid3tag-size; + + + + + Estimated disk space required: &libid3tag-buildsize; + + + + + Estimated build time: &libid3tag-time; + + + + + libid3tag Dependencies + + + + + Installation of libid3tag + + + Install libid3tag by running the + following commands: + + +./configure --prefix=/usr && +make + + + This package does not come with a test suite. + + + + Now, as the root user: + + + make install && +rm -fv /usr/lib/libid3tag.a + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directory + + + + libid3tag + + + None + + + /usr/share/libid3tag + + + + + + + diff --git a/networking/netlibs/libtorrent-rasterbar.xml b/networking/netlibs/libtorrent-rasterbar.xml index c8ec770..0fefec8 100644 --- a/networking/netlibs/libtorrent-rasterbar.xml +++ b/networking/netlibs/libtorrent-rasterbar.xml @@ -32,8 +32,6 @@ libtorrent is a feature complete C++ bittorrent implementation focusing on efficiency and scalability. It runs on embedded devices as well as desktops. It boasts a well documented library interface that is easy to use. It comes with a simple bittorrent client demonstrating the use of the library. - &lfs110a_checked; - Package Information diff --git a/server/other/minidlna.xml b/server/other/minidlna.xml new file mode 100644 index 0000000..323e12b --- /dev/null +++ b/server/other/minidlna.xml @@ -0,0 +1,128 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $Date$ + + + MiniDLNA-&minidlna-version; + + + MiniDLNA + + + + Introduction to MiniDLNA + + + MiniDLNA 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. + + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &minidlna-md5sum; + + + + + Download size: &minidlna-size; + + + + + Estimated disk space required: &minidlna-buildsize; + + + + + Estimated build time: &minidlna-time; + + + + + MiniDLNA Dependencies + + Required + + , and + + + + + + + + + + + Installation of MiniDLNA + + + Install MiniDLNA by running the + following commands: + + +./configure --prefix=/usr && +make + + + This package does not come with a test suite. + + + + Now, as the root user: + + +make install + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directory + + + + minidlna + + + None + + + /usr/share/minidlna + + + + + + + diff --git a/xsoft/other/qbittorrent.xml b/xsoft/other/qbittorrent.xml index a4a0118..9eae590 100644 --- a/xsoft/other/qbittorrent.xml +++ b/xsoft/other/qbittorrent.xml @@ -32,8 +32,6 @@ qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library. - &lfs110a_checked; - Package Information