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 671351396D9 for ; Sat, 28 Oct 2017 12:17:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55BAC2BC0CE; Sat, 28 Oct 2017 12:17:51 +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 C093A2BC0CD for ; Sat, 28 Oct 2017 12:17:50 +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 77087341646 for ; Sat, 28 Oct 2017 12:17:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02C0083A for ; Sat, 28 Oct 2017 12:17:48 +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: <1509193035.71c186e53b04552a1d78c1eb3aec6ec6b282a84a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-6.4.1-r3.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 71c186e53b04552a1d78c1eb3aec6ec6b282a84a X-VCS-Branch: master Date: Sat, 28 Oct 2017 12:17:48 +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: d220ca35-f314-4a3a-b942-3d223f4828bf X-Archives-Hash: d822149f09dd615b5c9726122961b1fd commit: 71c186e53b04552a1d78c1eb3aec6ec6b282a84a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 28 12:07:31 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 28 12:17:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c186e5 media-libs/mlt: Cleanup indentation/whitespace, sort IUSE/DEPENDs Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-libs/mlt/mlt-6.4.1-r3.ebuild | 46 +++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/media-libs/mlt/mlt-6.4.1-r3.ebuild b/media-libs/mlt/mlt-6.4.1-r3.ebuild index 68c20792d6f..326ab2493b7 100644 --- a/media-libs/mlt/mlt-6.4.1-r3.ebuild +++ b/media-libs/mlt/mlt-6.4.1-r3.ebuild @@ -16,8 +16,8 @@ SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="compressed-lumas debug ffmpeg fftw frei0r gtk jack kdenlive libav libsamplerate melt opencv opengl -cpu_flags_x86_mmx qt5 rtaudio sdl cpu_flags_x86_sse cpu_flags_x86_sse2 xine xml lua python ruby vdpau" +IUSE="compressed-lumas cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug ffmpeg fftw frei0r +gtk jack kdenlive libav libsamplerate lua melt opencv opengl python qt5 rtaudio ruby sdl vdpau xine xml" # java perl php tcl vidstab IUSE="${IUSE} kernel_linux" @@ -30,25 +30,23 @@ COMMON_DEPEND=" libav? ( media-video/libav:0=[vdpau?] ) !libav? ( media-video/ffmpeg:0=[vdpau?] ) ) - xml? ( >=dev-libs/libxml2-2.5 ) - sdl? ( >=media-libs/libsdl-1.2.10[X,opengl,video] - >=media-libs/sdl-image-1.2.4 ) - libsamplerate? ( >=media-libs/libsamplerate-0.1.2 ) - jack? ( >=media-sound/jack-audio-connection-kit-0.121.3 - media-libs/ladspa-sdk - >=dev-libs/libxml2-2.5 ) fftw? ( sci-libs/fftw:3.0= ) frei0r? ( media-plugins/frei0r-plugins ) - gtk? ( x11-libs/gtk+:2 + gtk? ( media-libs/libexif - x11-libs/pango ) + x11-libs/gtk+:2 + x11-libs/pango + ) + jack? ( + >=dev-libs/libxml2-2.5 + media-libs/ladspa-sdk + >=media-sound/jack-audio-connection-kit-0.121.3 + ) + libsamplerate? ( >=media-libs/libsamplerate-0.1.2 ) + lua? ( >=dev-lang/lua-5.1.4-r4:= ) opencv? ( >=media-libs/opencv-3.1.0:= ) opengl? ( media-video/movit ) - rtaudio? ( - media-libs/rtaudio - kernel_linux? ( media-libs/alsa-lib ) - ) - xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 ) + python? ( ${PYTHON_DEPS} ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -59,13 +57,21 @@ COMMON_DEPEND=" x11-libs/libX11 opengl? ( dev-qt/qtopengl:5 ) ) - lua? ( >=dev-lang/lua-5.1.4-r4:= ) - python? ( ${PYTHON_DEPS} ) - ruby? ( ${RUBY_DEPS} )" -# sox? ( media-sound/sox ) + rtaudio? ( + media-libs/rtaudio + kernel_linux? ( media-libs/alsa-lib ) + ) + ruby? ( ${RUBY_DEPS} ) + sdl? ( + >=media-libs/libsdl-1.2.10[X,opengl,video] + >=media-libs/sdl-image-1.2.4 + ) + xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 ) + xml? ( >=dev-libs/libxml2-2.5 )" # java? ( >=virtual/jre-1.5 ) # perl? ( dev-lang/perl ) # php? ( dev-lang/php ) +# sox? ( media-sound/sox ) # tcl? ( dev-lang/tcl:0= ) # vidstab? ( media-libs/libvidstab ) SWIG_DEPEND=">=dev-lang/swig-2.0"