mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
media-sound/gnome-music: drop 47.1-r1, 48.0-r1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
parent
00f5d82fe0
commit
ab598d7ffb
@ -1,4 +1,2 @@
|
||||
DIST gnome-music-47.1.tar.xz 1673688 BLAKE2B 63b2793a0b38eb57cf71b7b731745724bada55885d09b038de9490abf00b1369527b5f552067bb5ed12c802f8de3905cf460e4d885f88759a3a85d8969e6d015 SHA512 2f5b8e47bdb5c4840c367cde537a93012118bda3848b3098d617079e34bf9bdf161a50f687cd23aacfb4b0d6b64fcdff8d21911765b96aabfc298e492c0db064
|
||||
DIST gnome-music-48.0.tar.xz 1677516 BLAKE2B 7abcd108e281fcba4978b2496dacb7ced3694cfd9dec7ad59a95fbcbcc35acb5c0ef80be76e67fbf2c5b955f3af646aaecf657455eee638c15f9637d17a80f75 SHA512 aa5523e4bdec0e66488fe172813e0cc74ab8e314b972b0f8a46bfb20f9c5d3ce164779353680df05b5459a69f6ff71e01128d48e818baf780c8e6620b8938ab2
|
||||
DIST gnome-music-48.2.tar.xz 1677068 BLAKE2B 9857ed8566f7694921d8e02dac02c269eb1a635b454a5526cf0d964dc4a548ab14275107761e54bfd86e0f487f0fdb28b1abcd60018db85f43f1e9f4436b11ba SHA512 c3ad395d2c129fd453d51684b0aa3d93e6e9263c071c90351b70a0910604d3ada269a4122f5d123ac9b3b37195f80fe933d9f1be329fee92468c6734a4884265
|
||||
DIST gnome-music-49.1.tar.xz 1679676 BLAKE2B dc09d1ae2c250bb6bf3517ff8fb9e61ff6554b96ed3ec283f249e8f2a754ea8a547ed02e0b42f924ba8cc3fbfc295cafe97bcf115798c9e4b0750bbfe0b9dc22 SHA512 9b553bbabcf98fb60cfea709bf3da4ccf318ba9b1ef59ef384f22c24794044fb59de6c791c7aaf348f96ae086f52f8583d4764ac26510b6761f050974810a614
|
||||
|
||||
@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit gnome.org gnome2-utils meson python-single-r1 xdg
|
||||
|
||||
DESCRIPTION="Music management for Gnome"
|
||||
HOMEPAGE="https://apps.gnome.org/Music/ https://gitlab.gnome.org/GNOME/gnome-music/"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
>=dev-libs/glib-2.67.1:2
|
||||
>=dev-libs/gobject-introspection-1.82.0-r2:=
|
||||
>=gui-libs/gtk-4.10.0:4[introspection]
|
||||
>=gui-libs/libadwaita-1.5_beta:1=[introspection]
|
||||
>=media-libs/libmediaart-1.9.1:2.0[introspection]
|
||||
net-libs/libsoup:3.0[introspection]
|
||||
app-misc/tinysparql:3=[introspection(+)]
|
||||
>=x11-libs/pango-1.44:=
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/pygobject-3.47.0:3[cairo,${PYTHON_USEDEP}]
|
||||
>=dev-python/pycairo-1.14.0[${PYTHON_USEDEP}]
|
||||
')
|
||||
>=media-libs/grilo-0.3.15-r1:0.3[introspection]
|
||||
>=media-plugins/grilo-plugins-0.3.16:0.3[tracker]
|
||||
"
|
||||
# xdg-user-dirs-update needs to be there to create needed dirs
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=731613
|
||||
RDEPEND="${DEPEND}
|
||||
|| (
|
||||
app-misc/localsearch:3[gstreamer]
|
||||
app-misc/localsearch:3[ffmpeg(+)]
|
||||
)
|
||||
x11-libs/libnotify[introspection]
|
||||
media-libs/gstreamer:1.0[introspection]
|
||||
media-libs/gst-plugins-base:1.0[introspection]
|
||||
media-plugins/gst-plugins-meta:1.0
|
||||
media-plugins/grilo-plugins:0.3[tracker]
|
||||
x11-misc/xdg-user-dirs
|
||||
"
|
||||
BDEPEND="
|
||||
dev-libs/libxml2:2
|
||||
dev-util/itstool
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
python_setup
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
python_fix_shebang "${D}"/usr/bin/gnome-music
|
||||
python_optimize
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
@ -1,73 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit gnome.org gnome2-utils meson python-single-r1 xdg
|
||||
|
||||
DESCRIPTION="Music management for Gnome"
|
||||
HOMEPAGE="https://apps.gnome.org/Music/"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
>=dev-libs/glib-2.67.1:2
|
||||
>=dev-libs/gobject-introspection-1.82.0-r2:=
|
||||
>=gui-libs/gtk-4.16.0:4[introspection]
|
||||
>=gui-libs/libadwaita-1.6:1=[introspection]
|
||||
>=media-libs/libmediaart-1.9.1:2.0[introspection]
|
||||
net-libs/libsoup:3.0[introspection]
|
||||
app-misc/tinysparql:3=[introspection(+)]
|
||||
>=x11-libs/pango-1.44:=
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/pygobject-3.50.0:3[cairo,${PYTHON_USEDEP}]
|
||||
>=dev-python/pycairo-1.14.0[${PYTHON_USEDEP}]
|
||||
')
|
||||
>=media-libs/grilo-0.3.15-r1:0.3[introspection]
|
||||
>=media-plugins/grilo-plugins-0.3.16:0.3[tracker]
|
||||
"
|
||||
# xdg-user-dirs-update needs to be there to create needed dirs
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=731613
|
||||
RDEPEND="${DEPEND}
|
||||
|| (
|
||||
app-misc/localsearch:3[gstreamer]
|
||||
app-misc/localsearch:3[ffmpeg(+)]
|
||||
)
|
||||
x11-libs/libnotify[introspection]
|
||||
media-libs/gstreamer:1.0[introspection]
|
||||
media-libs/gst-plugins-base:1.0[introspection]
|
||||
media-plugins/gst-plugins-meta:1.0
|
||||
media-plugins/grilo-plugins:0.3[tracker]
|
||||
x11-misc/xdg-user-dirs
|
||||
"
|
||||
BDEPEND="
|
||||
dev-libs/libxml2:2
|
||||
dev-util/itstool
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
python_setup
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
python_fix_shebang "${D}"/usr/bin/gnome-music
|
||||
python_optimize
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user