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 8727D1397E2 for ; Sat, 30 Dec 2017 01:47:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B0B5E0ECB; Sat, 30 Dec 2017 01:47:09 +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 65B1BE0ECB for ; Sat, 30 Dec 2017 01:47:08 +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 90EA933BF24 for ; Sat, 30 Dec 2017 01:47:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 571FA9C2F for ; Sat, 30 Dec 2017 01:47:06 +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: <1514598409.2638326a27af21509db24056dd9b037c1f3ed7ed.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-2.2.8-r1.ebuild media-video/vlc/vlc-2.2.9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2638326a27af21509db24056dd9b037c1f3ed7ed X-VCS-Branch: master Date: Sat, 30 Dec 2017 01:47:06 +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: 0cd8916c-650a-44ee-87e2-4f5f4f8f6b09 X-Archives-Hash: f08c67f6a40613172e32db3f998d00d1 commit: 2638326a27af21509db24056dd9b037c1f3ed7ed Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 30 01:35:45 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 30 01:46:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2638326a media-video/vlc: Drop USE=directfb Bug: https://bugs.gentoo.org/642508 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-video/vlc/vlc-2.2.8-r1.ebuild | 5 ++--- media-video/vlc/vlc-2.2.9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/media-video/vlc/vlc-2.2.8-r1.ebuild b/media-video/vlc/vlc-2.2.8-r1.ebuild index bdc58178d60..bdfeed0e344 100644 --- a/media-video/vlc/vlc-2.2.8-r1.ebuild +++ b/media-video/vlc/vlc-2.2.8-r1.ebuild @@ -30,7 +30,7 @@ LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-8" # vlc - vlccore IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec +avformat bidi bluray cdda - cddb chromaprint dbus dc1394 debug directfb directx dts dvb +dvbpsi dvd dxva2 + cddb chromaprint dbus dc1394 debug directx dts dvb +dvbpsi dvd dxva2 elibc_glibc +encode faad fdk fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl gstreamer httpd ieee1394 jack jpeg kate libass libav libcaca libnotify +libsamplerate libtiger linsys libtar lirc live lua @@ -85,7 +85,6 @@ RDEPEND=" chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.6:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1:2 ) - directfb? ( dev-libs/DirectFB:0 ) dts? ( >=media-libs/libdca-0.0.5:0 ) dvbpsi? ( >=media-libs/libdvbpsi-1.0.0:0= ) dvd? ( >=media-libs/libdvdread-4.9:0 >=media-libs/libdvdnav-4.9:0 ) @@ -310,7 +309,6 @@ src_configure() { $(use_enable cddb libcddb) \ $(use_enable chromaprint) \ $(use_enable dbus) \ - $(use_enable directfb) \ $(use_enable directx) \ $(use_enable dc1394) \ $(use_enable debug) \ @@ -414,6 +412,7 @@ src_configure() { --disable-cprof \ --disable-crystalhd \ --disable-decklink \ + --disable-directfb \ --disable-gles1 \ --disable-gles2 \ --disable-goom \ diff --git a/media-video/vlc/vlc-2.2.9999.ebuild b/media-video/vlc/vlc-2.2.9999.ebuild index 513a854d0f3..791c67a9a98 100644 --- a/media-video/vlc/vlc-2.2.9999.ebuild +++ b/media-video/vlc/vlc-2.2.9999.ebuild @@ -30,7 +30,7 @@ LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-8" # vlc - vlccore IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec +avformat bidi bluray cdda - cddb chromaprint dbus dc1394 debug directfb directx dts dvb +dvbpsi dvd dxva2 + cddb chromaprint dbus dc1394 debug directx dts dvb +dvbpsi dvd dxva2 elibc_glibc +encode faad fdk fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl gstreamer httpd ieee1394 jack jpeg kate libass libav libcaca libnotify +libsamplerate libtiger linsys libtar lirc live lua @@ -85,7 +85,6 @@ RDEPEND=" chromaprint? ( >=media-libs/chromaprint-0.6:0 ) dbus? ( >=sys-apps/dbus-1.6:0 ) dc1394? ( >=sys-libs/libraw1394-2.0.1:0 >=media-libs/libdc1394-2.1:2 ) - directfb? ( dev-libs/DirectFB:0 ) dts? ( >=media-libs/libdca-0.0.5:0 ) dvbpsi? ( >=media-libs/libdvbpsi-1.0.0:0= ) dvd? ( >=media-libs/libdvdread-4.9:0 >=media-libs/libdvdnav-4.9:0 ) @@ -310,7 +309,6 @@ src_configure() { $(use_enable cddb libcddb) \ $(use_enable chromaprint) \ $(use_enable dbus) \ - $(use_enable directfb) \ $(use_enable directx) \ $(use_enable dc1394) \ $(use_enable debug) \ @@ -414,6 +412,7 @@ src_configure() { --disable-cprof \ --disable-crystalhd \ --disable-decklink \ + --disable-directfb \ --disable-gles1 \ --disable-gles2 \ --disable-goom \