From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E803315806E for ; Fri, 26 May 2023 12:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1299CE086D; Fri, 26 May 2023 12:33:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC1FBE086D for ; Fri, 26 May 2023 12:33:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7571340FFB for ; Fri, 26 May 2023 12:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D91AA67 for ; Fri, 26 May 2023 12:33:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685104412.b835cc4bc3a8f0a2c04cd4623bc0962a96b311ac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pithos/Manifest media-sound/pithos/pithos-1.6.1.ebuild X-VCS-Directories: media-sound/pithos/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b835cc4bc3a8f0a2c04cd4623bc0962a96b311ac X-VCS-Branch: master Date: Fri, 26 May 2023 12:33:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba8c9a7e-15e0-4df2-a31d-cf690fd0edc8 X-Archives-Hash: 05582b1c10d78729c4b382ba620816e6 commit: b835cc4bc3a8f0a2c04cd4623bc0962a96b311ac Author: Sam James gentoo org> AuthorDate: Fri May 26 12:33:08 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 26 12:33:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b835cc4b media-sound/pithos: add 1.6.1 Closes: https://bugs.gentoo.org/906300 Signed-off-by: Sam James gentoo.org> media-sound/pithos/Manifest | 1 + media-sound/pithos/pithos-1.6.1.ebuild | 69 ++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) diff --git a/media-sound/pithos/Manifest b/media-sound/pithos/Manifest index 7383aaa8d8b7..6ec15847f84e 100644 --- a/media-sound/pithos/Manifest +++ b/media-sound/pithos/Manifest @@ -1 +1,2 @@ DIST pithos-1.6.0.tar.gz 122025 BLAKE2B c621fe58998790f0eb0159d29c40ac4abf2feff2be790c12008be86387bf628b170e3256c2f3ac83e9b2be254d96d4aa7e3e56ac780b0d59a446d0e158d96d15 SHA512 9e7b1d1456a769882a58639bf93194ec0228d21b7b7d1404224346016532620bb862e7d79a2c741d8ef44238c22741e4fd67bc22eadc8d207818a0ece33411ab +DIST pithos-1.6.1.tar.xz 99552 BLAKE2B 048071e4c1df0cf517de64fa19cbe589972c8a34eea2f068c7d183726523c633ce36cc87344e13a8bb31d6aa4a08365b1e9691e822e5d9a7224c318dbfd7df1e SHA512 e1a13d2c789e40bf135ed551d06dfe44bf948bfe84a8bbb3f4afcab70bbcdc4f1d3f82d25f5e8d930888dd6fa04795fa2d9d47515d4199647be854c9c4a84591 diff --git a/media-sound/pithos/pithos-1.6.1.ebuild b/media-sound/pithos/pithos-1.6.1.ebuild new file mode 100644 index 000000000000..5a854cf42454 --- /dev/null +++ b/media-sound/pithos/pithos-1.6.1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +inherit xdg meson gnome2-utils virtualx python-r1 + +DESCRIPTION="Pandora.com client for the GNOME desktop" +HOMEPAGE="https://pithos.github.io/" +SRC_URI="https://github.com/pithos/pithos/releases/download/${PV}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="appindicator +keybinder libnotify test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + dev-python/pygobject[${PYTHON_USEDEP}] + app-crypt/libsecret[introspection] + dev-libs/appstream-glib[introspection] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pylast[${PYTHON_USEDEP}] + media-libs/gstreamer:1.0[introspection] + media-plugins/gst-plugins-meta:1.0[aac,http,mp3] + x11-libs/gtk+:3[introspection] + x11-libs/pango[introspection] + x11-themes/gnome-icon-theme-symbolic + appindicator? ( dev-libs/libdbusmenu[gtk3,introspection] ) + keybinder? ( dev-libs/keybinder:3[introspection] ) + libnotify? ( x11-libs/libnotify[introspection] ) +" +BDEPEND=" + virtual/pkgconfig + test? ( + ${RDEPEND} + dev-libs/glib:2 + dev-util/desktop-file-utils + ) +" + +src_configure() { + python_foreach_impl meson_src_configure +} + +src_compile() { + python_foreach_impl meson_src_compile +} + +src_test() { + virtx python_foreach_impl meson_src_test +} + +src_install() { + python_foreach_impl meson_src_install + einstalldocs +} + +pkg_postinst() { + gnome2_schemas_update + xdg_pkg_postinst +} + +pkg_postrm() { + gnome2_schemas_update + xdg_pkg_postrm +}