Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-core/
Date: Wed, 04 Oct 2017 08:02:17
Message-Id: 1507104102.4f43b26cd4c4eb0414ad67ab25f976201b1165e8.aballier@gentoo
1 commit: 4f43b26cd4c4eb0414ad67ab25f976201b1165e8
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 1 08:38:08 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 4 08:01:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f43b26c
7
8 media-libs/avidemux-core: Remove support for x11-drivers/ati-drivers
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 media-libs/avidemux-core/avidemux-core-2.6.20-r1.ebuild | 7 +------
13 media-libs/avidemux-core/avidemux-core-9999.ebuild | 7 +------
14 2 files changed, 2 insertions(+), 12 deletions(-)
15
16 diff --git a/media-libs/avidemux-core/avidemux-core-2.6.20-r1.ebuild b/media-libs/avidemux-core/avidemux-core-2.6.20-r1.ebuild
17 index 64d78546cff..1fad3f21b9f 100644
18 --- a/media-libs/avidemux-core/avidemux-core-2.6.20-r1.ebuild
19 +++ b/media-libs/avidemux-core/avidemux-core-2.6.20-r1.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="http://fixounet.free.fr/avidemux"
21 # Multiple licenses because of all the bundled stuff.
22 LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
23 SLOT="2.6"
24 -IUSE="debug nls nvenc sdl system-ffmpeg vaapi vdpau video_cards_fglrx xv"
25 +IUSE="debug nls nvenc sdl system-ffmpeg vaapi vdpau xv"
26
27 if [[ ${PV} == *9999* ]] ; then
28 EGIT_REPO_URI="https://github.com/mean00/avidemux2.git"
29 @@ -35,10 +35,6 @@ DEPEND="
30 vaapi? ( x11-libs/libva:0 )
31 vdpau? ( x11-libs/libvdpau:0 )
32 nvenc? ( media-video/nvidia_video_sdk )
33 - video_cards_fglrx? (
34 - || ( >=x11-drivers/ati-drivers-14.12-r3
35 - x11-libs/xvba-video:0 )
36 - )
37 "
38 RDEPEND="
39 $DEPEND
40 @@ -85,7 +81,6 @@ src_configure() {
41 -DSDL="$(usex sdl)"
42 -DLIBVA="$(usex vaapi)"
43 -DVDPAU="$(usex vdpau)"
44 - -DXVBA="$(usex video_cards_fglrx)"
45 -DXVIDEO="$(usex xv)"
46 -DNVENC="$(usex nvenc)"
47 )
48
49 diff --git a/media-libs/avidemux-core/avidemux-core-9999.ebuild b/media-libs/avidemux-core/avidemux-core-9999.ebuild
50 index 16e22ff152f..9b4fbca2cef 100644
51 --- a/media-libs/avidemux-core/avidemux-core-9999.ebuild
52 +++ b/media-libs/avidemux-core/avidemux-core-9999.ebuild
53 @@ -11,7 +11,7 @@ HOMEPAGE="http://fixounet.free.fr/avidemux"
54 # Multiple licenses because of all the bundled stuff.
55 LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
56 SLOT="2.6"
57 -IUSE="debug nls nvenc sdl system-ffmpeg vaapi vdpau video_cards_fglrx xv"
58 +IUSE="debug nls nvenc sdl system-ffmpeg vaapi vdpau xv"
59
60 if [[ ${PV} == *9999* ]] ; then
61 EGIT_REPO_URI="https://github.com/mean00/avidemux2.git"
62 @@ -35,10 +35,6 @@ DEPEND="
63 vaapi? ( x11-libs/libva:0 )
64 vdpau? ( x11-libs/libvdpau:0 )
65 nvenc? ( media-video/nvidia_video_sdk )
66 - video_cards_fglrx? (
67 - || ( >=x11-drivers/ati-drivers-14.12-r3
68 - x11-libs/xvba-video:0 )
69 - )
70 "
71 RDEPEND="
72 $DEPEND
73 @@ -83,7 +79,6 @@ src_configure() {
74 -DSDL="$(usex sdl)"
75 -DLIBVA="$(usex vaapi)"
76 -DVDPAU="$(usex vdpau)"
77 - -DXVBA="$(usex video_cards_fglrx)"
78 -DXVIDEO="$(usex xv)"
79 -DNVENC="$(usex nvenc)"
80 )