Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Mon, 19 Aug 2019 20:04:02
Message-Id: 1566244928.f75f468f4743eabd8d7390ab4b2a5e84c20038d3.mgorny@gentoo
1 commit: f75f468f4743eabd8d7390ab4b2a5e84c20038d3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:20:36 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 20:02:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75f468f
7
8 use.desc: Introduce global USE=magic
9
10 USE=magic is currently used consistently by 12 packages:
11
12 app-arch/engrampa[magic] Enable filetype auto-detection via
13 sys-apps/file
14 app-editors/nano[magic] Add magic file support (sys-apps/file) to
15 automatically detect appropriate syntax highlighting
16 app-misc/vifm[magic] Use libmagic to determine mimetypes
17 app-misc/worker[magic] Add magic file support from sys-apps/file to
18 automatically detect file types
19 app-text/zathura[magic] Use libmagic to determine mimetypes
20 media-gfx/qiv[magic] Use libmagic to determine mimetypes
21 media-libs/libextractor[magic] Enable magic support using sys-apps/file
22 media-sound/moc[magic] Use libmagic to determine mimetypes
23 net-misc/gerbera[magic] Use libmagic to determine file types
24 net-p2p/mldonkey[magic] enable use of libmagic
25 sci-geosciences/viking[magic] Use libmagic to determine mimetypes
26 www-servers/pshs[magic] Enable automatic detection of Content-Type using
27 libmagic (sys-apps/file)
28
29 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
30
31 profiles/use.desc | 1 +
32 1 file changed, 1 insertion(+)
33
34 diff --git a/profiles/use.desc b/profiles/use.desc
35 index 92b90f4b2df..88e5e6dd5d2 100644
36 --- a/profiles/use.desc
37 +++ b/profiles/use.desc
38 @@ -181,6 +181,7 @@ lzma - Support for LZMA (de)compression algorithm
39 lzo - Enable support for lzo compression
40 m17n-lib - Enable m17n-lib support
41 mad - Add support for mad (high-quality mp3 decoder library and cli frontend)
42 +magic - Add support for file type detection via magic bytes (usually via libmagic from sys-apps/file)
43 maildir - Add support for maildir (~/.maildir) style mail spools
44 matroska - Add support for the matroska container format (extensions .mkv, .mka and .mks)
45 mbox - Add support for mbox (/var/spool/mail) style mail spools