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/avidemux-plugins/
Date: Sat, 09 Dec 2017 13:52:47
Message-Id: 1512827544.abd3c96429178c42d371f360b8a9c6b5819fa7c1.asturm@gentoo
1 commit: abd3c96429178c42d371f360b8a9c6b5819fa7c1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 13:43:13 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 13:52:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd3c964
7
8 media-libs/avidemux-plugins: Drop USE=qt4
9
10 Package-Manager: Portage-2.3.17, Repoman-2.3.6
11
12 media-libs/avidemux-plugins/avidemux-plugins-2.6.20.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/media-libs/avidemux-plugins/avidemux-plugins-2.6.20.ebuild b/media-libs/avidemux-plugins/avidemux-plugins-2.6.20.ebuild
16 index 83bcfa75cd9..f8755f6bf70 100644
17 --- a/media-libs/avidemux-plugins/avidemux-plugins-2.6.20.ebuild
18 +++ b/media-libs/avidemux-plugins/avidemux-plugins-2.6.20.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="6"
24 +EAPI=6
25
26 PYTHON_COMPAT=( python2_7 )
27
28 @@ -13,7 +13,7 @@ HOMEPAGE="http://fixounet.free.fr/avidemux"
29 # Multiple licenses because of all the bundled stuff.
30 LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
31 SLOT="2.6"
32 -IUSE="aac aften a52 alsa amr dcaenc debug dts fdk fontconfig fribidi jack lame libsamplerate cpu_flags_x86_mmx opengl nvenc opus oss pulseaudio qt4 qt5 vorbis truetype twolame xv xvid x264 x265 vdpau vpx"
33 +IUSE="aac aften a52 alsa amr dcaenc debug dts fdk fontconfig fribidi jack lame libsamplerate cpu_flags_x86_mmx opengl nvenc opus oss pulseaudio qt5 vorbis truetype twolame xv xvid x264 x265 vdpau vpx"
34 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
35
36 if [[ ${PV} == *9999* ]] ; then
37 @@ -30,7 +30,7 @@ fi
38
39 RDEPEND="
40 ~media-libs/avidemux-core-${PV}:${SLOT}[vdpau?]
41 - ~media-video/avidemux-${PV}:${SLOT}[opengl?,qt4?,qt5?]
42 + ~media-video/avidemux-${PV}:${SLOT}[opengl?,qt5?]
43 >=dev-lang/spidermonkey-1.5-r2:0=
44 dev-libs/libxml2:2
45 media-libs/a52dec:0
46 @@ -88,7 +88,6 @@ src_prepare() {
47
48 processes="buildPluginsCommon:avidemux_plugins
49 buildPluginsCLI:avidemux_plugins"
50 - use qt4 && processes+=" buildPluginsQt4:avidemux_plugins"
51
52 for process in ${processes} ; do
53 CMAKE_USE_DIR="${S}"/${process#*:} cmake-utils_src_prepare
54 @@ -126,7 +125,7 @@ src_configure() {
55 -DOPUS="$(usex opus)"
56 -DOSS="$(usex oss)"
57 -DPULSEAUDIOSIMPLE="$(usex pulseaudio)"
58 - -DQT4="$(usex qt4)"
59 + -DQT4=OFF
60 -DFREETYPE2="$(usex truetype)"
61 -DTWOLAME="$(usex twolame)"
62 -DX264="$(usex x264)"