Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mplayer/
Date: Tue, 02 Apr 2019 07:36:30
Message-Id: 1554190573.fee77ef7b68de9661bdf0742c44872c2fc4f2697.mattst88@gentoo
1 commit: fee77ef7b68de9661bdf0742c44872c2fc4f2697
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 2 07:35:18 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 2 07:36:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee77ef7
7
8 media-video/mplayer: Remove tdfx framebuffer support
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-video/mplayer/mplayer-1.3.0-r5.ebuild | 19 ++++++-------------
13 media-video/mplayer/mplayer-9999.ebuild | 19 ++++++-------------
14 2 files changed, 12 insertions(+), 26 deletions(-)
15
16 diff --git a/media-video/mplayer/mplayer-1.3.0-r5.ebuild b/media-video/mplayer/mplayer-1.3.0-r5.ebuild
17 index b7f1b8d3f16..b3c344f98b8 100644
18 --- a/media-video/mplayer/mplayer-1.3.0-r5.ebuild
19 +++ b/media-video/mplayer/mplayer-1.3.0-r5.ebuild
20 @@ -19,7 +19,7 @@ radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_
21 tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
22 vorbis +X x264 xinerama +xscreensaver +xv xvid yuv4mpeg zoran"
23
24 -VIDEO_CARDS="mga tdfx"
25 +VIDEO_CARDS="mga"
26 for x in ${VIDEO_CARDS}; do
27 IUSE+=" video_cards_${x}"
28 done
29 @@ -425,18 +425,11 @@ src_configure() {
30 myconf+=" --disable-mga --disable-xmga"
31 fi
32
33 - if use video_cards_tdfx; then
34 - myconf+="
35 - $(use_enable video_cards_tdfx tdfxvid)
36 - $(use_enable fbcon tdfxfb)
37 - "
38 - else
39 - myconf+="
40 - --disable-3dfx
41 - --disable-tdfxvid
42 - --disable-tdfxfb
43 - "
44 - fi
45 + myconf+="
46 + --disable-3dfx
47 + --disable-tdfxvid
48 + --disable-tdfxfb
49 + "
50
51 # sun card, disable by default, see bug #258729
52 myconf+=" --disable-xvr100"
53
54 diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
55 index 8d1ad1c2a30..62db816aa75 100644
56 --- a/media-video/mplayer/mplayer-9999.ebuild
57 +++ b/media-video/mplayer/mplayer-9999.ebuild
58 @@ -19,7 +19,7 @@ radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_
59 tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
60 vorbis +X x264 xinerama +xscreensaver +xv xvid yuv4mpeg zoran"
61
62 -VIDEO_CARDS="mga tdfx"
63 +VIDEO_CARDS="mga"
64 for x in ${VIDEO_CARDS}; do
65 IUSE+=" video_cards_${x}"
66 done
67 @@ -419,18 +419,11 @@ src_configure() {
68 myconf+=" --disable-mga --disable-xmga"
69 fi
70
71 - if use video_cards_tdfx; then
72 - myconf+="
73 - $(use_enable video_cards_tdfx tdfxvid)
74 - $(use_enable fbcon tdfxfb)
75 - "
76 - else
77 - myconf+="
78 - --disable-3dfx
79 - --disable-tdfxvid
80 - --disable-tdfxfb
81 - "
82 - fi
83 + myconf+="
84 + --disable-3dfx
85 + --disable-tdfxvid
86 + --disable-tdfxfb
87 + "
88
89 # sun card, disable by default, see bug #258729
90 myconf+=" --disable-xvr100"