From 85dc262ae9ec9413f8172a2a8442d6d9134d02f4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Aug 2023 18:13:29 +0100 Subject: gentoo auto-resync : 14:08:2023 - 18:13:29 --- media-sound/pragha/Manifest | 3 - media-sound/pragha/metadata.xml | 22 ------ media-sound/pragha/pragha-1.3.99.1-r2.ebuild | 109 --------------------------- 3 files changed, 134 deletions(-) delete mode 100644 media-sound/pragha/Manifest delete mode 100644 media-sound/pragha/metadata.xml delete mode 100644 media-sound/pragha/pragha-1.3.99.1-r2.ebuild (limited to 'media-sound/pragha') diff --git a/media-sound/pragha/Manifest b/media-sound/pragha/Manifest deleted file mode 100644 index 951e96191fb2..000000000000 --- a/media-sound/pragha/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pragha-1.3.99.1.tar.bz2 804701 BLAKE2B ae68c01706d593defc4ee357e1bdd1e832fb6d6720f723149c752c98f16502e1254553b404f53b40a4e126b647e6de478e7929b7715c0f9815d23b2e62e5475b SHA512 1c92bf7b2d1d1d6b3f8616b1980b60c6c688844d0bf9f80bc86185035a05971f3b8f5aa73d230b01fa5d14e54db38b356df41781e4a5da73b0adae82829c8c31 -EBUILD pragha-1.3.99.1-r2.ebuild 2582 BLAKE2B 6a6ddc2da5a75a4e6a12d47d239314b92aaa4ccdbda97c66b1ed6319178c6733e55c66784dd97403e4cc5b5d42a0c9ae3621e5e8fb543ebdc53f6ecf1af086ec SHA512 1c9a051dfaa1776713e5d05b507fa7ebc3f47946debdfc65a1862f343ceaa14f9557a618aeaa87ebf918a8212d4107590569512e33f132a85ab05f25561195cd -MISC metadata.xml 1216 BLAKE2B 049a8974223eb71902d5eeafbfec5fba69f8bfaae0d2d767bfcb4d8213d88e416d9ebec3ad3a036aca0331d676249c14095b384b6102ae3da51eb0762ebadd26 SHA512 016a96389120f3e1be5aa74d929a5ee298278d257bae7931a61dcc3710edcab6bc97310c93391d3d50a0ffe3bc283a60dffc092e731322a3895b3e7185269eeb diff --git a/media-sound/pragha/metadata.xml b/media-sound/pragha/metadata.xml deleted file mode 100644 index ad388ace5f01..000000000000 --- a/media-sound/pragha/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - xfce@gentoo.org - XFCE Team - - - Enable music metadata searchengine support using media-libs/glyr - Play songs on DLNA servers using media-libs/grilo - Enable shortcut support using dev-libs/keybinder - Append music on Koel server - Enable last.fm support using media-libs/libclastfm - Enable various plugins that will pull in dev-libs/libpeas as a dependency - Enable enhanced playlist support using dev-libs/totem-pl-parser - Share music on DLNA using net-misc/rygel - Search metadata on AcoustID and radios on TuneIn using net-libs/libsoup - - - pragha-music-player/pragha - - diff --git a/media-sound/pragha/pragha-1.3.99.1-r2.ebuild b/media-sound/pragha/pragha-1.3.99.1-r2.ebuild deleted file mode 100644 index 9435974474a6..000000000000 --- a/media-sound/pragha/pragha-1.3.99.1-r2.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="A lightweight music player (for Xfce)" -HOMEPAGE="https://github.com/pragha-music-player/pragha" -SRC_URI="https://github.com/pragha-music-player/${PN}/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE=" - cdda +glyr grilo +keybinder koel lastfm libnotify mtp +peas - +playlist rygel soup +udev -" - -DEPEND=" - >=dev-db/sqlite-3.4:3= - >=dev-libs/glib-2.42 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - >=media-libs/taglib-1.8:= - >=x11-libs/gtk+-3.14:3 - >=xfce-base/libxfce4ui-4.11:=[gtk3(+)] - cdda? ( - >=dev-libs/libcdio-0.90:= - >=dev-libs/libcdio-paranoia-0.90:= - >=media-libs/libcddb-1.3.0:= - ) - glyr? ( >=media-libs/glyr-1.0.1:= ) - grilo? ( =dev-libs/keybinder-0.2.0:3 ) - koel? ( dev-libs/json-glib ) - lastfm? ( >=media-libs/libclastfm-0.5:= ) - libnotify? ( >=x11-libs/libnotify-0.7.5 ) - mtp? ( >=media-libs/libmtp-1.1.0:= ) - peas? ( >=dev-libs/libpeas-1.0.0[gtk] ) - playlist? ( >=dev-libs/totem-pl-parser-2.26:= ) - rygel? ( >=net-misc/rygel-0.26 ) - soup? ( >=net-libs/libsoup-2.38:2.4 ) - udev? ( dev-libs/libgudev:= ) -" -RDEPEND=" - ${DEPEND} - media-plugins/gst-plugins-meta:1.0 -" -BDEPEND=" - dev-util/intltool - >=dev-util/xfce4-dev-tools-4.10 - sys-devel/gettext - virtual/pkgconfig -" -REQUIRED_USE=" - glyr? ( peas ) - grilo? ( peas ) - koel? ( soup ) - libnotify? ( peas ) - mtp? ( udev ) - rygel? ( peas ) - soup? ( peas ) - udev? ( peas ) -" - -src_configure() { - local myconf=( - $(use_enable peas libpeas-1.0) - $(use_enable glyr libglyr) - $(use_enable lastfm libclastfm) - $(use_enable cdda libcdio) - $(use_enable cdda libcdio_paranoia) - $(use_enable cdda libcddb) - $(use_enable playlist totem-plparser) - - $(use_enable libnotify) - $(use_enable keybinder) - $(use_enable udev gudev-1.0) - $(use_enable mtp libmtp) - $(use_enable koel json-glib-1.0) - $(use_enable soup libsoup-2.4) - $(use_enable rygel rygel-server-2.6) - $(use_enable grilo grilo-0.3) - $(use_enable grilo grilo-net-0.3) - # avoid trying to use 0.2 & 0.3 simultaneously - # https://github.com/pragha-music-player/pragha/issues/124 - --disable-grilo-0.2 - --disable-grilo-net-0.2 - ) - - local CONFIG_SHELL="$(type -P bash)" - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} -- cgit v1.2.3