Skip to content

Commit

Permalink
media-sound/easytag: Add nautilus USE flag
Browse files Browse the repository at this point in the history
  • Loading branch information
amigadave committed Apr 17, 2015
1 parent f3a19b0 commit 89e57a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-sound/easytag/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EBUILD easytag-9999.ebuild 1522 SHA256 53a6b9f9ba05083b1eb9747c78de24911e5ed829cb037586e506cbe861dc384e SHA512 8b4bfec07206c303fb3535217cc72aefd5c08bff2ee495ad345e2c2ef89b20c3e88e0593f0ae4765d341c082960577ef30833bfc632ffa055f033ea13f6ca8bf WHIRLPOOL 67dfe719a847156697f459cd9900bc230e39d1f3df0ebe9348cef3a411151e176a60df1c1941cf06a48556eb156ad221e72309bbdb8fb3a9dfb972299fda7e2d
EBUILD easytag-9999.ebuild 1611 SHA256 7a923e3b48f1a472a2bde3bbcdd47e61721094424d90a481437cce6f4d179f50 SHA512 bab8a63d4b06e3ba19175be44bbe27e8d7dd3a6d5d502db79b8749eadde5a8d051525adfa5691c512616c54c9470a3e2ab8d70ac3c8402b58a0c671de92feede WHIRLPOOL f2702feda8c8737b74693803bcc29e1a6974f5f81fa0858626bdda4c7c4f64ca384923e6bd1b487e5899835ffa83f5d4cf3e105c885a4feb2e671db458dc51bc
4 changes: 3 additions & 1 deletion media-sound/easytag/easytag-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SRC_URI=""
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="flac mp3 mp4 nls opus speex vorbis wavpack"
IUSE="flac mp3 mp4 nautilus nls opus speex vorbis wavpack"

RDEPEND=">=x11-libs/gtk+-3.4:3
mp3? (
Expand All @@ -27,6 +27,7 @@ RDEPEND=">=x11-libs/gtk+-3.4:3
media-libs/libvorbis
)
mp4? ( media-libs/taglib[mp4] )
nautilus? ( gnome-base/nautilus )
opus? (
media-libs/opus
media-libs/opusfile
Expand Down Expand Up @@ -60,6 +61,7 @@ src_configure() {
$(use_enable nls) \
$(use_enable mp3) \
$(use_enable mp3 id3v23) \
$(use_enable nautilus nautilus-actions ) \
$(use_enable vorbis ogg) \
$(use_enable opus) \
$(use_enable speex) \
Expand Down

0 comments on commit 89e57a5

Please sign in to comment.