From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BE8581397EC for ; Wed, 19 Aug 2015 14:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34C111419A; Wed, 19 Aug 2015 14:23:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C66481419A for ; Wed, 19 Aug 2015 14:23:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5AD03407D2 for ; Wed, 19 Aug 2015 14:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34CFB153 for ; Wed, 19 Aug 2015 14:22:54 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1439994157.ed9396d666cf73c4487415164f49561735c8c07c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-0.9.8.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ed9396d666cf73c4487415164f49561735c8c07c X-VCS-Branch: master Date: Wed, 19 Aug 2015 14:22:54 +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: 78c3d39d-68d8-480f-93e0-2742c3763d20 X-Archives-Hash: a0d9ec87dd68c8e8a6d01f60650e3cfb commit: ed9396d666cf73c4487415164f49561735c8c07c Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 19 14:22:37 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 19 14:22:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9396d6 media-libs/mlt: remove USE flags for deprecated modules that are disabled anyway by upstream Package-Manager: portage-2.2.20.1 media-libs/mlt/mlt-0.9.8.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/media-libs/mlt/mlt-0.9.8.ebuild b/media-libs/mlt/mlt-0.9.8.ebuild index 410643c..3f52506 100644 --- a/media-libs/mlt/mlt-0.9.8.ebuild +++ b/media-libs/mlt/mlt-0.9.8.ebuild @@ -13,8 +13,8 @@ SRC_URI="https://github.com/mltframework/mlt/archive/v0.9.8.tar.gz -> ${P}.tar.g LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="compressed-lumas dv debug ffmpeg fftw frei0r gtk jack kde kdenlive libav libsamplerate melt opengl -cpu_flags_x86_mmx qt4 quicktime rtaudio sdl cpu_flags_x86_sse cpu_flags_x86_sse2 xine xml lua python ruby vdpau" # java perl php tcl +IUSE="compressed-lumas debug ffmpeg fftw frei0r gtk jack kde kdenlive libav libsamplerate melt opengl +cpu_flags_x86_mmx qt4 rtaudio sdl cpu_flags_x86_sse cpu_flags_x86_sse2 xine xml lua python ruby vdpau" # java perl php tcl IUSE="${IUSE} kernel_linux" #rtaudio will use OSS on non linux OSes @@ -23,7 +23,6 @@ RDEPEND=" libav? ( media-video/libav:0=[vdpau?] ) !libav? ( media-video/ffmpeg:0=[vdpau?] ) ) - dv? ( >=media-libs/libdv-0.104 ) xml? ( >=dev-libs/libxml2-2.5 ) sdl? ( >=media-libs/libsdl-1.2.10[X,opengl] >=media-libs/sdl-image-1.2.4 ) @@ -37,7 +36,6 @@ RDEPEND=" media-libs/libexif x11-libs/pango ) opengl? ( media-video/movit ) - quicktime? ( media-libs/libquicktime ) rtaudio? ( kernel_linux? ( media-libs/alsa-lib ) ) xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 ) qt4? ( dev-qt/qtcore:4 @@ -95,7 +93,6 @@ src_configure() { --target-arch=$(tc-arch-kernel) --disable-swfdec $(use_enable debug) - $(use_enable dv) $(use_enable cpu_flags_x86_sse sse) $(use_enable cpu_flags_x86_sse2 sse2) $(use_enable gtk gtk2) @@ -118,7 +115,6 @@ src_configure() { use ffmpeg && myconf="${myconf} --avformat-swscale" use kde || myconf="${myconf} --without-kde" - (use quicktime && use dv) || myconf="${myconf} --disable-kino" use compressed-lumas && myconf="${myconf} --luma-compress" ( use x86 || use amd64 ) && \