diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2017-05-16 22:31:18 +0300 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-05-16 21:52:59 +0200 |
commit | 12f2caaa5082b49a5d44723796964b91ff953d40 (patch) | |
tree | 9da9a0a35c6f17d9f3c38122e206c8006a56c738 /media-sound | |
parent | media-sound/clementine: fix compilation with gcc-7.1 (diff) | |
download | gentoo-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')
-rw-r--r-- | media-sound/clementine/clementine-1.3.1-r6.ebuild | 4 | ||||
-rw-r--r-- | media-sound/clementine/clementine-9999.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/media-sound/clementine/clementine-1.3.1-r6.ebuild b/media-sound/clementine/clementine-1.3.1-r6.ebuild index 6d4916f0f570..05e76bdcae3c 100644 --- a/media-sound/clementine/clementine-1.3.1-r6.ebuild +++ b/media-sound/clementine/clementine-1.3.1-r6.ebuild @@ -165,6 +165,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() { 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() { |