Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/
Date: Mon, 10 Feb 2020 07:12:25
Message-Id: 1581318727.a9311d86d574062b18fa8f08ea0062899301f59e.asturm@gentoo
1 commit: a9311d86d574062b18fa8f08ea0062899301f59e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 07:10:17 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 07:12:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9311d86
7
8 media-libs/mlt: Sync 6.18.0-r0 with r1
9
10 This will be our ruby25 stable target.
11
12 Package-Manager: Portage-2.3.87, Repoman-2.3.20
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-libs/mlt/mlt-6.18.0.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/media-libs/mlt/mlt-6.18.0.ebuild b/media-libs/mlt/mlt-6.18.0.ebuild
19 index a2df7a96441..c835916cd8c 100644
20 --- a/media-libs/mlt/mlt-6.18.0.ebuild
21 +++ b/media-libs/mlt/mlt-6.18.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/mltframework/${PN}/releases/download/v${PV}/${P}.tar
29
30 LICENSE="GPL-3"
31 SLOT="0"
32 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
33 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
34 IUSE="compressed-lumas cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug ffmpeg
35 fftw frei0r gtk jack kdenlive kernel_linux libav libsamplerate lua melt opencv opengl python
36 qt5 rtaudio ruby sdl vdpau vidstab xine xml"
37 @@ -100,7 +100,7 @@ src_prepare() {
38
39 # respect CFLAGS LDFLAGS when building shared libraries. Bug #308873
40 for x in python lua; do
41 - sed -i "/mlt.so/s: -lmlt++ :& ${CFLAGS} ${LDFLAGS} :" src/swig/$x/build || die
42 + sed -i "/mlt.so/s/ -lmlt++ /& ${CFLAGS} ${LDFLAGS} /" src/swig/$x/build || die
43 done
44
45 sed -i -e "s/env ruby/${USE_RUBY}/" src/swig/ruby/* || die