media-video/mplayer: Remove tdfx framebuffer support
authorMatt Turner <mattst88@gentoo.org>
Tue, 2 Apr 2019 07:35:18 +0000 (00:35 -0700)
committerMatt Turner <mattst88@gentoo.org>
Tue, 2 Apr 2019 07:36:13 +0000 (00:36 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-video/mplayer/mplayer-1.3.0-r5.ebuild
media-video/mplayer/mplayer-9999.ebuild

index b7f1b8d3f1648ca1e42a72532ae9d4af6d51947f..b3c344f98b88e587c6813954013cfe1ce0d8a996 100644 (file)
@@ -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 yuv4mpeg zoran"
 
-VIDEO_CARDS="mga tdfx"
+VIDEO_CARDS="mga"
 for x in ${VIDEO_CARDS}; do
        IUSE+=" video_cards_${x}"
 done
@@ -425,18 +425,11 @@ src_configure() {
                 myconf+=" --disable-mga --disable-xmga"
        fi
 
-       if use video_cards_tdfx; then
-               myconf+="
-                       $(use_enable video_cards_tdfx tdfxvid)
-                       $(use_enable fbcon tdfxfb)
-               "
-       else
-               myconf+="
-                       --disable-3dfx
-                       --disable-tdfxvid
-                       --disable-tdfxfb
-               "
-       fi
+       myconf+="
+               --disable-3dfx
+               --disable-tdfxvid
+               --disable-tdfxfb
+       "
 
        # sun card, disable by default, see bug #258729
        myconf+=" --disable-xvr100"
index 8d1ad1c2a3003c83c38b54f36e7f7491e0317bf3..62db816aa75e61db8ea970e9e9a6ec420a88a078 100644 (file)
@@ -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 yuv4mpeg zoran"
 
-VIDEO_CARDS="mga tdfx"
+VIDEO_CARDS="mga"
 for x in ${VIDEO_CARDS}; do
        IUSE+=" video_cards_${x}"
 done
@@ -419,18 +419,11 @@ src_configure() {
                 myconf+=" --disable-mga --disable-xmga"
        fi
 
-       if use video_cards_tdfx; then
-               myconf+="
-                       $(use_enable video_cards_tdfx tdfxvid)
-                       $(use_enable fbcon tdfxfb)
-               "
-       else
-               myconf+="
-                       --disable-3dfx
-                       --disable-tdfxvid
-                       --disable-tdfxfb
-               "
-       fi
+       myconf+="
+               --disable-3dfx
+               --disable-tdfxvid
+               --disable-tdfxfb
+       "
 
        # sun card, disable by default, see bug #258729
        myconf+=" --disable-xvr100"