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 918AB13835A for ; Sun, 3 Jan 2021 15:53:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 965F8E0874; Sun, 3 Jan 2021 15:53:13 +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 7DBEEE0872 for ; Sun, 3 Jan 2021 15:53:13 +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 1C9EE340FEE for ; Sun, 3 Jan 2021 15:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92E1E489 for ; Sun, 3 Jan 2021 15:53:10 +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: <1609689171.8de9e3b6e1d3c040c65d78216492a21772d26005.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.24.0-r1.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8de9e3b6e1d3c040c65d78216492a21772d26005 X-VCS-Branch: master Date: Sun, 3 Jan 2021 15:53:10 +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: 0bbed15e-312e-4fd1-9982-873e0b89fa5e X-Archives-Hash: 753963516275739c3c0aeb9b81e5948a commit: 8de9e3b6e1d3c040c65d78216492a21772d26005 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 3 13:13:28 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 3 15:52:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de9e3b6 media-libs/mlt: Drop IUSE="kdenlive,melt" and enable unconditionally No extra dependencies. Also drop python3_6. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/mlt/mlt-6.24.0-r1.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/media-libs/mlt/mlt-6.24.0-r1.ebuild b/media-libs/mlt/mlt-6.24.0-r1.ebuild index 4199be12c6b..1f6ac4939d8 100644 --- a/media-libs/mlt/mlt-6.24.0-r1.ebuild +++ b/media-libs/mlt/mlt-6.24.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit lua python-single-r1 qmake-utils toolchain-funcs DESCRIPTION="Open source multimedia framework for television broadcasting" @@ -14,8 +14,8 @@ SRC_URI="https://github.com/mltframework/${PN}/releases/download/v${PV}/${P}.tar LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="compressed-lumas cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug ffmpeg -fftw frei0r gtk jack kdenlive kernel_linux libsamplerate lua melt opencv opengl python +IUSE="compressed-lumas cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug +ffmpeg fftw frei0r gtk jack kernel_linux libsamplerate lua opencv opengl python qt5 rtaudio rubberband sdl vdpau vidstab xine xml" # java perl php tcl @@ -111,6 +111,8 @@ src_configure() { local myconf=( --enable-gpl --enable-gpl3 + --enable-kdenlive + --enable-melt --enable-motion-est --target-arch=$(tc-arch) --disable-gtk2 @@ -125,9 +127,7 @@ src_configure() { $(use_enable frei0r) $(use_enable gtk gdk) $(use_enable jack jackrack) - $(use_enable kdenlive) $(use_enable libsamplerate resample) - $(use_enable melt) $(use_enable opencv) $(use_enable opengl) $(use_enable qt5 qt) @@ -158,10 +158,6 @@ src_configure() { myconf+=( --disable-mmx ) fi - if ! use melt ; then - sed -i -e "s;src/melt;;" Makefile || die - fi - # TODO: add swig language bindings # see also https://www.mltframework.org/twiki/bin/view/MLT/ExtremeMakeover