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 86E5A1382C5 for ; Tue, 27 Feb 2018 09:03:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB920E092F; Tue, 27 Feb 2018 09:03:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9C45EE092F for ; Tue, 27 Feb 2018 09:03:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 88D2F335C39 for ; Tue, 27 Feb 2018 09:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04F4C21D for ; Tue, 27 Feb 2018 09:03:01 +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: <1519722162.d2b81ce1703b5f6e92df4cce31aacc8b05da7593.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d2b81ce1703b5f6e92df4cce31aacc8b05da7593 X-VCS-Branch: master Date: Tue, 27 Feb 2018 09:03:01 +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: 4eb758cb-7270-42df-b31a-5873b009292c X-Archives-Hash: f270d0acc70f168e793d9d5cbea046b0 commit: d2b81ce1703b5f6e92df4cce31aacc8b05da7593 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 01:14:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 27 09:02:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b81ce1 media-video/vlc: Fix harfbuzz automagic Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/vlc/vlc-3.0.9999.ebuild | 4 +++- media-video/vlc/vlc-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 6c691145bec..5fca81c28a2 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -63,7 +63,8 @@ RDEPEND=" archive? ( app-arch/libarchive:= ) bidi? ( dev-libs/fribidi:0 - media-libs/freetype:2 + media-libs/freetype:2[harfbuzz] + media-libs/harfbuzz virtual/ttf-fonts:0 ) bluray? ( media-libs/libbluray:0= ) @@ -276,6 +277,7 @@ src_configure() { $(use_enable aom) $(use_enable archive) $(use_enable bidi fribidi) + $(use_enable bidi harfbuzz) $(use_enable bluray) $(use_enable cddb libcddb) $(use_enable chromaprint) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 9fcb8c7bb6b..ce61f74a323 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -63,7 +63,8 @@ RDEPEND=" archive? ( app-arch/libarchive:= ) bidi? ( dev-libs/fribidi:0 - media-libs/freetype:2 + media-libs/freetype:2[harfbuzz] + media-libs/harfbuzz virtual/ttf-fonts:0 ) bluray? ( media-libs/libbluray:0= ) @@ -276,6 +277,7 @@ src_configure() { $(use_enable aom) $(use_enable archive) $(use_enable bidi fribidi) + $(use_enable bidi harfbuzz) $(use_enable bluray) $(use_enable cddb libcddb) $(use_enable chromaprint)