Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31031 - use use-flag lirc for config & depend in mplayer
Summary: use use-flag lirc for config & depend in mplayer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-13 05:48 UTC by Martin Holzer (RETIRED)
Modified: 2003-10-13 12:10 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 Martin Holzer (RETIRED) gentoo-dev 2003-10-13 05:48:57 UTC
use flag lirc for config & depend in mplayer
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-13 05:50:42 UTC
something like

lirc? ( app-misc/lirc )

and instead of 

   # For lirc support as the auto-detect doesn't seem to work
     if [ -f /usr/include/lirc/lirc_client.h ]
     then
      einfo "Enabling lirc support..."
      myconf="${myconf} --enable-lirc"
     else
      myconf="${myconf} --disable-lirc"
     fi


 use lirc \
       myconf="${myconf} --enable-lirc" \
      || myconf="${myconf} --disable-lirc"

Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-10-13 12:10:31 UTC
in cvs