Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easytag/
Date: Sun, 02 Dec 2018 18:44:00
Message-Id: 1543776215.62ebb58deebdc65df8273d58e5de4fc787be277f.asturm@gentoo
1 commit: 62ebb58deebdc65df8273d58e5de4fc787be277f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 18:15:20 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 18:43:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ebb58d
7
8 media-sound/easytag: Add USE nautilus to fix automagic
9
10 Non-maintainer commit.
11
12 Thanks-to: Sander Sweers <Sander.Sweers <AT> gmail.com>
13 Closes: https://bugs.gentoo.org/604852
14 Package-Manager: Portage-2.3.52, Repoman-2.3.12
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 media-sound/easytag/easytag-2.4.3-r1.ebuild | 4 +++-
18 media-sound/easytag/metadata.xml | 5 ++++-
19 2 files changed, 7 insertions(+), 2 deletions(-)
20
21 diff --git a/media-sound/easytag/easytag-2.4.3-r1.ebuild b/media-sound/easytag/easytag-2.4.3-r1.ebuild
22 index 4e7f5b9d591..630be7217fa 100644
23 --- a/media-sound/easytag/easytag-2.4.3-r1.ebuild
24 +++ b/media-sound/easytag/easytag-2.4.3-r1.ebuild
25 @@ -13,7 +13,7 @@ LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+"
26 SLOT="0"
27 KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
28
29 -IUSE="flac mp3 mp4 opus speex test vorbis wavpack"
30 +IUSE="flac mp3 mp4 nautilus opus speex test vorbis wavpack"
31 REQUIRED_USE="
32 opus? ( vorbis )
33 speex? ( vorbis )
34 @@ -29,6 +29,7 @@ RDEPEND="
35 >=media-libs/libid3tag-0.15.1b-r4
36 )
37 mp4? ( >=media-libs/taglib-1.9.1[mp4(+)] )
38 + nautilus? ( gnome-base/nautilus )
39 opus? (
40 >=media-libs/opus-1.1
41 >=media-libs/opusfile-0.4
42 @@ -64,6 +65,7 @@ src_configure() {
43 $(use_enable test tests) \
44 $(use_enable mp3) \
45 $(use_enable mp3 id3v23) \
46 + $(use_enable nautilus nautilus-actions) \
47 $(use_enable vorbis ogg) \
48 $(use_enable opus) \
49 $(use_enable speex) \
50
51 diff --git a/media-sound/easytag/metadata.xml b/media-sound/easytag/metadata.xml
52 index 7636046d6e2..1c503c1ab66 100644
53 --- a/media-sound/easytag/metadata.xml
54 +++ b/media-sound/easytag/metadata.xml
55 @@ -5,5 +5,8 @@
56 <email>sound@g.o</email>
57 <name>Gentoo Sound project</name>
58 </maintainer>
59 - <longdescription>a utility for viewing and editing tags for MP3, MP2, FLAC, AAC, MP4 and OGG files. It features a simple and attractive GTK+ interface</longdescription>
60 + <longdescription>Utility for viewing and editing tags for MP3, MP2, FLAC, AAC, MP4 and OGG files. It features a simple and attractive GTK+ interface</longdescription>
61 + <use>
62 + <flag name="nautilus">Build <pkg>gnome-base/nautilus</pkg> extension</flag>
63 + </use>
64 </pkgmetadata>