diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-11 13:20:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-19 22:02:08 +0200 |
commit | f75f468f4743eabd8d7390ab4b2a5e84c20038d3 (patch) | |
tree | 11929df8d690e62e843fd20f2d6683a3ad76ee3b /profiles/use.desc | |
parent | meson.eclass: meson_src_{compile,install}: Pass "$@" to eninja. (diff) | |
download | gentoo-f75f468f4743eabd8d7390ab4b2a5e84c20038d3.tar.gz gentoo-f75f468f4743eabd8d7390ab4b2a5e84c20038d3.tar.bz2 gentoo-f75f468f4743eabd8d7390ab4b2a5e84c20038d3.zip |
use.desc: Introduce global USE=magic
USE=magic is currently used consistently by 12 packages:
app-arch/engrampa[magic] Enable filetype auto-detection via
sys-apps/file
app-editors/nano[magic] Add magic file support (sys-apps/file) to
automatically detect appropriate syntax highlighting
app-misc/vifm[magic] Use libmagic to determine mimetypes
app-misc/worker[magic] Add magic file support from sys-apps/file to
automatically detect file types
app-text/zathura[magic] Use libmagic to determine mimetypes
media-gfx/qiv[magic] Use libmagic to determine mimetypes
media-libs/libextractor[magic] Enable magic support using sys-apps/file
media-sound/moc[magic] Use libmagic to determine mimetypes
net-misc/gerbera[magic] Use libmagic to determine file types
net-p2p/mldonkey[magic] enable use of libmagic
sci-geosciences/viking[magic] Use libmagic to determine mimetypes
www-servers/pshs[magic] Enable automatic detection of Content-Type using
libmagic (sys-apps/file)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/use.desc')
-rw-r--r-- | profiles/use.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 92b90f4b2df2..88e5e6dd5d29 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -181,6 +181,7 @@ lzma - Support for LZMA (de)compression algorithm lzo - Enable support for lzo compression m17n-lib - Enable m17n-lib support mad - Add support for mad (high-quality mp3 decoder library and cli frontend) +magic - Add support for file type detection via magic bytes (usually via libmagic from sys-apps/file) maildir - Add support for maildir (~/.maildir) style mail spools matroska - Add support for the matroska container format (extensions .mkv, .mka and .mks) mbox - Add support for mbox (/var/spool/mail) style mail spools |