From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A75261382C5 for ; Sun, 28 Jan 2018 02:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B739FE0BF3; Sun, 28 Jan 2018 02:06:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 987E5E0BF3 for ; Sun, 28 Jan 2018 02:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76042335C38 for ; Sun, 28 Jan 2018 02:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EA0E1D3 for ; Sun, 28 Jan 2018 02:06:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1517105185.0b1cde3eb04df77d282bcf25ae155b39f8398356.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mplayer/mplayer-1.3.0-r3.ebuild media-video/mplayer/mplayer-9999.ebuild X-VCS-Directories: media-video/mplayer/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0b1cde3eb04df77d282bcf25ae155b39f8398356 X-VCS-Branch: master Date: Sun, 28 Jan 2018 02:06:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7578a05-7cac-4a57-a41f-403f9de568b9 X-Archives-Hash: 2fa0536961e1048df24e1af93aa6a725 commit: 0b1cde3eb04df77d282bcf25ae155b39f8398356 Author: Matt Turner gentoo org> AuthorDate: Sun Jan 28 02:06:13 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 28 02:06:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1cde3e media-video/mplayer: Drop s3virge framebuffer support media-video/mplayer/mplayer-1.3.0-r3.ebuild | 5 ++--- media-video/mplayer/mplayer-9999.ebuild | 5 ++--- 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 9283124a63f..db84aec79d5 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 61554438bfc..b75b7dbc479 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"