summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-12-12 17:13:08 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-12-12 17:13:08 +0000
commit13e9146dd7401cb1e4d374d5bd80da43cc5df839 (patch)
tree60f50f8110cc0fabd0b279290add3d0bdd3a2f6b /media-video/mplayer
parentAdded XIM patch. (#35569) (diff)
downloadhistorical-13e9146dd7401cb1e4d374d5bd80da43cc5df839.tar.gz
historical-13e9146dd7401cb1e4d374d5bd80da43cc5df839.tar.bz2
historical-13e9146dd7401cb1e4d374d5bd80da43cc5df839.zip
no more upstream disable-css config option
Diffstat (limited to 'media-video/mplayer')
-rw-r--r--media-video/mplayer/ChangeLog6
-rw-r--r--media-video/mplayer/Manifest4
-rw-r--r--media-video/mplayer/mplayer-1.0_pre3.ebuild10
3 files changed, 12 insertions, 8 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog
index 9d9ef5f16663..eaea66198d26 100644
--- a/media-video/mplayer/ChangeLog
+++ b/media-video/mplayer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/mplayer
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.98 2003/12/12 07:37:03 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.99 2003/12/12 17:13:06 seemant Exp $
+
+ 12 Dec 2003; Seemant Kulleen <seemant@gentoo.org> mplayer-1.0_pre3.ebuild:
+ --disable-css is a deprecated configure option now. Closes bug #35644 by
+ butters@opengames.net and its duplicates
*mplayer-1.0_pre3 (11 Dec 2003)
diff --git a/media-video/mplayer/Manifest b/media-video/mplayer/Manifest
index 4a5ce7239a0f..6baf8d7ddf0c 100644
--- a/media-video/mplayer/Manifest
+++ b/media-video/mplayer/Manifest
@@ -1,7 +1,7 @@
MD5 6e4cd04df5cea0c54044d82fea4e1c59 mplayer-1.0_pre2.ebuild 11693
-MD5 414b2ab043b010e131464844d2bc1de0 mplayer-1.0_pre3.ebuild 11736
+MD5 7736dcac24cabec4a004b3deac7cac1e mplayer-1.0_pre3.ebuild 11705
MD5 9adeb555572aece3c0e951a526116e3c mplayer-1.0_pre1-r1.ebuild 11501
-MD5 0cf58b6dedb84384d9b14c233e10b1cc ChangeLog 17285
+MD5 45aa55a07fe4bb55dfd072ce1a9bee9d ChangeLog 17481
MD5 93694398515284a729c544200e65ba8b mplayer-0.92.ebuild 11816
MD5 9ef4af14dad87b03fde8e43f19e08d26 metadata.xml 225
MD5 9e064190a914d26b0392a266753161ed files/mplayer-0.90-ppc-benh.patch 2029
diff --git a/media-video/mplayer/mplayer-1.0_pre3.ebuild b/media-video/mplayer/mplayer-1.0_pre3.ebuild
index c8406ef14e87..12178dc53b32 100644
--- a/media-video/mplayer/mplayer-1.0_pre3.ebuild
+++ b/media-video/mplayer/mplayer-1.0_pre3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre3.ebuild,v 1.2 2003/12/12 07:38:05 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre3.ebuild,v 1.3 2003/12/12 17:13:06 seemant Exp $
IUSE="dga oss xmms jpeg 3dfx sse matrox sdl X svga ggi oggvorbis 3dnow aalib gnome xv opengl truetype dvd gtk gif esd fbcon encode alsa directfb arts dvb gtk2 samba lirc matroska debug joystick"
@@ -138,7 +138,7 @@ src_compile() {
# Only disable X if gtk is not in USE
use X || use gtk \
|| myconf="${myconf} --disable-gui --disable-x11 --disable-xv \
- --disable-xmga --disable-png"
+ --disable-xmga --disable-png"
use jpeg \
|| myconf="${myconf} --disable-jpeg"
@@ -205,8 +205,7 @@ src_compile() {
use dvd \
&& myconf="${myconf} --enable-mpdvdkit" \
- || myconf="${myconf} --disable-mpdvdkit --disable-dvdread \
- --disable-css"
+ || myconf="${myconf} --disable-mpdvdkit --disable-dvdread"
# Disable dvdnav support as its not considered to be
# functional anyhow, and will be removed.
@@ -294,6 +293,7 @@ src_compile() {
--enable-real \
--with-reallibdir=${REALLIBDIR} \
--with-x11incdir=/usr/X11R6/include \
+ `use_enable xinerama` \
${myconf} || die
# Breaks with gcc-2.95.3, bug #14479:
# --enable-shared-pp \
@@ -412,7 +412,7 @@ pkg_postinst() {
echo
einfo "When you see only GREEN salad on your G4 while playing"
einfo "a DivX, you should recompile _without_ altivec enabled."
- einfo "Furher information: http://bugs.gentoo.org/show_bug.cgi?id=18511"
+ einfo "Further information: http://bugs.gentoo.org/show_bug.cgi?id=18511"
echo
einfo "If everything functions fine with watching DivX and"
einfo "altivec enabled, please drop a comment on the mentioned bug!"