Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49778 - Missing USE flag in mplayer-1.0_pre4
Summary: Missing USE flag in mplayer-1.0_pre4
Status: RESOLVED DUPLICATE of bug 49369
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-02 15:39 UTC by Vincent Brzusczak
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Brzusczak 2004-05-02 15:39:22 UTC
Missing USE flag in mplayer-1.0_pre4 (and maybe other ebuilds (not investigated)). the ebuild doesn't let the user compile along with libcaca (a lib similar to aalib except that it uses colors).
I am joining a patch that will correct the behavior on that particular one version


Reproducible: Always
Steps to Reproduce:
USE="libcaca" emerge mplayer
Actual Results:  
Installed mplayer without libcaca support

Expected Results:  
Installed mplayer with libcaca support

Patch that solves the problem :
--- mplayer-1.0_pre4.ebuild     2004-05-03 02:20:16.588002336 +0200
+++ mplayer-1.0_pre4.ebuild.new 2004-05-02 23:12:22.000000000 +0200
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /home/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre4.ebuild
    
,v 1.3 2004/04/30 11:15:50 mholzer Exp $
 
-IUSE="dga oss xmms jpeg 3dfx sse matrox sdl X svga ggi oggvorbis 3dnow aalib gn
    
ome xv opengl truetype dvd gtk gif esd fbcon encode alsa directfb arts dvb samba
    
 lirc matroska debug joystick theora ipv6 v4l v4l2"
+IUSE="dga oss xmms jpeg 3dfx sse matrox sdl X svga ggi oggvorbis 3dnow aalib gn
    
ome xv opengl truetype dvd gtk gif esd fbcon encode alsa directfb arts dvb samba
    
 lirc matroska debug joystick theora ipv6 v4l v4l2 libcaca"
 
 inherit eutils flag-o-matic
 
@@ -43,6 +43,7 @@
        arts? ( kde-base/arts )
        nas? ( media-libs/nas )
        lirc? ( app-misc/lirc )
+       libcaca? ( media-libs/libcaca )
        aalib? ( media-libs/aalib )
        svga? ( media-libs/svgalib )
        encode? ( media-sound/lame
@@ -233,6 +234,7 @@
                `use_enable nls i18n` \
                `use_enable samba smb` \
                `use_enable aalib aa` \
+               `use_enable libcaca caca` \
                `use_enable oss ossaudio` \
                `use_enable ggi` \
                `use_enable svga` \
Comment 1 Vincent Brzusczak 2004-05-03 00:10:06 UTC
Ooops, it seems my patch doesn't work, anyway, the problem is still there
Comment 2 Hanno Böck gentoo-dev 2004-05-03 07:30:20 UTC

*** This bug has been marked as a duplicate of 49369 ***