From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3B98138334 for ; Sun, 11 Aug 2019 11:22:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B19AE0870; Sun, 11 Aug 2019 11:22:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 210E6E085A for ; Sun, 11 Aug 2019 11:22:01 +0000 (UTC) Received: from localhost.localdomain (d202-252.icpnet.pl [109.173.202.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id A10A53498D5; Sun, 11 Aug 2019 11:21:59 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH] use.desc: Introduce global USE=magic Date: Sun, 11 Aug 2019 13:21:53 +0200 Message-Id: <20190811112153.63979-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.23.0.rc1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 81114a77-bc0d-4d84-9d1e-e77609bc545d X-Archives-Hash: 8a886e0c00905f136c5418039047de27 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 --- profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index 13baef969315..09940dd81822 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 -- 2.23.0.rc1