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 EB0B0139084 for ; Mon, 25 Dec 2017 13:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5862E0E1A; Mon, 25 Dec 2017 13:53:23 +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 B0E04E0E1A for ; Mon, 25 Dec 2017 13:53:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B56B33DDA5 for ; Mon, 25 Dec 2017 13:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5592AE94 for ; Mon, 25 Dec 2017 13:53:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1514209981.26b21b170d77a21ffbbd755947bf7ab2bb7944e7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libextractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libextractor/libextractor-1.6.ebuild media-libs/libextractor/metadata.xml X-VCS-Directories: media-libs/libextractor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 26b21b170d77a21ffbbd755947bf7ab2bb7944e7 X-VCS-Branch: master Date: Mon, 25 Dec 2017 13:53:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 585cad27-915f-4260-8a1e-b97fb0e55a6f X-Archives-Hash: 1be382e3ff0a5bd87f5fe0bc6d37a867 commit: 26b21b170d77a21ffbbd755947bf7ab2bb7944e7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 25 12:17:27 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 25 13:53:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b21b17 media-libs/libextractor: Add USE=apparmor Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-libs/libextractor/libextractor-1.6.ebuild | 4 +++- media-libs/libextractor/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/libextractor/libextractor-1.6.ebuild b/media-libs/libextractor/libextractor-1.6.ebuild index 624482596d9..3f80bc169d5 100644 --- a/media-libs/libextractor/libextractor-1.6.ebuild +++ b/media-libs/libextractor/libextractor-1.6.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="+archive +bzip2 ffmpeg flac gif gsf gstreamer gtk jpeg +magic midi mp4 mpeg tidy tiff vorbis +zlib" # test +IUSE="apparmor +archive +bzip2 ffmpeg flac gif gsf gstreamer gtk jpeg +magic midi mp4 mpeg tidy tiff vorbis +zlib" # test RESTRICT="test" @@ -21,6 +21,7 @@ COMMON_DEPEND=" sys-devel/libtool virtual/libiconv virtual/libintl + apparmor? ( sys-libs/libapparmor ) archive? ( app-arch/libarchive:= ) bzip2? ( app-arch/bzip2 ) ffmpeg? ( virtual/ffmpeg ) @@ -82,6 +83,7 @@ src_configure() { e_ac_cv lib_FLAC_FLAC__stream_decoder_init_stream=$(usex flac) e_ac_cv lib_FLAC_FLAC__stream_decoder_init_ogg_stream=$(usex flac) + e_ac_cv header_sys_apparmor_h=$(usex apparmor) e_ac_cv header_archive_h=$(usex archive) e_ac_cv header_bzlib_h=$(usex bzip2) e_ac_cv header_gif_lib_h=$(usex gif) diff --git a/media-libs/libextractor/metadata.xml b/media-libs/libextractor/metadata.xml index 7df945748e3..63d0717ca8c 100644 --- a/media-libs/libextractor/metadata.xml +++ b/media-libs/libextractor/metadata.xml @@ -2,6 +2,7 @@ + Enable apparmor support using sys-libs/libapparmor Enable archive support using app-arch/libarchive Enable OLE2 (MS Office) plug-in support using gnome-extra/libgsf Enable magic support using sys-apps/file