Diff easytag-2.4.3-r4 with a easytag-2.4.3-r5
/usr/portage/media-sound/easytag/easytag-2.4.3-r5.ebuild 2023-10-09 14:52:31.772368408 +0300 | ||
---|---|---|
11 | 11 |
LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+" |
12 | 12 |
SLOT="0" |
13 | 13 |
KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" |
14 |
IUSE="flac mp3 mp4 nautilus opus speex test vorbis wavpack" |
|
14 |
IUSE="flac mp3 mp4 opus speex test vorbis wavpack" |
|
15 |
# Disable nautilus support until https://gitlab.gnome.org/GNOME/easytag/-/issues/78 |
|
16 |
# is solved |
|
15 | 17 |
RESTRICT="!test? ( test )" |
16 | 18 |
REQUIRED_USE=" |
17 | 19 |
opus? ( vorbis ) |
... | ... | |
27 | 29 |
>=media-libs/libid3tag-0.15.1b-r4:= |
28 | 30 |
) |
29 | 31 |
mp4? ( >=media-libs/taglib-1.9.1[mp4(+)] ) |
30 |
nautilus? ( gnome-base/nautilus ) |
|
31 | 32 |
opus? ( |
32 | 33 |
>=media-libs/opus-1.1 |
33 | 34 |
>=media-libs/opusfile-0.4 |
... | ... | |
58 | 59 |
src_configure() { |
59 | 60 |
gnome2_src_configure \ |
60 | 61 |
--disable-Werror \ |
62 |
--disable-nautilus-actions \ |
|
61 | 63 |
$(use_enable test appdata-validate) \ |
62 | 64 |
$(use_enable test tests) \ |
63 | 65 |
$(use_enable mp3) \ |
64 | 66 |
$(use_enable mp3 id3v23) \ |
65 |
$(use_enable nautilus nautilus-actions) \ |
|
66 | 67 |
$(use_enable vorbis ogg) \ |
67 | 68 |
$(use_enable opus) \ |
68 | 69 |
$(use_enable speex) \ |
... | ... | |
70 | 71 |
$(use_enable mp4) \ |
71 | 72 |
$(use_enable wavpack) |
72 | 73 |
} |
74 | ||
75 |
src_install() { |
|
76 |
gnome2_src_install |
|
77 |
# https://gitlab.gnome.org/GNOME/easytag/-/issues/82 |
|
78 |
mv "${ED}"/usr/share/{appdata,metainfo} |
|
79 |
} |