media-video/mplayer: Drop s3virge framebuffer support
authorMatt Turner <mattst88@gentoo.org>
Sun, 28 Jan 2018 02:06:13 +0000 (18:06 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sun, 28 Jan 2018 02:06:25 +0000 (18:06 -0800)
media-video/mplayer/mplayer-1.3.0-r3.ebuild
media-video/mplayer/mplayer-9999.ebuild

index 9283124a63f66e49b8fae362a7ab225b9bca4f08..db84aec79d57e27a8849f83ce278b29f7adb92ca 100644 (file)
@@ -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"
 
index 61554438bfc0d1862cd4a102cddf42ca1180087f..b75b7dbc479e0fcc995b71594c07373c1305c7c6 100644 (file)
@@ -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"