Bugs item #1589722, was opened at 2006-11-02 21:33 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1589722&group_id=46652
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: video Group: 1.x svn >Status: Closed Resolution: Accepted Priority: 5 Private: No Submitted By: ehisey (ehisey) Assigned to: Nobody/Anonymous (nobody) Summary: Fix for lirc disabled xine builds Initial Comment: Some distro's ship xine with lirc support disabled, notably Slackware. This patch adds a config option XINE_LIRC_DISABLED that can be set in local_config.py when such builds are encountered. While it is possible to test the output of xine --help for the --no-lirc automagicly, using a config option for such edge cases made more since. To use add XINE_LIRC_DISABLED = '1' to local_conf.py anything sets it to false and the --no-lirc option is based to xine ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2006-11-17 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Duncan Webb (duncanwebb) Date: 2006-11-02 23:17 Message: Logged In: YES user_id=104395 In rel-1-6 at r8531 a very similar patch has been applied except that it covers all the xine plugins and the name has changed to XINE_HAS_NO_LIRC. In local_conf.py: XINE_HAS_NO_LIRC = False when xine does not accept the --no-lirc option. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1589722&group_id=46652 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
