Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144348 - media-libs/libiec61883 does not install test binaries
Summary: media-libs/libiec61883 does not install test binaries
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-18 13:47 UTC by Roger
Modified: 2006-08-19 13:24 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 Roger 2006-08-18 13:47:06 UTC
libiec61883 does not install test binaries such as test-mpeg2.  I believe these binaries are found within the examples or contrib folder of the source tarball and are built during the main build.

These tests are usually required to test for functionality of firewire ports before implementing mythtv.  

Without these, the user or admin has no way of really knowing if a firewire node is capable of streaming media with the trivial debugging of mythtv unless they are extremely fluent with Mythtv (ie. A Mythtv Developer)!
Comment 1 Chris White (RETIRED) gentoo-dev 2006-08-19 13:24:57 UTC
It does:

        if use examples
        then
                sed -i -e "s:noinst_PROGRAMS.*:noinst_PROGRAMS = :g" \
                -e "s:in_PROGRAMS.*:in_PROGRAMS = plugreport plugctl test-amdtp test-dv test-mpeg2 test-plugs:g" \
                examples/Makefile.am || die "noinst patching failed"
                eautoreconf
        fi

you just need the examples USE flag.