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: Sun, 28 Jan 2018 02:06:52
Message-Id: 1517105185.0b1cde3eb04df77d282bcf25ae155b39f8398356.mattst88@gentoo
1 commit: 0b1cde3eb04df77d282bcf25ae155b39f8398356
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 02:06:13 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 02:06:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1cde3e
7
8 media-video/mplayer: Drop s3virge framebuffer support
9
10 media-video/mplayer/mplayer-1.3.0-r3.ebuild | 5 ++---
11 media-video/mplayer/mplayer-9999.ebuild | 5 ++---
12 2 files changed, 4 insertions(+), 6 deletions(-)
13
14 diff --git a/media-video/mplayer/mplayer-1.3.0-r3.ebuild b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
15 index 9283124a63f..db84aec79d5 100644
16 --- a/media-video/mplayer/mplayer-1.3.0-r3.ebuild
17 +++ b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -19,7 +19,7 @@ radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_
25 tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
26 vorbis +X x264 xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
27
28 -VIDEO_CARDS="s3virge mga tdfx"
29 +VIDEO_CARDS="mga tdfx"
30 for x in ${VIDEO_CARDS}; do
31 IUSE+=" video_cards_${x}"
32 done
33 @@ -424,7 +424,6 @@ src_configure() {
34 done
35 use aalib || myconf+=" --disable-aa"
36 use fbcon || myconf+=" --disable-fbdev"
37 - use fbcon && use video_cards_s3virge && myconf+=" --enable-s3fb"
38 use libcaca || myconf+=" --disable-caca"
39 use zoran || myconf+=" --disable-zr"
40
41
42 diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
43 index 61554438bfc..b75b7dbc479 100644
44 --- a/media-video/mplayer/mplayer-9999.ebuild
45 +++ b/media-video/mplayer/mplayer-9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 +# Copyright 1999-2018 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=5
52 @@ -19,7 +19,7 @@ radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_
53 tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
54 vorbis +X x264 xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
55
56 -VIDEO_CARDS="s3virge mga tdfx"
57 +VIDEO_CARDS="mga tdfx"
58 for x in ${VIDEO_CARDS}; do
59 IUSE+=" video_cards_${x}"
60 done
61 @@ -420,7 +420,6 @@ src_configure() {
62 done
63 use aalib || myconf+=" --disable-aa"
64 use fbcon || myconf+=" --disable-fbdev"
65 - use fbcon && use video_cards_s3virge && myconf+=" --enable-s3fb"
66 use libcaca || myconf+=" --disable-caca"
67 use zoran || myconf+=" --disable-zr"