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 7B096138331 for ; Mon, 19 Feb 2018 06:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F588E0B1C; Mon, 19 Feb 2018 06:44:30 +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 3E198E0B1C for ; Mon, 19 Feb 2018 06:44:29 +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 B9BCC335C2C for ; Mon, 19 Feb 2018 06:44:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A680D230 for ; Mon, 19 Feb 2018 06:44:26 +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: <1519022636.153548e8cad52e148dc134b80d433fa5e1402c5c.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: 153548e8cad52e148dc134b80d433fa5e1402c5c X-VCS-Branch: master Date: Mon, 19 Feb 2018 06:44:26 +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: c9efc6a2-1f83-47c5-b8d0-64f61f021ffb X-Archives-Hash: bf08cb9cac97105ecd9101d7c21b90fb commit: 153548e8cad52e148dc134b80d433fa5e1402c5c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 19 01:46:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 19 06:43:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153548e8 media-video/vlc: Drop USE=aalib Upstream has removed support for it from master, considering caca the future. Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/vlc/vlc-3.0.9999.ebuild | 11 ++++------- media-video/vlc/vlc-9999.ebuild | 10 +++------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 74239039af5..953df06005e 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -29,8 +29,8 @@ HOMEPAGE="https://www.videolan.org/vlc/" LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-9" # vlc - vlccore -IUSE="a52 aalib alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus - dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth fontconfig +IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus dc1394 + debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass libav libcaca libnotify +libsamplerate libtar libtiger linsys lirc live lua macosx-notifications macosx-qtkit matroska modplug mp3 mpeg mtp musepack ncurses neon nfs ogg omxil opencv @@ -40,7 +40,6 @@ IUSE="a52 aalib alsa altivec aom archive bidi bluray cddb chromaprint chromecast x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse " REQUIRED_USE=" - aalib? ( X ) bidi? ( truetype ) directx? ( ffmpeg ) fontconfig? ( truetype ) @@ -59,7 +58,6 @@ RDEPEND=" virtual/libintl:0 virtual/opengl a52? ( media-libs/a52dec:0 ) - aalib? ( media-libs/aalib:0 ) alsa? ( media-libs/alsa-lib:0 ) aom? ( media-libs/libaom:= ) archive? ( app-arch/libarchive:= ) @@ -261,15 +259,14 @@ src_prepare() { src_configure() { local myeconfargs=( - --enable-vlc - --docdir=/usr/share/doc/${PF} + --disable-aa --disable-dependency-tracking --disable-optimizations --disable-update-check --enable-fast-install --enable-screen + --enable-vlc $(use_enable a52) - $(use_enable aalib aa) $(use_enable alsa) $(use_enable altivec) $(use_enable aom) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 5ba1166a4d5..e98df95d38e 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -29,8 +29,8 @@ HOMEPAGE="https://www.videolan.org/vlc/" LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-9" # vlc - vlccore -IUSE="a52 aalib alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus - dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth fontconfig +IUSE="a52 alsa altivec aom archive bidi bluray cddb chromaprint chromecast dbus dc1394 + debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass libav libcaca libnotify +libsamplerate libtar libtiger linsys lirc live lua macosx-notifications macosx-qtkit matroska modplug mp3 mpeg mtp musepack ncurses neon nfs ogg omxil opencv @@ -40,7 +40,6 @@ IUSE="a52 aalib alsa altivec aom archive bidi bluray cddb chromaprint chromecast x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse " REQUIRED_USE=" - aalib? ( X ) bidi? ( truetype ) directx? ( ffmpeg ) fontconfig? ( truetype ) @@ -59,7 +58,6 @@ RDEPEND=" virtual/libintl:0 virtual/opengl a52? ( media-libs/a52dec:0 ) - aalib? ( media-libs/aalib:0 ) alsa? ( media-libs/alsa-lib:0 ) aom? ( media-libs/libaom:= ) archive? ( app-arch/libarchive:= ) @@ -261,15 +259,13 @@ src_prepare() { src_configure() { local myeconfargs=( - --enable-vlc - --docdir=/usr/share/doc/${PF} --disable-dependency-tracking --disable-optimizations --disable-update-check --enable-fast-install --enable-screen + --enable-vlc $(use_enable a52) - $(use_enable aalib aa) $(use_enable alsa) $(use_enable altivec) $(use_enable aom)