From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3287138334 for ; Sun, 2 Dec 2018 18:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8666EE0AE3; Sun, 2 Dec 2018 18:43:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B6B1E0AE3 for ; Sun, 2 Dec 2018 18:43:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9FD1335CB7 for ; Sun, 2 Dec 2018 18:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A281C4DB for ; Sun, 2 Dec 2018 18:43:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1543776215.62ebb58deebdc65df8273d58e5de4fc787be277f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easytag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easytag/easytag-2.4.3-r1.ebuild media-sound/easytag/metadata.xml X-VCS-Directories: media-sound/easytag/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 62ebb58deebdc65df8273d58e5de4fc787be277f X-VCS-Branch: master Date: Sun, 2 Dec 2018 18:43:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f71df27f-b87d-48be-a3b4-7544413ba936 X-Archives-Hash: 2535948d02b74d911d71601611709da9 commit: 62ebb58deebdc65df8273d58e5de4fc787be277f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 2 18:15:20 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 2 18:43:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ebb58d media-sound/easytag: Add USE nautilus to fix automagic Non-maintainer commit. Thanks-to: 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 gentoo.org> media-sound/easytag/easytag-2.4.3-r1.ebuild | 4 +++- media-sound/easytag/metadata.xml | 5 ++++- 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 4e7f5b9d591..630be7217fa 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 7636046d6e2..1c503c1ab66 100644 --- a/media-sound/easytag/metadata.xml +++ b/media-sound/easytag/metadata.xml @@ -5,5 +5,8 @@ sound@gentoo.org Gentoo Sound project - a utility for viewing and editing tags for MP3, MP2, FLAC, AAC, MP4 and OGG files. It features a simple and attractive GTK+ interface + Utility for viewing and editing tags for MP3, MP2, FLAC, AAC, MP4 and OGG files. It features a simple and attractive GTK+ interface + + Build gnome-base/nautilus extension +