summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2017-05-16 22:31:18 +0300
committerLars Wendler <polynomial-c@gentoo.org>2017-05-16 21:52:59 +0200
commit12f2caaa5082b49a5d44723796964b91ff953d40 (patch)
tree9da9a0a35c6f17d9f3c38122e206c8006a56c738 /media-sound/clementine/clementine-9999.ebuild
parentmedia-sound/clementine: fix compilation with gcc-7.1 (diff)
downloadgentoo-12f2caaa5082b49a5d44723796964b91ff953d40.tar.gz
gentoo-12f2caaa5082b49a5d44723796964b91ff953d40.tar.bz2
gentoo-12f2caaa5082b49a5d44723796964b91ff953d40.zip
media-sound/clementine: add a elog message about supported formats
see Gentoo-Bug 618678 Closes: https://github.com/gentoo/gentoo/pull/4640
Diffstat (limited to 'media-sound/clementine/clementine-9999.ebuild')
-rw-r--r--media-sound/clementine/clementine-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild
index bfe62ae2d819..24c79e1281b9 100644
--- a/media-sound/clementine/clementine-9999.ebuild
+++ b/media-sound/clementine/clementine-9999.ebuild
@@ -162,6 +162,10 @@ pkg_preinst() {
pkg_postinst() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
+
+ elog "Note that list of supported formats is controlled by media-plugins/gst-plugins-meta "
+ elog "USE flags. You may be intrested in setting aac, flac, mp3, ogg or wavpack USE flags "
+ elog "depending on your preferences"
}
pkg_postrm() {