Diff lollypop-1.4.35 with a lollypop-1.4.37
/usr/portage/media-sound/lollypop/lollypop-1.4.37.ebuild 2023-10-09 14:52:31.784368408 +0300 | ||
---|---|---|
20 | 20 |
RESTRICT="!test? ( test )" |
21 | 21 | |
22 | 22 |
# Dependencies being checked by Meson |
23 |
COMMON_DEPEND=" |
|
23 |
DEPEND=" |
|
24 | 24 |
dev-libs/glib:2 |
25 | 25 |
dev-libs/gobject-introspection |
26 |
net-libs/libsoup:2.4[introspection] |
|
26 |
net-libs/libsoup:3.0[introspection] |
|
27 | 27 |
x11-libs/gtk+:3[introspection] |
28 | 28 |
${PYTHON_DEPS} |
29 | 29 |
$(python_gen_cond_dep ' |
... | ... | |
32 | 32 |
" |
33 | 33 | |
34 | 34 |
BDEPEND=" |
35 |
${COMMON_DEPEND} |
|
36 | 35 |
sys-devel/gettext |
37 | 36 |
virtual/pkgconfig |
38 | 37 |
test? ( |
... | ... | |
42 | 41 |
" |
43 | 42 | |
44 | 43 |
RDEPEND=" |
45 |
${COMMON_DEPEND} |
|
44 |
${DEPEND} |
|
46 | 45 |
media-plugins/gst-plugins-pulse |
47 | 46 |
app-crypt/libsecret[introspection] |
48 | 47 |
dev-libs/totem-pl-parser[introspection] |
... | ... | |
63 | 62 |
pkg_postinst() { |
64 | 63 |
xdg_pkg_postinst |
65 | 64 |
gnome2_schemas_update |
66 |
elog "Remember to install the necessary gst-plugins packages to read your audio files" |
|
65 |
elog "Remember to install the necessary gst-plugins packages to read your audio files." |
|
67 | 66 |
elog "You can also use the gst-plugins-meta pakcage and its USE flags." |
67 |
elog "Lollypop now relies on yt-dlp instead of youtube-dl, since version 1.4.36." |
|
68 | 68 |
} |
69 | 69 | |
70 | 70 |
pkg_postrm() { |