summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-01-27 18:06:13 -0800
committerMatt Turner <mattst88@gentoo.org>2018-01-27 18:06:25 -0800
commit0b1cde3eb04df77d282bcf25ae155b39f8398356 (patch)
treed9666f82f681a8291df97aafc8ad09ed85842ed8 /media-video
parentdev-libs/DirectFB: Drop old drivers (diff)
downloadgentoo-0b1cde3eb04df77d282bcf25ae155b39f8398356.tar.gz
gentoo-0b1cde3eb04df77d282bcf25ae155b39f8398356.tar.bz2
gentoo-0b1cde3eb04df77d282bcf25ae155b39f8398356.zip
media-video/mplayer: Drop s3virge framebuffer support
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mplayer/mplayer-1.3.0-r3.ebuild5
-rw-r--r--media-video/mplayer/mplayer-9999.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/media-video/mplayer/mplayer-1.3.0-r3.ebuild b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
index 9283124a63f6..db84aec79d57 100644
--- a/media-video/mplayer/mplayer-1.3.0-r3.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,7 @@ radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_
tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
vorbis +X x264 xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
-VIDEO_CARDS="s3virge mga tdfx"
+VIDEO_CARDS="mga tdfx"
for x in ${VIDEO_CARDS}; do
IUSE+=" video_cards_${x}"
done
@@ -424,7 +424,6 @@ src_configure() {
done
use aalib || myconf+=" --disable-aa"
use fbcon || myconf+=" --disable-fbdev"
- use fbcon && use video_cards_s3virge && myconf+=" --enable-s3fb"
use libcaca || myconf+=" --disable-caca"
use zoran || myconf+=" --disable-zr"
diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
index 61554438bfc0..b75b7dbc479e 100644
--- a/media-video/mplayer/mplayer-9999.ebuild
+++ b/media-video/mplayer/mplayer-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,7 @@ radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_
tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
vorbis +X x264 xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
-VIDEO_CARDS="s3virge mga tdfx"
+VIDEO_CARDS="mga tdfx"
for x in ${VIDEO_CARDS}; do
IUSE+=" video_cards_${x}"
done
@@ -420,7 +420,6 @@ src_configure() {
done
use aalib || myconf+=" --disable-aa"
use fbcon || myconf+=" --disable-fbdev"
- use fbcon && use video_cards_s3virge && myconf+=" --enable-s3fb"
use libcaca || myconf+=" --disable-caca"
use zoran || myconf+=" --disable-zr"