summaryrefslogtreecommitdiff
path: root/media-sound/mt-daapd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-16 12:24:20 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-16 12:24:20 +0000
commite4ad5901ca8464ae513bd315a1c0349c2bd0986c (patch)
treec7b76ee1c59f8acf3eb9bd3112008b9ad8fd25fc /media-sound/mt-daapd
parentf3784aee1f8e4d7971fd27543cb7490cb9f83649 (diff)
gentoo auto-resync : 16:03:2023 - 12:24:20
Diffstat (limited to 'media-sound/mt-daapd')
-rw-r--r--media-sound/mt-daapd/Manifest1
-rw-r--r--media-sound/mt-daapd/mt-daapd-0.2.4.2-r1.ebuild82
2 files changed, 0 insertions, 83 deletions
diff --git a/media-sound/mt-daapd/Manifest b/media-sound/mt-daapd/Manifest
index 79686617ed05..cefb57016f50 100644
--- a/media-sound/mt-daapd/Manifest
+++ b/media-sound/mt-daapd/Manifest
@@ -8,6 +8,5 @@ AUX mt-daapd-0.2.4.2-oggvorbis.patch 590 BLAKE2B be372f1dc4aa4541b35782064c0dfcc
AUX mt-daapd.init.2 1220 BLAKE2B 483f41aeab5ab3de0ab6c268f8263317a26b6c647e5e02c52c1636bfd4f4b2efb3cf9f8745e4da90b8f19d809509fcebe721fe94fef8140fb65da3152bd26549 SHA512 32a24aa6c027df24a959f908bfac5be24638975fd98a7470dd0e5e9e4590c9918810f646eb9a4497405563c1dfdd139a974cc6db8b7066684af8d9701c703b42
AUX mt-daapd.tmpfiles 39 BLAKE2B e9e7b7a727bd02d82ff8891317dcd027fe77b3bb9ea3419fb0562400f71f86cde01dd61605811e6e0f0d826e7ddd8832ea6a0dd7984957b9990b86e8d4be27f9 SHA512 b1d5ebe9fa86ab5034999c70c94ae242fedfb9c3acb5092338e1bbb21c3941c83f0ec48298a11c111fe0910d4faed725ac471f572d854a1bac1e9c29169d04c4
DIST mt-daapd-0.2.4.2.tar.gz 436513 BLAKE2B bca01805bbdc96d3aed1499a1295c48761d83f2ab876e15ea546d30b164bd86eab9e8278db39bedad356b4c018bec96f2086a98113562dfa09a496c6c0ce60de SHA512 1a944f31cc63355d33c7fd821d4509b8b69805ae29aa23f1307bf7602f6a62beba1f5ab5f4005387177f17c5fdf8db91b338f010b4be4ab0cd783dc72c6df60f
-EBUILD mt-daapd-0.2.4.2-r1.ebuild 1852 BLAKE2B 41cea2876622e6d60029fb99eeb5108e6b25980d3760c369e55f9300730c18e892ad18188f70867257fe1b7ce40289a3d752b1e218d5dcfb981d189629051164 SHA512 15e71db10db1dd3204f4133f261f1a0d1494d1c3a421a70fbc1f82123f2379e7cdb65dca44fc7d0578732a698c8627bcfcc2f907dc47e3058c7ebdccc3cffed3
EBUILD mt-daapd-0.2.4.2-r2.ebuild 2170 BLAKE2B 8d1e1aef93a043a99ffd9074319916fe212ef043c542fc905c3e532e73156a7bf9f7062ff457e3f15aeaa9aadbca80fa275aa301318b09692eb5fa752a8db7de SHA512 950f5b9fa79d8df796fcaa3aa313fec174bc3598588ad268296c681b27642b385ec70f2dc9bf6c42551e599b30312a3ae84cb7bfdeda15f9fd3940bf1a475a34
MISC metadata.xml 332 BLAKE2B bab36e3f204548c836b8ecd62b32b6a595afab38916836a8edd774e4b3b4e5a0d8a9354123013b1b9b0e0c7eccdbc4173b9960c02c90e3beddfd2435d11f3f9e SHA512 effbc4718f9a19e6c037b7a9f1d6e97c55f14af20e5cebb4d9fb05cb8171109f4549468cc26befa4f85d0361be545c70b145b4d221c6dc868cdaca3f9218b76c
diff --git a/media-sound/mt-daapd/mt-daapd-0.2.4.2-r1.ebuild b/media-sound/mt-daapd/mt-daapd-0.2.4.2-r1.ebuild
deleted file mode 100644
index 7400ed7efafd..000000000000
--- a/media-sound/mt-daapd/mt-daapd-0.2.4.2-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A multi-threaded implementation of Apple's DAAP server"
-HOMEPAGE="https://sourceforge.net/projects/mt-daapd/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~mips ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE="vorbis"
-
-RDEPEND="
- media-libs/libid3tag:=
- net-dns/avahi[dbus]
- sys-libs/gdbm:=
- sys-libs/zlib:=
- vorbis? (
- media-libs/libvorbis
- media-libs/libogg
- )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.2.3-sparc.patch
- "${FILESDIR}"/${PN}-0.2.4.1-libsorder.patch
- "${FILESDIR}"/${PN}-0.2.4.1-pidfile.patch
- "${FILESDIR}"/${P}-maintainer-mode.patch
- "${FILESDIR}"/${P}-oggvorbis.patch
-)
-
-src_prepare() {
- default
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable vorbis oggvorbis) \
- --disable-maintainer-mode \
- --enable-avahi \
- --disable-mdns
-}
-
-src_install() {
- default
-
- insinto /etc
- newins contrib/mt-daapd.conf mt-daapd.conf.example
- doins contrib/mt-daapd.playlist
-
- newinitd "${FILESDIR}"/${PN}.init.2 ${PN}
-
- keepdir /var/cache/mt-daapd /etc/mt-daapd.d
-}
-
-pkg_postinst() {
- elog
- elog "You have to configure your mt-daapd.conf following"
- elog "${EROOT}/etc/mt-daapd.conf.example file."
- elog
-
- if use vorbis; then
- elog
- elog "You need to edit you extensions list in ${EROOT}/etc/mt-daapd.conf"
- elog "if you want your mt-daapd to serve ogg files."
- elog
- fi
-
- elog
- elog "If you want to start more than one ${PN} service, symlink"
- elog "${EROOT}/etc/init.d/${PN} to ${EROOT}/etc/init.d/${PN}.<name>, and it will"
- elog "load the data from ${EROOT}/etc/${PN}.d/<name>.conf."
- elog "Make sure that you have different cache directories for them."
- elog
-}