summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-02 19:15:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-02 19:43:35 +0100
commit62ebb58deebdc65df8273d58e5de4fc787be277f (patch)
treede17e56644e1c815a02625c9635ab5b6202312c1 /media-sound/easytag
parentprofiles: alpha, hppa, powerpc: Stable-mask media-sound/easytag[nautilus] (diff)
downloadgentoo-62ebb58deebdc65df8273d58e5de4fc787be277f.tar.gz
gentoo-62ebb58deebdc65df8273d58e5de4fc787be277f.tar.bz2
gentoo-62ebb58deebdc65df8273d58e5de4fc787be277f.zip
media-sound/easytag: Add USE nautilus to fix automagic
Non-maintainer commit. Thanks-to: Sander Sweers <Sander.Sweers@gmail.com> Closes: https://bugs.gentoo.org/604852 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/easytag')
-rw-r--r--media-sound/easytag/easytag-2.4.3-r1.ebuild4
-rw-r--r--media-sound/easytag/metadata.xml5
2 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/easytag/easytag-2.4.3-r1.ebuild b/media-sound/easytag/easytag-2.4.3-r1.ebuild
index 4e7f5b9d5916..630be7217fa0 100644
--- a/media-sound/easytag/easytag-2.4.3-r1.ebuild
+++ b/media-sound/easytag/easytag-2.4.3-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="flac mp3 mp4 opus speex test vorbis wavpack"
+IUSE="flac mp3 mp4 nautilus opus speex test vorbis wavpack"
REQUIRED_USE="
opus? ( vorbis )
speex? ( vorbis )
@@ -29,6 +29,7 @@ RDEPEND="
>=media-libs/libid3tag-0.15.1b-r4
)
mp4? ( >=media-libs/taglib-1.9.1[mp4(+)] )
+ nautilus? ( gnome-base/nautilus )
opus? (
>=media-libs/opus-1.1
>=media-libs/opusfile-0.4
@@ -64,6 +65,7 @@ src_configure() {
$(use_enable test tests) \
$(use_enable mp3) \
$(use_enable mp3 id3v23) \
+ $(use_enable nautilus nautilus-actions) \
$(use_enable vorbis ogg) \
$(use_enable opus) \
$(use_enable speex) \
diff --git a/media-sound/easytag/metadata.xml b/media-sound/easytag/metadata.xml
index 7636046d6e23..1c503c1ab663 100644
--- a/media-sound/easytag/metadata.xml
+++ b/media-sound/easytag/metadata.xml
@@ -5,5 +5,8 @@
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
- <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>
+ <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>
+ <use>
+ <flag name="nautilus">Build <pkg>gnome-base/nautilus</pkg> extension</flag>
+ </use>
</pkgmetadata>