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 3133B138334 for ; Tue, 25 Jun 2019 19:28:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CE17E084E; Tue, 25 Jun 2019 19:28:16 +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 3D980E084E for ; Tue, 25 Jun 2019 19:28:16 +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 078DC346A3E for ; Tue, 25 Jun 2019 19:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13DAD5E2 for ; Tue, 25 Jun 2019 19:28:13 +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: <1561490876.559f017fa7cf7b7220c8a02bcb35b7cc931df0d7.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 X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 559f017fa7cf7b7220c8a02bcb35b7cc931df0d7 X-VCS-Branch: master Date: Tue, 25 Jun 2019 19:28:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12da11a9-fa63-46d4-bc04-4e978aa352be X-Archives-Hash: d5f4ca1f85684b4eefa1fad86de87e2f commit: 559f017fa7cf7b7220c8a02bcb35b7cc931df0d7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 25 19:26:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 25 19:27:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559f017f media-video/vlc: USE libplacebo is not maintained in 3.0 branch Closes: https://bugs.gentoo.org/687908 Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/vlc/vlc-3.0.9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 5b5892f8acc..329fb3dedb9 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -32,7 +32,7 @@ SLOT="0/5-9" # vlc - vlccore IUSE="a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromecast dav1d 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 libplacebo +libsamplerate libtar libtiger linsys lirc + libass libav libcaca libnotify +libsamplerate libtar libtiger linsys lirc live lua macosx-notifications mad matroska modplug mp3 mpeg mtp musepack ncurses neon nfs ogg omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 rdp run-as-root samba sdl-image sftp shout sid skins soxr speex srt ssl @@ -130,7 +130,6 @@ RDEPEND=" x11-libs/gtk+:3 x11-libs/libnotify ) - libplacebo? ( media-libs/libplacebo ) libsamplerate? ( media-libs/libsamplerate ) libtar? ( dev-libs/libtar ) libtiger? ( media-libs/libtiger ) @@ -330,7 +329,6 @@ src_configure() { $(use_enable libass) $(use_enable libcaca caca) $(use_enable libnotify notify) - $(use_enable libplacebo) $(use_enable libsamplerate samplerate) $(use_enable libtar) $(use_enable libtiger tiger) @@ -406,6 +404,7 @@ src_configure() { --disable-goom --disable-kai --disable-kva + --disable-libplacebo --disable-macosx-qtkit --disable-maintainer-mode --disable-merge-ffmpeg