From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pragha/
Date: Mon, 14 Aug 2023 14:34:03 +0000 (UTC) [thread overview]
Message-ID: <1692021766.ed389564aa4a0be1d368f55223b2202a5aad5560.mattst88@gentoo> (raw)
commit: ed389564aa4a0be1d368f55223b2202a5aad5560
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 14:02:46 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 14:02:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed389564
media-sound/pragha: Delete
Closes: https://bugs.gentoo.org/910105
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-sound/pragha/Manifest | 1 -
media-sound/pragha/metadata.xml | 22 ------
media-sound/pragha/pragha-1.3.99.1-r2.ebuild | 109 ---------------------------
3 files changed, 132 deletions(-)
diff --git a/media-sound/pragha/Manifest b/media-sound/pragha/Manifest
deleted file mode 100644
index e9c3dc47c922..000000000000
--- a/media-sound/pragha/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pragha-1.3.99.1.tar.bz2 804701 BLAKE2B ae68c01706d593defc4ee357e1bdd1e832fb6d6720f723149c752c98f16502e1254553b404f53b40a4e126b647e6de478e7929b7715c0f9815d23b2e62e5475b SHA512 1c92bf7b2d1d1d6b3f8616b1980b60c6c688844d0bf9f80bc86185035a05971f3b8f5aa73d230b01fa5d14e54db38b356df41781e4a5da73b0adae82829c8c31
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>xfce@gentoo.org</email>
- <name>XFCE Team</name>
- </maintainer>
- <use>
- <flag name="glyr">Enable music metadata searchengine support using <pkg>media-libs/glyr</pkg></flag>
- <flag name="grilo">Play songs on DLNA servers using <pkg>media-libs/grilo</pkg></flag>
- <flag name="keybinder">Enable shortcut support using <pkg>dev-libs/keybinder</pkg></flag>
- <flag name="koel">Append music on Koel server</flag>
- <flag name="lastfm">Enable last.fm support using <pkg>media-libs/libclastfm</pkg></flag>
- <flag name="peas">Enable various plugins that will pull in <pkg>dev-libs/libpeas</pkg> as a dependency</flag>
- <flag name="playlist">Enable enhanced playlist support using <pkg>dev-libs/totem-pl-parser</pkg></flag>
- <flag name="rygel">Share music on DLNA using <pkg>net-misc/rygel</pkg></flag>
- <flag name="soup">Search metadata on AcoustID and radios on TuneIn using <pkg>net-libs/libsoup</pkg></flag>
- </use>
- <upstream>
- <remote-id type="github">pragha-music-player/pragha</remote-id>
- </upstream>
-</pkgmetadata>
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? ( <media-libs/grilo-0.3.15-r1:0.3[network(+)] )
- keybinder? ( >=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
-}
next reply other threads:[~2023-08-14 14:34 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-14 14:34 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-03 19:34 [gentoo-commits] repo/gentoo:master commit in: media-sound/pragha/ Matt Turner
2023-01-04 5:05 Michał Górny
2022-11-17 4:57 Michał Górny
2021-04-15 23:09 Matt Turner
2020-01-03 8:38 Michał Górny
2019-12-31 7:43 Agostino Sarubbo
2019-12-06 14:20 Michał Górny
2019-08-14 21:24 Michał Górny
2019-04-08 19:17 Michał Górny
2019-04-07 14:43 Mikle Kolyada
2019-04-07 14:41 Mikle Kolyada
2019-03-05 14:29 Michał Górny
2018-11-11 19:07 Michał Górny
2018-10-05 6:41 Michał Górny
2018-05-05 15:27 Michał Górny
2018-04-10 14:48 Michał Górny
2018-04-05 17:39 Michał Górny
2018-01-25 18:00 Michał Górny
2018-01-06 5:05 Thomas Deutschmann
2018-01-05 10:34 Mikle Kolyada
2017-08-03 8:54 Michał Górny
2017-08-03 8:54 Michał Górny
2017-06-29 22:22 Michał Górny
2017-06-29 22:22 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1692021766.ed389564aa4a0be1d368f55223b2202a5aad5560.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox