Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89957 - mythtv-0.18 ebuild firewire dependencies
Summary: mythtv-0.18 ebuild firewire dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords: InVCS
Depends on: 89799
Blocks:
  Show dependency tree
 
Reported: 2005-04-21 12:18 UTC by arohner
Modified: 2005-05-30 00:16 UTC (History)
2 users (show)

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 arohner 2005-04-21 12:18:16 UTC
To get firewire support working in mythtv-0.18, two external libraries are required, libraw1394 and  libiec61883. libiec61883 is currently not packaged by gentoo. 

This is sort of a two part bug report, #1:package libiec61883. #2: have the mythtv ebuild depend on the two libraries.

#1. libiec61883 can be found along with the newest libraw1394 at www.linux1394.org/. I was able to make a working ebuild by copying the libraw1394 ebuild and changing names as appropriate. The libiec61883-1.0.0 ebuild should depend on >=sys-libs/libraw1394-1.2.0. 

#2. make the ieee1394 keyword in the mythtv ebuild depend on >=libiec61883-1.0.0 (and in turn, >=libraw1394-1.2.0)


Reproducible: Always
Steps to Reproduce:
1.USE="ieee1394" emerge mythtv-0.18
2.
3.

Actual Results:  
no firewire support

Expected Results:  
working firewire
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2005-05-14 11:04:16 UTC
Still waiting on the video herd to add the depend for this one.
Comment 2 Scott Alfter 2005-05-26 22:24:41 UTC
FireWire support in MythTV also needs libavc1394 to be flagged as a dependency.
 I was getting build errors without it.  The MythTV dox don't say what version
of libavc1394 is required, but the compile-time error I was getting went away
with libavc1394 0.4.1 (currently marked in Portage as stable for x86).
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2005-05-30 00:16:37 UTC
Happy to say... Fixed in CVS.